From ae721e386f93b9ba6b2db75bd071319eaafde7f5 Mon Sep 17 00:00:00 2001 From: Earthnuker Date: Sun, 8 Oct 2017 01:37:07 +0200 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 965e367..1fea280 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Scrapland Reverse Engineering notes and tools ## 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 - Run `scrapper.py -h` for help * `lib/dbg.py`: general Script for poking around inside the game's scripting system