Update README.md
This commit is contained in:
parent
9a30112866
commit
1dd2871dfb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Scripts:
|
## Scripts:
|
||||||
* `parse_save.py`: Dumps information extracted from Save file
|
* `parse_save.py`: Dumps information extracted from Save file
|
||||||
* `scrapper.py`: Extractor and Repacker for *.packed files, needs the `construct` python module and python 3.x
|
* `scrapper.py`: Extractor and Repacker for *.packed files, needs the `construct` and `tqdm` python modules and python 3.x
|
||||||
- Run `scrapper.py -h` for help
|
- Run `scrapper.py -h` for help
|
||||||
* `lib/dbg.py`: general Script for poking around inside the game's scripting system
|
* `lib/dbg.py`: general Script for poking around inside the game's scripting system
|
||||||
- Run `import dbg` inside the Game's Console,
|
- Run `import dbg` inside the Game's Console,
|
||||||
|
|
Loading…
Reference in a new issue