BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Wii Play Tanks
Gameconfig Patches Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
Gameconfig Patches Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
Gameconfig Patches Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
Gameconfig Patches Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
Gameconfig Patches Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
Gameconfig Patches Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
Gameconfig Patches Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
Gameconfig Patches Empty2/21/2024, 8:52 am by naxil

» FREE Language-Learning YouTube Channel, Best Way to Learn Language
Gameconfig Patches Empty2/19/2024, 10:40 am by SnB@BWH

» Need help to get command line console code to work
Gameconfig Patches Empty2/19/2024, 6:41 am by Bully@WiiPlaza

Search
 
 

Display results as :
 


Rechercher Advanced Search

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Gameconfig Patches

4 posters

Go down  Message [Page 1 of 1]

1Gameconfig Patches Empty Gameconfig Patches 6/28/2012, 7:39 pm

Bully@WiiPlaza

Bully@WiiPlaza
 
 

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)
Code:
GAMEID:
Now we can add operations below it, like writing something to the RAM:
Code:
poke( ADDRESS , VALUE )
This will write the specified value to the address on boot up of the game that matches with the game id. You can, however, add multiple game ids and operations into one gameconfig txt file, like this:
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 )
Note that if the values ever get overwritten, the effect is gone! The "poke" by gameconfig´s are no permanent writes like known from normal codes. It is done before bootstrap screen!

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 Smile

Gameconfig Patches 1848667513



Last edited by Bully@WiiPlaza on 5/8/2015, 1:25 am; edited 1 time in total

2Gameconfig Patches Empty How do you make one for mw3? 8/5/2014, 4:00 am

cbass

cbass

I have looked everywhere for one that is already made for mw3 but I cant seem to find one. There are a couple which I downloaded through media fire but I don't know which game they go to. Does each game have their own? And will this work with gecko?

3Gameconfig Patches Empty Re: Gameconfig Patches 8/5/2014, 4:19 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

It works through Gecko but cheats are supposed to be compiled into .gct files.


_________________
Gameconfig Patches YBjg74I

4Gameconfig Patches Empty Re: Gameconfig Patches 8/5/2014, 5:08 am

cbass

cbass

Yes, but can I use any gameconfig.txt file or do I have to manually make one?

5Gameconfig Patches Empty Re: Gameconfig Patches 8/5/2014, 6:27 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

You don't even know what it's for so why would you need one?


_________________
Gameconfig Patches YBjg74I

6Gameconfig Patches Empty Re: Gameconfig Patches 8/5/2014, 6:52 am

cbass

cbass

Of course I know what it is, I need it so I can activate more than 6 cheats at a time using Orciana Cheat manager. In some of your vids, im pretty sure you have more than 6 cheats activated.  Neutral 

7Gameconfig Patches Empty Re: Gameconfig Patches 8/5/2014, 7:17 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

You can have 255 code lines...


_________________
Gameconfig Patches YBjg74I

8Gameconfig Patches Empty Re: Gameconfig Patches 8/5/2014, 8:32 am

TheDetonator

TheDetonator
Trusted Member
Trusted Member

I have way more then 6 codes active lmao

9Gameconfig Patches Empty Re: Gameconfig Patches 5/7/2015, 9:52 am

wundrweapon

wundrweapon

you mentioned once that you have a patch for a 20109 fix. Google's not being helpful, so would you mind giving it out (I'm trying to shave off as many lines of code as possible)?

10Gameconfig Patches Empty Re: Gameconfig Patches 5/8/2015, 1:26 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

wundrweapon wrote:you mentioned once that you have a patch for a 20109 fix. Google's not being helpful, so would you mind giving it out (I'm trying to shave off as many lines of code as possible)?
That's only useful for Gecko.NET and USB Gecko users.


_________________
Gameconfig Patches YBjg74I

11Gameconfig Patches Empty Re: Gameconfig Patches 5/8/2015, 9:38 am

wundrweapon

wundrweapon

Bully@WiiPlaza wrote:
wundrweapon wrote:you mentioned once that you have a patch for a 20109 fix. Google's not being helpful, so would you mind giving it out (I'm trying to shave off as many lines of code as possible)?
That's only useful for Gecko.NET and USB Gecko users.

I use both. Got the Gecko SE when they were being mass produced 2-4years ago (ish), and got Gecko.NET recently so I could use F2 codes

12Gameconfig Patches Empty Re: Gameconfig Patches 5/8/2015, 10:00 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Alright. It has never been posted (only shared among coders) so here you go. Create a file called gameconfig.txt at the root of your SD Card then paste the following text into it:

Code:
// 20109 error code bypass by Bully@WiiPlaza
??????:
poke(80001FA4, 4BFFF50C)
poke(800014B0, 809F1800)
poke(800014B4, 909F3180)
poke(800014B8, 808F0004)
poke(800014BC, 48000AEC)
Save and exit the editor.

Now whenever you send codes with Gecko.NET the first time it will apply the 20109 bypass so that you won't get the error code again as long as the game and Gecko.NET are running. So basically if the error pops up just send codes once and try again. The code list can be empty, too. It doesn't matter.


_________________
Gameconfig Patches YBjg74I

13Gameconfig Patches Empty Re: Gameconfig Patches 5/9/2015, 6:36 am

wundrweapon

wundrweapon

thanks mate! I appreciate it! :)

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum