Bez popisu

Krock b9ad5312cb Test case for empty language update archives před 8 měsíci
game_1.8.0 b9ad5312cb Test case for empty language update archives před 8 měsíci
game_1.9.0 f72b32d71f Upload testing updater script před 10 měsíci
game_1.9.1 b9ad5312cb Test case for empty language update archives před 8 měsíci
.gitignore f72b32d71f Upload testing updater script před 10 měsíci
LICENSE.txt f72b32d71f Upload testing updater script před 10 měsíci
README.md b9ad5312cb Test case for empty language update archives před 8 měsíci
config.ini b9ad5312cb Test case for empty language update archives před 8 měsíci
generate.py b9ad5312cb Test case for empty language update archives před 8 měsíci

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