1
0
Fork 0

Update README.md

This commit is contained in:
JoshuaMK 2020-08-30 09:42:13 -05:00 committed by GitHub
parent d9c0a5567b
commit 9d9751864f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,22 @@
# GeckoLoader
**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.**
**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`
**Steps to compile GeckoLoader**
1. Run the installer and choose to install GeckoLoader.
2. In command prompt, input `GeckoLoader -h` for help on syntax and options, then run accordingly
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
Your new patched main.dol/Start.dol will be in the folder ./BUILD/
Your new patched `dol` file will be in the folder ./BUILD/
*NOTE: <codelist> can be an Ocarina formatted txt file, a gct, or a folder containing the previous mentioned files.