Mario Kart Wii Gecko Codes, Cheats, & Hacks
MT/ SMT Threshold Modifier? - Printable Version

+- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com)
+-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14)
+--- Forum: Code Support / Help / Requests (https://mariokartwii.com/forumdisplay.php?fid=61)
+--- Thread: MT/ SMT Threshold Modifier? (/showthread.php?tid=2046)



MT/ SMT Threshold Modifier? - Tinaphromad - 05-01-2023

I've been trying to find a way to decrease the MT/SMT values from 270/300 respectively to something lower. But I couldn't find anything online about modifying the values. Is it possible to make a gecko codes to fix this, or is the value stored somewhere in the MKWii files, or is this just an unsolvable issue?


RE: MT/ SMT Threshold Modifier? - Vega - 05-01-2023

This can definitely be created.

If anybody (coders) out there wants to take a crack at it, this will help a lot - https://github.com/SeekyCt/mkw-structures/blob/master/player.h


RE: MT/ SMT Threshold Modifier? - _Ro - 05-01-2023

I believe the code "Instant Miniturbo/Drift" has the values you want.
Instant MT + Stand-Still MT - NTSC-US]

048B1400 00000000
048B1404 00000000
048B1408 00010000
048B1278 00010000


RE: MT/ SMT Threshold Modifier? - Tinaphromad - 05-01-2023

(05-01-2023, 10:52 PM)_Ro Wrote: I believe the code "Instant Miniturbo/Drift" has the values you want.
Instant MT + Stand-Still MT - NTSC-US]

048B1400 00000000
048B1404 00000000
048B1408 00010000
048B1278 00010000

No because I don't want to make it instant, I just want to make the values smaller.


RE: MT/ SMT Threshold Modifier? - Tinaphromad - 05-02-2023

(05-01-2023, 10:08 PM)Vega Wrote: This can definitely be created.

If anybody (coders) out there wants to take a crack at it, this will help a lot - https://github.com/SeekyCt/mkw-structures/blob/master/player.h

I know that in Formula Kart Wii, the SMT threshold for kart was reduce and SMT length was increased by x1.5. So it is possible, I just don't know how.


RE: MT/ SMT Threshold Modifier? - Vega - 05-03-2023

FKW's sources is on github btw

github.com/CLF78/FKW


RE: MT/ SMT Threshold Modifier? - _Ro - 05-07-2023

(05-01-2023, 11:33 PM)Tinaphromad Wrote:
(05-01-2023, 10:52 PM)_Ro Wrote: I believe the code "Instant Miniturbo/Drift" has the values you want.
Instant MT + Stand-Still MT - NTSC-US]

048B1400 00000000
048B1404 00000000
048B1408 00010000
048B1278 00010000

No because I don't want to make it instant, I just want to make the values smaller.
I know. I just meant that these addresses might have the values you want to modify, or around this global area.