Gameconfig patches are like .GCT cheat code files with the difference that they basically can have unlimited operations/available lines and that they use commands instead of codes. It's also possible to apply patches to ALL games using this!
To set up such a patch, we have to know the game id for a game we want to make it for (or we put a question mark at the spot that can be anything).
This comes as first line in the text file (with the double dot behind it)
Finally, you save the text file called "gameconfig" on the root of your SD Card. Cfg USB Loader and Gecko OS 1.9.3.1. automatically read and apply this file (maybe other loaders aswell, I don't know)!
In short:
You paste the coding into a blank text file, save it with the name "gameconfig" on your sd card out of every folder (root). Very simple!
(Don't apply my examples from above, they are randomly chosen and won't do anything to any game!)
Enjoy
To set up such a patch, we have to know the game id for a game we want to make it for (or we put a question mark at the spot that can be anything).
This comes as first line in the text file (with the double dot behind it)
- Code:
GAMEID:
- Code:
poke( ADDRESS , VALUE )
- Code:
RMCP01: // comments can be added like this
poke ( 80001500 , 12345678 )
??????: // 6 question marks will apply to any Wii game
poke ( 80001508 , 12345678 )
RMC?01: // A question mark at the region digit will apply to all games of that region (you get the point!)
poke ( 8000150C , 12345678 )
RPBP01:
poke ( 80001504 , 12345678 )
Finally, you save the text file called "gameconfig" on the root of your SD Card. Cfg USB Loader and Gecko OS 1.9.3.1. automatically read and apply this file (maybe other loaders aswell, I don't know)!
In short:
You paste the coding into a blank text file, save it with the name "gameconfig" on your sd card out of every folder (root). Very simple!
(Don't apply my examples from above, they are randomly chosen and won't do anything to any game!)
Enjoy
Last edited by Bully@WiiPlaza on 5/8/2015, 1:25 am; edited 1 time in total