Wi-Fi Time Limit Expansion [Chadderz]
#1
Wi-Fi Time Limit Expansion [Chadderz]

Also known as Race Beyond 5 Minutes Code. All players in room must be using the code or else the race will end at 5 minutes as usual.

NTSC-U
04539E7C 3C60XXXX
04539E90 6064YYYY

PAL
0453F3B8 3C60XXXX
0453F3BC 6064YYYY

NTSC-J
0453ED38 3C60XXXX
0453ED3C 6064YYYY

NTSC-K
0452D410 3C60XXXX
0452D414 6064YYYY

XXXX = Upper half of word used for time limit
YYYY = Lower half of word used for time limit

To get the word value, convert your max time in milliseconds (ms) from decimal to hexadecimal. Default is 300000 ms (5 minutes)

Code Creator: Chadderz
Reply
#2
USA ports are definitely wrong, ill work on them 2moro
Reply
#3
Ok so i tested this, do both/all players in room need to run this? because it didnt work when i did this against myself (wii versus dolphin). ports are 100% correct (considering if PAL original code is correct)

Google the first line of the PAL code and look at thread on the youknowwhat site of 5 minutes 9:59.999 code and you will see that the first two lines of that code isn't matching this code
Reply
#4
Ok, ofc the youknowwhat forums had a bad NTSC-J port, go figure.

Anyways, tested that code and it works, heres the code - http://mkwii.com/showthread.php?tid=565
Reply
#5
I should have pointed this out -- https://github.com/Chadderz121/wii-ct-code
According to that, all the ports are correct.
Reply
#6
Finally got around to testing this. All ports tested and working.
Reply
#7
(06-09-2018, 10:45 PM)Vega Wrote: Finally got around to testing this. All ports tested and working.

Hmm. I know this may seem crazy, but is there a way to disable the server DC time limit thing at 5:56? So like, I want to use the double framerate code on the mkwii.org server, However, whether or not I use this code, the max time is reduced into half of 5:56. Reason why I wanna use double framerate is because it helps me to spam more items without freezing.
Reply
#8
(09-20-2018, 05:24 AM)420 Matt Wrote:
(06-09-2018, 10:45 PM)Vega Wrote: Finally got around to testing this. All ports tested and working.

Hmm. I know this may seem crazy, but is there a way to disable the server DC time limit thing at 5:56? So like, I want to use the double framerate code on the mkwii.org server, However, whether or not I use this code, the max time is reduced into half of 5:56. Reason why I wanna use double framerate is because it helps me to spam more items without freezing.

A Japanese code creator by the name of Dea has made this not too long ago. He keeps himself isolated and basically doesn't release any codes he creates (even if they are useless). You can try making this code yourself.
Reply
#9
(09-20-2018, 01:34 PM)Vega Wrote:
(09-20-2018, 05:24 AM)420 Matt Wrote:
(06-09-2018, 10:45 PM)Vega Wrote: Finally got around to testing this. All ports tested and working.

Hmm. I know this may seem crazy, but is there a way to disable the server DC time limit thing at 5:56? So like, I want to use the double framerate code on the mkwii.org server, However, whether or not I use this code, the max time is reduced into half of 5:56. Reason why I wanna use double framerate is because it helps me to spam more items without freezing.

A Japanese code creator by the name of Dea has made this not too long ago. He keeps himself isolated and basically doesn't release any codes he creates (even if they are useless). You can try making this code yourself.
I see. Yeah I apologize if I seemed lazy to you by asking the question. I would need to think of how I would approach this first if I decide to work on creating one.
Reply
#10
The 2nd line on all ports is incorrect, here are the correct versions. I also modified the second instruction for slightly easier conversions

NTSC-U
04539E7C 3C60XXXX
04539E90 6064YYYY

PAL
0453F3B8 3C60XXXX
0453F3BC 6064YYYY

NTSC-J
0453ED38 3C60XXXX
0453ED3C 6064YYYY

NTSC-K
0452D410 3C60XXXX
0452D414 6064YYYY


XXXX = Upper half of word used for time limit
YYYY = Lower half of word used for time limit

To get the word value, convert your max time in milliseconds (ms) from decimal to hexadecimal. Default is 300000 ms (5 minutes)
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)