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

21 lines
1.2 KiB
Markdown
Raw Normal View History

2020-04-12 12:11:11 +09:00
# GeckoLoader
2020-04-12 12:23:30 +09:00
**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-04-12 12:23:30 +09:00
**Steps to compile using source files:**
2020-04-12 12:20:40 +09:00
2020-04-12 12:23:30 +09:00
1. Extract main.dol/Start.dol (varies by extraction method) from the desired game into the same directory as "main.py"
2. Move your GCT into the same directory as "main.py"
3. Run main.py and input the names of the main.dol/Start.dol, and the GCT.
2020-04-15 06:06:05 +09:00
4. Define your code allocation in hex: 30000 = 0x30000 (Press enter on empty string or set size to 0 to have it calculate the size for you)
2020-04-12 12:20:40 +09:00
2020-04-12 12:23:30 +09:00
Your new patched main.dol/Start.dol will be in the folder ./BUILD/
2020-04-12 12:20:40 +09:00
2020-04-12 12:23:30 +09:00
**Steps to compile using Release Build:**
2020-04-12 12:20:40 +09:00
2020-04-12 12:23:30 +09:00
1. Extract main.dol/Start.dol (varies by extraction method) from the desired game into the same directory as "main.py"
2. Move your GCT into the same directory as "main.exe"
3. Either run main.exe and input the names of the main.dol/Start.dol, and the GCT, OR drag the main.dol/Start.dol and the GCT onto main.exe and drop them
2020-04-15 06:06:05 +09:00
4. Define your code allocation in hex: 30000 = 0x30000 (Press enter on empty string or set size to 0 to have it calculate the size for you)
2020-04-12 12:20:40 +09:00
Your new patched main.dol/Start.dol will be in the folder ./BUILD/