|
1 週間 前 | |
---|---|---|
.. | ||
HDiffPatch | 3 年 前 | |
legacy | 3 週間 前 | |
.gitignore | 3 週間 前 | |
README.md | 1 週間 前 | |
check_integrity.sh | 2 年 前 | |
find_surplus_binaries.sh | 1 年間 前 | |
manifest.proto | 3 週間 前 | |
manifest_ldiff.proto | 3 週間 前 | |
requirements.txt | 3 週間 前 | |
sophon_api.py | 1 週間 前 | |
updater.py | 1 週間 前 |
Pick an application from the list below that suits your preferences. Each of them is capable of installing and updating the game. Additional features such as automated patching might or might not be included.
winedevice.exe
updater.py
(CLI only, described below)Python 3.8 or newer is required (zstandard
library)
pip install -r requirements.txt
manifest_pb2.py
$ protoc --python_out=. manifest.proto
$ protoc --python_out=. manifest_ldiff.proto
Show command-line options / help dialogue
python updater.py -h
Game update (example)
python updater.py --update /install/destination/path
New game install (example)
python updater.py --install RELTYPE --select-languages "en,ja,ko,zh" /install/destination/path
Game repair (example)
python updater.py --repair reliable /install/destination/path
For development purposes:
python updater.py <install/update> --dry-run --disallow-download
See sophon_api.py
heading