From 29bb42b3c4826c1dc19ffeffdc428b6f407f00dd Mon Sep 17 00:00:00 2001 From: JoshuaMK <60854312+JoshuaMKW@users.noreply.github.com> Date: Sat, 11 Apr 2020 22:23:30 -0500 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8bedf94..5604c2d 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # GeckoLoader -An easy way to have near unlimited code space, allowing thousands of lines of gecko code for every Wii/GCN game. +**An easy way to have near unlimited code space, allowing thousands of lines of gecko code for every Wii/GCN game.** -Steps to compile using source files: +**Steps to compile using source files:** - (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. - (4) Define your code allocation (Is in hex: 30000 = 0x30000) - - Your new patched main.dol/Start.dol will be in the folder ./BUILD/ - -Steps to compile using Release Build: - - (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 - (4) Define your code allocation (Is in hex: 30000 = 0x30000) + 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. + 4. Define your code allocation (Is in hex: 30000 = 0x30000) + + Your new patched main.dol/Start.dol will be in the folder ./BUILD/ + +**Steps to compile using Release Build:** + + 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 + 4. Define your code allocation (Is in hex: 30000 = 0x30000) Your new patched main.dol/Start.dol will be in the folder ./BUILD/