Difference between revisions of "User:Leseratte"

From Custom Mario Kart
Jump to navigation Jump to search
(NTSC-K-Values for engine class modifier)
Line 45: Line 45:
 
WWWWWWWW is the speed mod for 50 ccm (default 0.8), XXXXXXXX the mod for 100 ccm (default 0.9), YYYYYYYY for 150 ccm and Mirror Mode (default 1.0) and ZZZZZZZZ for Battle (default 0.7).  
 
WWWWWWWW is the speed mod for 50 ccm (default 0.8), XXXXXXXX the mod for 100 ccm (default 0.9), YYYYYYYY for 150 ccm and Mirror Mode (default 1.0) and ZZZZZZZZ for Battle (default 0.7).  
 
Want to patch that mod in the StaticR.rel file? Click here: [[Filesystem/rel/StaticR.rel#Engine_class_modifier|Engine class modifier]]
 
Want to patch that mod in the StaticR.rel file? Click here: [[Filesystem/rel/StaticR.rel#Engine_class_modifier|Engine class modifier]]
 +
 +
=== Optimized region patch cheat code ===
 +
 +
This cheat code patches any region between 0 and 65535 into the game - both for battle and versus - and works for all regions:
 +
 +
<pre>Region Changer regionfree [Leseratte]
 +
F6000002 80648066
 +
38A0FFFF 48000010
 +
3C608038 80636000
 +
14000010 38A0XXXX
 +
1400007C 38C0XXXX
 +
14005BD8 38E0XXXX
 +
14005C2C 38E0XXXX
 +
140060F0 38E0XXXX
 +
14006144 38E0XXXX
 +
14006A00 388000YY
 +
14006A4C 388000YY
 +
E0000000 80008000</pre>
 +
 +
XXXX is the regin value, YY is the last (lowest) byte of the region.

Revision as of 08:32, 9 August 2015

I'm Leseratte, a german MKWii player. The following MKWii game patches were created by me:

Cheats

These cheat codes were developed by me (only one at the moment). Unfortunately I don't have an account on geckocodes.org (and I don't know how to make one) so I can't upload them there.

KCL-dependant activator

PAL: 289C38DC 0000XXXX
NTSC-U: 289BF0BC 0000XXXX (untested)
NTSC-J: 289C293C 0000XXXX (untested)

Insert a 2-byte-KCL-value for XXXX and the following code will only be executed if the player's vehicle is currently on that KCL type. Insert an "end if" line (E0000000 80008000) after the core you want to be executed.

Engine Class modifier

PAL:

048B5CD4 WWWWWWWW
048B5CD8 XXXXXXXX
048B5CDC YYYYYYYY
048B5CE0 ZZZZZZZZ

NTSC-U:

048B1414 WWWWWWWW
048B1418 XXXXXXXX
048B141C YYYYYYYY
048B1420 ZZZZZZZZ

NTSC-J:

048B4E34 WWWWWWWW
048B4E38 XXXXXXXX
048B4E3C YYYYYYYY
048B4E40 ZZZZZZZZ

NTSC-K:

048A414C WWWWWWWW
048A4150 XXXXXXXX
048A4154 YYYYYYYY
048A4158 ZZZZZZZZ

WWWWWWWW is the speed mod for 50 ccm (default 0.8), XXXXXXXX the mod for 100 ccm (default 0.9), YYYYYYYY for 150 ccm and Mirror Mode (default 1.0) and ZZZZZZZZ for Battle (default 0.7). Want to patch that mod in the StaticR.rel file? Click here: Engine class modifier

Optimized region patch cheat code

This cheat code patches any region between 0 and 65535 into the game - both for battle and versus - and works for all regions:

Region Changer regionfree [Leseratte]
F6000002 80648066
38A0FFFF 48000010
3C608038 80636000
14000010 38A0XXXX
1400007C 38C0XXXX
14005BD8 38E0XXXX
14005C2C 38E0XXXX
140060F0 38E0XXXX
14006144 38E0XXXX
14006A00 388000YY
14006A4C 388000YY
E0000000 80008000

XXXX is the regin value, YY is the last (lowest) byte of the region.