Skip to content

Releases: zsrtp/geckopatcher

v0.1.2 - Diff support

15 Nov 06:01

Choose a tag to compare

Adding support for diff based patches. You can now generate a patch file by comparing a Romhack with an unmodified version of the game. Diff-based patch files won't work with older version of the patcher, but this version is backward compatible with older patch files.

Ex.: romhack diff original_game.iso my_romhack.iso my_patch.patch

Will generate a patch file my_patch.patch from the difference between original_game.iso and my_romhack.iso. This file can then be applied to an other instance of the game's ROM with:

romhack apply my_patch.patch original_game.iso patched_game.iso

Or with either of the gui-patcher or the web version.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Sep 21:54

Choose a tag to compare

Fixed bug where Wii offsets were overflowing on 32 bit systems like wasm32.

Full Changelog: v0.1.0-alpha...v0.1.1

v0.1.0-alpha - Initial release

30 Jul 14:36

Choose a tag to compare

First alpha release. Both GC and Wii games are supported, although the web version has inconsistencies with Wii discs.

Retro-compatible with romhack-compiler, but now, there is no longer a requirement to have a minimum of one library to inject into the game.

Full Changelog: https://github.com/kipcode66/geckopatcher/commits/v0.1.0-alpha