forked from ReScrap/ScrapHacks
Update README.md
This commit is contained in:
parent
09572cd78d
commit
e335c45ab7
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Scrapland Reverse Engineering notes and tools
|
# Scrapland Reverse Engineering noted and tools
|
||||||
|
|
||||||
## Scripts:
|
## Scripts:
|
||||||
* `parse_save.py`: Dumps information extracted from Save file
|
* `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.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.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.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)
|
Loading…
Reference in a new issue