1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
GeckoLoader/README.md

23 lines
1 KiB
Markdown
Raw Normal View History

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-08-30 23:42:13 +09:00
**Steps to prepare a codelist**
1. Download `Ocarina Manager`
2. Open `Ocarina Manager` and supply it with the codes you desire, checking the boxes of the codes that you want to be used in `GeckoLoader`
3. Save it as a txt file in your `current working directory`
**Steps to prepare a .dol file**
1. Copy a clean `dol` file from your choice game into your `current working directory`
2020-04-17 10:37:22 +09:00
**Steps to compile GeckoLoader**
2020-04-12 12:20:40 +09:00
2020-08-30 23:42:13 +09:00
1. Run the installer and choose to install `GeckoLoader`
2. In command prompt, input `GeckoLoader -h` for help on syntax and options
3. Run the command `GeckoLoader <dol> <codelist> <options>` filling in the variables as needed
2020-09-28 17:02:59 +09:00
Your new patched `dol` file will be in the folder `./geckoloader-build` by default
2020-04-12 12:20:40 +09:00
2020-08-30 23:42:13 +09:00
*NOTE: <codelist> can be an Ocarina formatted txt file, a gct, or a folder containing the previous mentioned files.