github Inas1234/kotor_one_click_patch v0.2.0

2 months ago

[0.2.0] - 2026-02-10

Added

  • Automatic DeadlyStream EXE download flow with session + CSRF handling.
  • Integrated executable binary patching based on the UnWIS patch pattern.
  • Automatic WSGF HUD pack download and install to Override.
  • RAR extraction fallback using tar when 7-Zip/UnRAR are not installed.
  • WSGF download fallback via curl for servers that block default HTTP clients.

Changed

  • swkotor.ini patching now targets [Graphics Options].
  • Width and Height are only written when missing or different.
  • Patch flow now runs in this order: EXE patch -> INI update -> HUD pack install.

Fixed

  • DeadlyStream static csrfKey URL failures (403).
  • EXE patch failure caused by applying shared-signature interface edits as separate searches.
  • HUD extraction target path now correctly resolves to game Override.

Cleanup

  • Removed unused config module (src/modules/config.rs).
  • Removed unused utility helpers from src/modules/utils.rs.
  • Removed unused dependencies from Cargo.toml.

[0.1.0] - 2026-02-09

Added

  • Initial GUI patcher implementation with installation validation and activity logging.
  • Initial backup/restore behavior for game configuration.

Don't miss a new kotor_one_click_patch release

NewReleases is sending notifications on new releases.