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)
|
Change VR Limit [XeR] - 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: Change VR Limit [XeR] (/showthread.php?tid=225) Pages:
1
2
|
Change VR Limit [XeR] - Vega - 03-07-2018 Change VR Limit [XeR] Formerly known as Extend VR Limit. This code changes the standard VR Limit barrier to the value contained in XXXX. XXXX = VR Limit; any number from 0 thru 7FFF NTSC-U 02528E12 0000XXXX 02528E1A 0000XXXX 0261C3C6 0000XXXX 0261C3D2 0000XXXX 0283A7AE 0000XXXX 0283A7B6 0000XXXX PAL 0252D286 0000XXXX 0252D28E 0000XXXX 0264F6DA 0000XXXX 0264F6E6 0000XXXX 0285C23E 0000XXXX 0285C246 0000XXXX NTSC-J 0252CC06 0000XXXX 0252CC0E 0000XXXX 0264ED46 0000XXXX 0264ED52 0000XXXX 0285B8AA 0000XXXX 0285B8B2 0000XXXX NTSC-K 0251B2DE 0000XXXX 0251B2E6 0000XXXX 0263D9F2 0000XXXX 0263D9FE 0000XXXX 0284A5FE 0000XXXX 0284A606 0000XXXX Code creator: XeR RE: Extend VR Limit - Star - 04-11-2018 XeR made this RE: Extend VR Limit - Vega - 04-12-2018 Fixed RE: Extend VR Limit [XeR] - Zeraora - 11-14-2020 (03-07-2018, 10:55 PM)Vega Wrote: Extend VR Limit [XeR]This code is obviously editable, as in the last four digits of the line (7FFF) is actually changeable! Just set it to an hexadecimal number and it will make that its limit. However, If you plan on using this in hacker regions of Wiimmfi, Don't set it to 0000 or anything above 270F. You will be banned for any value below 1 or above 9999 RE: Extend VR Limit [XeR] - JoshuaMK - 11-14-2020 Yup, tbh idk why this hasn't had the variable marked with XXXX RE: Extend VR Limit [XeR] - Zeraora - 11-14-2020 (11-14-2020, 07:16 AM)JoshuaMK Wrote: Yup, tbh idk why this hasn't had the variable marked with XXXXThe only reason I learned this was so I could do a new type of ranking system for MKWBR (which is also why I want to learn the star rank stuff so I can remake a full out competitive ranked mkwii) RE: Extend VR Limit [XeR] - Mewmaster99 - 11-14-2020 there was a problem where any value past 7FFF wouldn't exactly work properly but I never tested to know why that is. Probably going negative if I had to guess RE: Extend VR Limit [XeR] - Zeraora - 11-14-2020 (11-14-2020, 05:03 PM)Mewmaster99 Wrote: there was a problem where any value past 7FFF wouldn't exactly work properly but I never tested to know why that is. Probably going negative if I had to guessIt's an overflow I am pretty sure, it goes to a negative value. RE: Change VR Limit [XeR] - Vega - 11-14-2020 Updated code with placeholders RE: Extend VR Limit [XeR] - Zeraora - 11-14-2020 (11-14-2020, 05:03 PM)Mewmaster99 Wrote: there was a problem where any value past 7FFF wouldn't exactly work properly but I never tested to know why that is. Probably going negative if I had to guessAlso, I am pretty sure that the vr limit is only controlled by a halfword (is that correct term usage?). That is why you cant enter aboveĀ 32767. It is also probably because it is a using a 16 bit signed integer, which the highest value enterable is 7FFF or 32767. |