Porting Addresses - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Wiimm's Tools (https://mariokartwii.com/forumdisplay.php?fid=17) +--- Thread: Porting Addresses (/showthread.php?tid=1825) |
Porting Addresses - Wiimm - 04-24-2021 If you create a cheat for Mario Kart Wii and want to adapt it for all regions, then you have to adapt different addresses. With Wiimmfi and CTGPR this process is called porting. With the SZS tools since version 2.25a there are 2 new commands that support porting: Command wstrt PORT With this command it is possible to port addresses. To do this, you enter the region (PAL, USA, JAPAN or KOREA) and any number of addresses. The region can be changed in the middle of the command line. If the region is not specified, PAL is used. An attempt is made to port every given address to all other regions. Further details: https://szs.wiimm.de/cmd/wstrt/port Porting is still experimental. Therefore, please report errors or missing addresses here. Command wstrt WHERE This command is a by-product. This allows you to determine in which memory area the addresses are located. Here, among other things, the various DOL segments and staticR.rel are recognized. Further details: https://szs.wiimm.de/cmd/wstrt/where RE: Porting Addresses - Wiimm - 05-08-2021 I have just released a new version of the SZS tool. In particular, the two porting commands »wstrt PORT« and »wstrt WHERE« have been greatly improved. When entering the address you now have more options:
The internal porting DB has of course also been improved. It is now also possible to provide updates to this DB at a later date (option --port-db=file). All details: * https://szs.wiimm.de/cmd/wstrt/port * https://szs.wiimm.de/cmd/wstrt/where RE: Porting Addresses - Wiimm - 05-28-2021 I recalculated the porting DB with a better algorithm. You can find the update here: https://szs.wiimm.de/wstrt/cmd-port.html#update |