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)
|
![]() |
CPU Bot (Online) v1.5 [marito_yo] - 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: CPU Bot (Online) v1.5 [marito_yo] (/showthread.php?tid=2228) Pages:
1
2
|
CPU Bot (Online) v1.5 [marito_yo] - marito_yo - 08-29-2024 CPU Bot (Online) v1.5 [marito_yo] Change: Changed C2 hook to one liner. The C2 hook set it to 1 regardless of case. Addition: Made "isCpu" bool true. This bool sets some important stuff that CPUs have and it fixes the respawn route issue. Also, it was modified in a way that it will only affect human players so it will not cause online players to have CPU stuff (example: turning). Change and Addition by Ro NTSC-U 0452AA1C 60000000 04721E4C 38600001 04589E4C 70030003 PAL 0452F564 60000000 0472627C 38600001 04590670 70030003 NTSC-J 0452EEE4 60000000 047258e8 38600001 0458FFF0 70030003 NTSC-K 0451D5BC 60000000 04714624 38600001 0457E6C8 70030003 Code creator: marito_yo Code credits: Dea00 [CPU bot[Dea]] Code credits: Ro (isCPU fix) RE: CPU Bot (Online) v1.5 [marito_yo] - Womb - 09-05-2024 I wanna race/battle with cpu bot in offline multiplayer, possible? RE: CPU Bot (Online) v1.5 [marito_yo] - _Ro - 09-05-2024 This code works offline too. I think marito put (Online) to tell that it works properly online unlike Dea's version. RE: CPU Bot (Online) v1.5 [marito_yo] - Womb - 09-06-2024 I know it works in offline, but I would like play against cpu bot. RE: CPU Bot (Online) v1.5 [marito_yo] - Exorcism - 12-30-2024 (08-29-2024, 08:07 PM)marito_yo Wrote: CPU Bot (Online) v1.5 [marito_yo]The gecko code is really cool to use, but when I did the test with a friend to put in 200 CC, I had the impression that the CPU was at 50 CC... RE: CPU Bot (Online) v1.5 [marito_yo] - Zeraora - 01-01-2025 (12-30-2024, 02:21 PM)Exorcism Wrote:Since the code is using the bot's parameters, I notice that the rubberband mechanic gets a bit confused as to what to do and will simply force a constant rubberband effect.(08-29-2024, 08:07 PM)marito_yo Wrote: CPU Bot (Online) v1.5 [marito_yo]The gecko code is really cool to use, but when I did the test with a friend to put in 200 CC, I had the impression that the CPU was at 50 CC... I use these codes when using the bot codes. Disable CPU Rubberbanding Effect [b_squo] Force Set CPU Difficulty [Vega] Set CPU Soft Speed Limit [B_squo] (You might have to play around with the values on this code to up the speed limit to 200cc's) RE: CPU Bot (Online) v1.5 [marito_yo] - Womb - 02-21-2025 5 months later Can it be modified like this? https://mariokartwii.com/showthread.php?tid=1893&page=2 from Reply #14 RE: CPU Bot (Online) v1.5 [marito_yo] - Vega - 02-22-2025 (02-21-2025, 09:41 AM)Womb Wrote: 5 months later Yes, I jimmy'd this up really quick. Untested, might not work. PAL 06001500 0000000C LLNNPPQQ RRSSTTUU VVXXYYZZ 00000000 C252F538 00000004 801E0018 3D608000 616B1500 7D6BD0AE 2C0B0000 41820000 38000001 00000000 C272625C 00000002 5460063E 7C0C0378 60000000 00000000 C272627C 00000002 3D608000 616B1500 7C6B60AE 00000000 C2590664 00000003 81830000 818C0000 898C0010 80630000 60000000 00000000 C2590670 00000002 3D608000 616B1500 7C6B60AE 00000000 String Wring Source: Code: #Write Truth Table at 0x80001500 First ASM Source: Code: #PAL 8052F538 Second ASM Source: Code: #PAL 8072625C Third ASM Source: Code: #PAL 8072627C Fourth ASM Source: Code: #PAL 80590664 Fifth ASM Source: Code: #PAL 80590670 RE: CPU Bot (Online) v1.5 [marito_yo] - Vega - 02-22-2025 @Marito_Yo I don't mean to start any drama, but I am curious. You have yourself as the Code creator, but which part of the Code was authored by you? Which line? For context, the differences I see between this and Dea's OG version is.. (correct me If I'm wrong) - First Hook was moved to a slightly different spot in the same responsible Func, which allows a nop of a stb. Thus no more C2 needed, can use a RAM Write (nop). This is a more optimized way to achieve the same effect as the previous version. - Second Hook was changed to a RAM Write since it was hooked to a Func that returned a bool. Simply editing the bool return value is all that is needed. Code optimization. - Third Line was added completely from scratch. This is for the other isCPU func as there are two isCPU funcs in the game. Dea's OG version was missing this. -- So did you add the 3rd line? If not, then the rest would just be code optimizations which doesn't qualify as the Code creator, but does for Code credits. Unless the code optimization added a new feature I'm not recognizing or removed a limitation. Once again, not trying to start any drama, just want to make sure credits are done correctly. RE: CPU Bot (Online) v1.5 [marito_yo] - Womb - 02-23-2025 (02-22-2025, 06:03 PM)Vega Wrote:(02-21-2025, 09:41 AM)Womb Wrote: 5 months later Tested. It crashes after the wiimote warning screen. |