![]() |
Ice Cube Always Visible in N64 Sherbet Land/Everyone is Frozen [Ro] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51) +--- Forum: Visual & Sound Effects (https://mariokartwii.com/forumdisplay.php?fid=56) +--- Thread: Ice Cube Always Visible in N64 Sherbet Land/Everyone is Frozen [Ro] (/showthread.php?tid=2204) |
Ice Cube Always Visible in N64 Sherbet Land/Everyone is Frozen [Ro] - _Ro - 07-15-2024 Ice Cube Always Visible in N64 Sherbet Land/Everyone is Frozen [Ro] Can't decide a code name. This code will make the ice cube that appears when respawning in N64 Sherbet Land always visible (only in N64 Sherbet Land), as well as making the character/vehicle frozen color. Checks added to not work outside of N64 Sherbet Land because the game freezes, else, it would be only 3 lines. For reference, first line removes ice break when respawned (not necessary, ice is still visible with other parts of the code, but thought it would be cool, wouldn't make sense to have ice break particle and sound while the ice itself doesn't break). Hook checks if course is N64 Sherbet Land and applies two booleans to true, thus, causing some branches to not happen and executing the part of the code wanted (can be done one line but works in every course; crash). Last line is to fix an issue where respawning will remove the frozen color. Code affects every player. Silly idea that I had ![]() NTSC-U 0457B69C 60000000 C269A6E4 00000005 7C7F1B78 3D80809C 818C8F68 818C0B68 2C0C001B 40820010 39800001 999F0069 999F007B 00000000 0469AF24 38000000 PAL 04581F00 60000000 C269EB6C 00000005 7C7F1B78 3D80809C 818CD728 818C0B68 2C0C001B 40820010 39800001 999F0069 999F007B 00000000 0469F3AC 38000000 NTSC-J 04581880 60000000 C269E1D8 00000005 7C7F1B78 3D80809C 818CC788 818C0B68 2C0C001B 40820010 39800001 999F0069 999F007B 00000000 0469EA18 38000000 NTSC-K 0456FF58 60000000 C268CF14 00000005 7C7F1B78 3D80809B 818CBD68 818C0B68 2C0C001B 40820010 39800001 999F0069 999F007B 00000000 0468D754 38000000 Code creator: Ro RE: Ice Cube Always Visible in N64 Sherbet Land/Everyone is Frozen [Ro] - Wingcapman - 04-05-2025 Huh... You know, this would be a really fun concept actually, like in the custom course Jungle Jamble, you respawn in a capsule instead of an ice cube... The only real issue I can think of is how you can make it rotate with the character's movement so that it actually feels like you're rolling the capsule. It would be really cool to have it as an option in the .kmp where you can change its "mode" or something similar that acts like a variant, that way you can configure how you want to make it behave in your custom course or arena. Just sharing ideas I can think of, this has potential. Thanks for making this one! While I'm not sure if I'll use it the way it's made now, I'm sure it'll be fun to fool around with it at least. Fun stuff! ![]() |