From 1dd2871dfb343c6ec479ba6ef4e5bc837090506d Mon Sep 17 00:00:00 2001 From: Earthnuker Date: Sun, 8 Oct 2017 00:05:00 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fea280..098ba08 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 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` and `tqdm` python modules and python 3.x - Run `scrapper.py -h` for help * `lib/dbg.py`: general Script for poking around inside the game's scripting system - Run `import dbg` inside the Game's Console,