Krock b51c8cb9cd Update script: Continue sophon implementation 4 months ago
..
.gitignore d401d97261 Update script: Add sophon prototype 6 months ago
README.md d401d97261 Update script: Add sophon prototype 6 months ago
manifest.proto d401d97261 Update script: Add sophon prototype 6 months ago
requirements.txt d401d97261 Update script: Add sophon prototype 6 months ago
updater.py b51c8cb9cd Update script: Continue sophon implementation 4 months ago

README.md

Sophon updater

WARNING: WORK IN PROGRESS. THIS SCRIPT IS CURRENTLY NOT READY FOR PRODUCTION USE

Setup

1. Python requirements

Python 3.8 or newer is required (zstandard library)

pip install -r requirements.txt

2. Generate manifest_pb2.py

  1. Required system package
    • Ubuntu/Debian: protobuf-compiler
  2. Generate
    • $ protoc --python_out=. manifest.proto

Usage

THIS MAY CHANGE AT ANY TIME WITHOUT FURTHER NOTICE

python updater.py /path/to/game/install/dir

Developer notes

See updaterpy heading