Update README.md

This commit is contained in:
Earthnuker 2017-10-08 01:13:32 +00:00
parent 09572cd78d
commit e335c45ab7
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Scrapland Reverse Engineering notes and tools
# Scrapland Reverse Engineering noted and tools
## Scripts:
* `parse_save.py`: Dumps information extracted from Save file
@ -13,4 +13,6 @@
- `dbg.enable_all_conv()` allows you to "overwrite" any character, even if they are protected/invulnerable
- `dbg.become(name)` allows you to transform into any character
- `dbg.helplib()` generates a file `helplib.txt` in the Game's folder containing all available Documentation for all available classes and functions
- `dbg.settrace()` Logs all Python function calls together with their arguments into a `dbg.txt` file inside the Game's folder
- `dbg.settrace()` Logs all Python function calls together with their arguments into a `dbg.txt` file inside the Game's folder
# [Notes](NOTES.md)