VS Points Based on Finish Time Difference With 1st [CLF78] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51) +--- Forum: Online Non-Item (https://mariokartwii.com/forumdisplay.php?fid=52) +--- Thread: VS Points Based on Finish Time Difference With 1st [CLF78] (/showthread.php?tid=1816) |
VS Points Based on Finish Time Difference With 1st [CLF78] - CLF78 - 04-09-2021 This code gives each player points based on how much time they took to get to the finish line after the leader. The time multiplier and max points can be modified by changing the values in the code. The code works both offline and online (all players must be running it for it to work). NTSC-U C252A0F0 00000011 48000034 7C67182E 81030040 A0680008 89280006 1D2903E8 7C691A14 A1280004 39000000 6108EA60 7D2941D6 7C691A14 4E800020 3CE0809C 80E78F70 80670018 88630000 5463103A 80E7000C 4BFFFFB9 7C6C1B78 7E639B78 4BFFFFAD 7C6A1B78 2C0A0000 4182001C 7D4C5050 3920XXXX 7D4A4BD6 392000YY 7C6A4851 41A10008 38600000 00000000 PAL C252EC38 00000011 48000034 7C67182E 81030040 A0680008 89280006 1D2903E8 7C691A14 A1280004 39000000 6108EA60 7D2941D6 7C691A14 4E800020 3CE0809C 80E7D730 80670018 88630000 5463103A 80E7000C 4BFFFFB9 7C6C1B78 7E639B78 4BFFFFAD 7C6A1B78 2C0A0000 4182001C 7D4C5050 3920XXXX 7D4A4BD6 392000YY 7C6A4851 41A10008 38600000 00000000 NTSC-J C252E5B8 00000011 48000034 7C67182E 81030040 A0680008 89280006 1D2903E8 7C691A14 A1280004 39000000 6108EA60 7D2941D6 7C691A14 4E800020 3CE0809C 80E7C790 80670018 88630000 5463103A 80E7000C 4BFFFFB9 7C6C1B78 7E639B78 4BFFFFAD 7C6A1B78 2C0A0000 4182001C 7D4C5050 3920XXXX 7D4A4BD6 392000YY 7C6A4851 41A10008 38600000 00000000 NTSC-K C251CC90 00000011 48000034 7C67182E 81030040 A0680008 89280006 1D2903E8 7C691A14 A1280004 39000000 6108EA60 7D2941D6 7C691A14 4E800020 3CE0809B 80E7BD70 80670018 88630000 5463103A 80E7000C 4BFFFFB9 7C6C1B78 7E639B78 4BFFFFAD 7C6A1B78 2C0A0000 4182001C 7D4C5050 3920XXXX 7D4A4BD6 392000YY 7C6A4851 41A10008 38600000 00000000 XXXX = Multiplier (the game will subtract one point every XXXX milliseconds) YY = Max Points (first place will always receive this amount) Source: Code: # Hook Addresses: 0x8052EC38 PAL, 0x8052A0F0 NTSC-U, 0x8052E5B8 NTSC-J, 0x8051CC90 NTSC-K Code created by: CLF78 RE: VS Points Based on Finish Time Difference With 1st [CLF78] - WhatisLoaf - 04-10-2021 This seems interesting for online tt |