The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.18 (Linux)
|
Time trials online mode - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Code Support / Help / Requests (https://mariokartwii.com/forumdisplay.php?fid=61) +--- Thread: Time trials online mode (/showthread.php?tid=1525) |
RE: Making people start at the same xyz coordinates - Seeky - 04-26-2020 I have a code to make you start with 3 shrooms in every mode if that would be helpful RE: Making people start at the same xyz coordinates - Melg - 04-26-2020 (04-26-2020, 12:45 PM)Seeky Wrote: I have a code to make you start with 3 shrooms in every mode if that would be helpfulLikewise, I'd appreciate that a lot, thanks in advance Seeky RE: Making people start at the same xyz coordinates - Seeky - 04-26-2020 047997d8 38000001 PAL RE: Making people start at the same xyz coordinates - Mewmaster99 - 04-27-2020 disable slip stream NTSC U 04580AB4 60000000 RE: Making people start at the same xyz coordinates - Melg - 04-27-2020 Thanks both of you, the codes work perfectly. The last piece of the puzzle is fixing the starting position. I found how to shorten the z distance between racers: a read breakpoint at address 8088fa28 gave me the following info: Address 80512b50: lfs f3, 0x0140 (r30) Therefore I tried changing the instruction to lfs f3, 0x0 (30): C2512B50 00000001 C07E0000 00000000 Combining this code with No_Name_Guy's code gave me this https://cdn.discordapp.com/attachments/603081851615051790/704104957145514136/unknown.png As you can see, for some reason the distance is still not 0 and the bottom placement racers start slightly in the back. RE: Making people start at the same xyz coordinates - JoshuaMK - 04-27-2020 What is at 0x140 of r30, is it the raw z coordinate of the racer, or its displacement in the starting box? RE: Making people start at the same xyz coordinates - Melg - 04-27-2020 It's a place in static memory, address 8088fa28 and I am pretty sure it's the displacement of the starting box (the length to be more accurate): https://imgur.com/gL2ptGJ RE: Making people start at the same xyz coordinates - JoshuaMK - 04-27-2020 0488FA28 30000000 << try this RE: Making people start at the same xyz coordinates - Melg - 04-28-2020 It yielded the same result strangely enough. I'll probably keep it as it is instead of annoying you guys so much, your help has been very valuable thus far, thanks a lot. RE: Making people start at the same xyz coordinates - JoshuaMK - 04-29-2020 Eh I some point I can try to fix that bug, I already know the course of action to take |