11-09-2024, 11:04 PM
Updated Item Rain Code
|
12-15-2024, 10:08 PM
12-16-2024, 12:31 AM
You didn't replace the track correctly then. That isn't an issue related to this code.
~MarioKartWii.com #1~
That is actually a "problem" with the code. The code forces the multiplayer tracks to load, the _d variants. Remove the "0453B328 60000000" line for normal track loading (NTSC-U, you can easily identify what line it is for other regions, it is at the near end of the code), or simply replace the _d file instead
12-16-2024, 11:30 AM
One thing also to mention here is the usage of this code with tracks that have very large scope. The items, especially item routes, will get trouble if the coordinates reach arbitary high numbers.
12-27-2024, 01:59 AM
The code is amazing thank you very much !
Is it possible to change the probabilities? And if so, how? I would like to modify them to only rain bombs for example.
12-27-2024, 03:15 PM
The code will create a random number between 0 and 0x7FFF (32767) and this number is compared to specific ranges. The ranges are different in the size, hence the probailities. If a range is hit, then the corresponding item is used.
The item determination starts at the line 4E800421 2C031480 and ends at 3940000D 38800000 If you want e. g. to only rain bombs, simply replace all 3940000X in that part with 39400009. But if you do so, you should remove the other item limits and increase the limit for bombs so that they not dissapear when they are falling. If you want customized probabilities, you have to modify the source. You could use PyIIASM-3 for this.
01-25-2025, 06:32 PM
(This post was last modified: 01-25-2025, 06:34 PM by Wii_Xploit.)
(12-16-2024, 12:31 AM)Zeraora Wrote: You didn't replace the track correctly then. That isn't an issue related to this code. I did. I used all methods to do it but got nothing. (12-16-2024, 05:20 AM)_Ro Wrote: That is actually a "problem" with the code. The code forces the multiplayer tracks to load, the _d variants. Remove the "0453B328 60000000" line for normal track loading (NTSC-U, you can easily identify what line it is for other regions, it is at the near end of the code), or simply replace the _d file instead neither of the methods that you gave me worked.
01-25-2025, 06:49 PM
That is impossible
01-26-2025, 03:23 PM
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 3 Guest(s)