2020-04-12 12:11:11 +09:00
# GeckoLoader
2020-04-17 11:52:13 +09:00
**GeckoLoader is a command line tool, providing an easy way to have near unlimited code space, allowing thousands of lines of gecko code for every Wii/GCN game.**
2020-04-12 12:20:40 +09:00
2020-11-07 18:26:57 +09:00
![Imgur ](https://i.imgur.com/pXrBMiL.png )
2020-08-30 23:42:13 +09:00
2020-11-07 18:26:57 +09:00
**Codes**
2020-08-30 23:42:13 +09:00
2020-11-07 18:26:57 +09:00
`GeckoLoader` supports 2 methods:
2020-08-30 23:42:13 +09:00
2020-11-07 18:26:57 +09:00
1. GCT files (Raw codelist)
2. Textual Codelist (Ocarina Manager or Dolphin Format txt files)
`GeckoLoader` also supports the ability to use a folder filled with GCT files and/or Textual codelists as input for multi codelist patching
**DOL File**
`GeckoLoader` needs a valid `dol` file to patch with your codes. Simply supply the path to your `dol` file in either the GUI or the CLI
2020-11-07 18:28:48 +09:00
2020-11-07 18:26:57 +09:00
`GeckoLoader` also supports patching the same `dol` file multiple times until the file becomes filled with section data.
2020-08-30 23:42:13 +09:00
2020-04-17 10:37:22 +09:00
**Steps to compile GeckoLoader**
2020-04-12 12:20:40 +09:00
2020-11-07 18:26:57 +09:00
Run the installer and choose to install `GeckoLoader`
2020-08-30 23:42:13 +09:00
2020-11-07 18:26:57 +09:00
Then you can do either:
1. In command prompt, input `GeckoLoader -h` for help on syntax and options
2. Run the command `GeckoLoader <dol> <codelist> <options>` filling in the variables as needed
Or:
1. Fill out the relevant data in the GUI
2. Click the RUN button
2020-04-12 12:20:40 +09:00
2020-11-07 18:26:57 +09:00
Your new patched `dol` file will be in the folder `./geckoloader-build` by default