Keine Beschreibung

Krock b9ad5312cb Test case for empty language update archives vor 8 Monaten
game_1.8.0 b9ad5312cb Test case for empty language update archives vor 8 Monaten
game_1.9.0 f72b32d71f Upload testing updater script vor 10 Monaten
game_1.9.1 b9ad5312cb Test case for empty language update archives vor 8 Monaten
.gitignore f72b32d71f Upload testing updater script vor 10 Monaten
LICENSE.txt f72b32d71f Upload testing updater script vor 10 Monaten
README.md b9ad5312cb Test case for empty language update archives vor 8 Monaten
config.ini b9ad5312cb Test case for empty language update archives vor 8 Monaten
generate.py b9ad5312cb Test case for empty language update archives vor 8 Monaten

README.md

Game update test environment

  1. Generate archives and the resource JSON

    • python3 generate.py
  2. Host a local server

    • python3 -m http.server
  3. Modify update_gi.sh to use this URL and skip patch.sh checks

Example preinstall

  1. Copy ./game_1.8.0/ to a custom location
  2. Copy ./config.ini into the new game location
  3. Test the update script