Skip to content

Releases: Ravernstal/gof2edit

v0.10.0

26 Apr 14:55
Compare
Choose a tag to compare
  • New subcommand generate-patch to generate arbitrary patches by comparing two binaries.
  • Added a new patch No Screen Shake which removes the shake effect when boosting (thanks @FireBibi) #3
  • Patch format now uses hexadecimal numbers rather than decimal.

v0.9.0

25 Apr 14:04
Compare
Choose a tag to compare
  • New subcommand apply-patch to apply arbitrary patches to binaries.
  • Added four new patches:
  • Added plasma collector and station attribute names (thanks @maskyy). #2
  • Updated clap from version 4.4 to 4.5.

v0.8.1

08 Jan 23:22
Compare
Choose a tag to compare
  • Save file repacking now automatically recomputes the hash at the end of the file.

v0.8.0

05 Jan 20:26
Compare
Choose a tag to compare
  • Added gof2_save_game_* (save file) unpack/repack functionality. This currently only works for Android saves.
  • Added ticker.bin (news items) unpack/repack functionality.
  • New subcommands unpack save, repack save, unpack news-items, and repack news-items.
  • Made error messages more verbose.

v0.7.0

11 Oct 15:20
Compare
Choose a tag to compare
  • Added gof2_save_game_preview_* (save file preview) unpack/repack functionality.
  • Added agents.bin unpack/repack functionality.
  • New subcommands unpack save-preview, repack save-preview, unpack agents, and repack agents.
  • Updated byteorder from version 1.4 to 1.5.

v0.6.0

02 Oct 11:06
Compare
Choose a tag to compare
  • Added wanted.bin (most wanted) unpack/repack functionality.
  • New subcommands unpack wanted and repack wanted.

v0.5.0

01 Oct 19:05
Compare
Choose a tag to compare
  • Added weapons_hd.bin and weapons_sd.bin (ship weapon/engine positions) unpack/repack functionality.
  • New subcommands unpack ship-positions and repack ship-positions.

v0.4.4

16 Sep 13:15
Compare
Choose a tag to compare
  • Added support for patching system and station counts into the iOS binary.
  • New patching option --binary ios.

v0.4.3

27 Aug 23:40
Compare
Choose a tag to compare
  • Corrected version number in Cargo.toml.

v0.4.2

27 Aug 23:33
3c61133
Compare
Choose a tag to compare
  • Added additional item attribute codes.
  • Added more station and system patch addresses.
  • New --silent option to suppress output.
  • New --binary patching option to select binary version to patch. Currently only one option: android-kirito-jpk.
  • Fixed system IDs all being set to 0.
  • Added JSON-to-BIN and BIN-to-JSON tests.
  • Created continuous integration GitHub workflow and added badge to README.md.
  • Major code refactoring.