Difference between revisions of "User:Leseratte"

From Custom Mario Kart
Jump to navigation Jump to search
(NTSC-K-Values for engine class modifier)
Line 36: Line 36:
 
048B4E3C YYYYYYYY
 
048B4E3C YYYYYYYY
 
048B4E40 ZZZZZZZZ</pre>
 
048B4E40 ZZZZZZZZ</pre>
 +
 +
NTSC-K:
 +
<pre>048A414C WWWWWWWW
 +
048A4150 XXXXXXXX
 +
048A4154 YYYYYYYY
 +
048A4158 ZZZZZZZZ</pre>
  
 
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]]

Revision as of 18:15, 8 June 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