Updated README.md

This commit is contained in:
Earthnuker 2017-10-08 01:37:07 +02:00
parent bdd4cf59c1
commit ae721e386f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Scrapland Reverse Engineering notes and tools # Scrapland Reverse Engineering notes and tools
## Scripts: ## Scripts:
* `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` python module 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