Customizable Remove HUD [JoshuaMK]
#11
The website was definitely helpful, although I'm getting the error
Code:
/home/thomasvoss/Scripts/dolphin/Source/Core/DolphinQt/MainWindow.cpp:29:10: fatal error: qpa/qplatformnativeinterface.h: No such file or directory
and while I know what the error is, I have no clue how to solve this. I'll probably go ask on the dolphin forums later today.
Reply
#12
Could we have the original value of XXXXXXXX ?
I want to make a button activation code it could be very convenient !
Reply
#13
3DCCCCCD is the default value
Reply
#14
Thank you for your quick answer, unfortunatly the code works well but only with one player...
In multiplayer it disable the name on top of players/npcs instead of the mini map, the code doesn't react the same.

28348200 00000082
048914D8 3FB00000
CC000000 00000000
048914D8 3DCCCCCD
E0000000 80008000

If you have values for multiplayer instead because this is why I need this code, for one player it doesn't interest me.
(Of course the original value works well in both case)

Maybe you have original value for this code instead : https://mkwii.com/showthread.php?tid=61
Reply
#15
Here's the default values for the code you linked.

3F000000
3F800000
Reply
#16
(01-31-2021, 04:11 PM)Vega Wrote: Here's the default values for the code you linked.

3F000000
3F800000

Oh my god you're so kind and I'm so unlucky, this second code is great but doesn't work as a button activator and I don't know why !
I'm still learning I will continue to search...

Here is what I tried:
28348200 00000082
048A7764 00000000
CC000000 00000000
048A7764 3F000000
E0000000 80008000
(not working)
Reply
#17
I only see one RAM write, why is the other RAM write not included?
Reply
#18
(01-31-2021, 05:34 PM)Vega Wrote: I only see one RAM write, why is the other RAM write not included?

It was to have less code for testing, I also tried the complete version, it doesn't work either.

The code just don't apply maybe it's because it's not an asm code but I have no knowledge and information about gecko codes is hard to find.

28348200 00000082
048A7764 00000000
048A7768 00000000
CC000000 00000000
048A7764 3F000000
048A7768 3F800000
E0000000 80008000
(not working)

It should work no ?
This code itself is perfectly working:
048A7764 00000000
048A7768 00000000

So why I can't encapsulate it into a button activator code ?!?
Reply
#19
It's most likely the game only checks those values one time before each race is loaded, meaning it's impossible to change it mid-race using that particular code.
Reply
#20
(01-31-2021, 05:57 PM)Vega Wrote: It's most likely the game only checks those values one time before each race is loaded, meaning it's impossible to change it mid-race using that particular code.

I hadn't thought about that, this is exactly what happen, if I press the button before the race it works.
So I will try to randomly change values of this code (048914D8 3FB00000) and try to find the correct one for multiplayer, thank you for your help !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)