-
Notifications
You must be signed in to change notification settings - Fork 4
Updating
Trackpad edited this page Nov 3, 2022
·
2 revisions
After pulling, you may need to re-sync the command tree in order for changes to be reflected in Discord.
This can be done with the --sync
flag:
cd bot
python run.py --sync
-
Track relies on unpacked game files at each game update. To begin, install the WoWS Unpacker utility available here.
-
Move
scripts/extract.py
to the root of your WoWS installation, and run it.
python scripts/extract.py
-
This will create
res_extract/
in the root directory. MoveGameParams.data
, located inres_extract/content
, toresources/
. Movetexts
, located inres_extract/
, toresources/
as well. Moveships_silhouettes
, located inres_extract/gui
, tobot/assets/public/
. -
Run
scripts/ships/generate.py
.
python scripts/ships/generate.py
- This will generate
ships.json
ingenerated/
. Compare it the previous version by runningscripts/ships/compare.py
.
python scripts/ships/compare.py
- Update
bot/assets/public/guess.toml
as appropriate, and then moveships.json
tobot/assets/public/
.