Skip to content

Releases: JoshuaMKW/GeckoLoader

Supporting Update

11 Feb 03:56
Compare
Choose a tag to compare

Changelog

  • Removed old option to select mini or full codehandlers, as this was strictly useful under the now removed "legacy" patching option.
  • Added new option --handlerpath to explicitly specify a codehandler.bin
  • Updated GUI.

GeckoLoader

06 Dec 08:49
a4b1d9a
Compare
Choose a tag to compare

Changelog

  • 🚧 Fixed error caused by overflowing the lower 16 bits of the target address (Happened with NTSC-U MKW dol)
  • ⛔ Removed deprecated option LEGACY which continuously broke various loaders and was only a limitation
  • ✨ Fun code refactoring that most people will never see :)

GeckoLoader

07 Nov 09:45
bf4b632
Compare
Choose a tag to compare

Changelog

  1. Fixed optimization error when parsing the C0 codetype
  2. Brand new GUI with Dark Theme and Session open/save functionality to help get you back on track
  3. Various bugfixes

GeckoLoader

26 Aug 23:39
Compare
Choose a tag to compare

Changelog

  1. Hotfix for hook data corruption
  2. Upgraded the installer

GeckoLoader

26 Aug 03:35
Compare
Choose a tag to compare

Changelog

  1. The codehandler can now be hooked to any address containing a valid instruction that is not a conditional non spr branch
  2. There are now 3 different hooks to choose from ["VI", "GX", "PAD"] which can be accessed via option --hooktype
  3. Option --codehook is renamed to --hookaddress
  4. Parsing for Gecko Code txt files has been improved

GeckoLoader

19 Aug 11:37
Compare
Choose a tag to compare

Changelog

  1. Refactored more code, and extended the argparse.ArgumentParser class for better error output
  2. Upgraded splash and text color functions
  3. Added option --check-update which is a simple and fast way to check for the existence of a new release

GeckoLoader

18 Aug 03:38
Compare
Choose a tag to compare

Changelog

  1. Added an installer to add GeckoLoader to the Windows PATH variable and store the files in the user's appdata
  2. Refactored and overhauled code
  3. Add 2 new options (--protect, [-d, --dest])

GeckoLoader

23 Jul 06:15
Compare
Choose a tag to compare

Removed debug print

GeckoLoader

22 Jul 06:07
Compare
Choose a tag to compare

Changelog

  1. Added support for dolphin formatted gecko txt files
  2. Improved on the temporary directory logic, it now creates a directory containing six random characters plus a "-GeckoLoader" extension for temporary file storage

GeckoLoader

21 Jul 07:17
Compare
Choose a tag to compare

Changelog

  1. Fix multiple bugs with legacy patching
  2. Added functionality to not patch in GeckoLoader + codehandler when the entire codelist is successfully pre patched into the dol
  3. Added directory support. Pass the name of a directory as the gecko codes and it will parse through all the files in the folder, patching them into the dol file.