Difference between revisions of "User:Leseratte"

From Custom Mario Kart
Jump to navigation Jump to search
Line 16: Line 16:
  
 
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.
 
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:
 +
<pre>048B5CD4 WWWWWWWW
 +
048B5CD8 XXXXXXXX
 +
048B5CDC YYYYYYYY
 +
048B5CE0 ZZZZZZZZ</pre>
 +
 +
NTSC-U:
 +
<pre>048B1414 WWWWWWWW
 +
048B1418 XXXXXXXX
 +
048B141C YYYYYYYY
 +
048B1420 ZZZZZZZZ</pre>
 +
 +
NTSC-J:
 +
<pre>048B4E34 WWWWWWWW
 +
048B4E38 XXXXXXXX
 +
048B4E3C YYYYYYYY
 +
048B4E40 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).
 +
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 22:34, 5 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

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