diff --git a/README.md b/README.md index c2cff1c..9516077 100644 --- a/README.md +++ b/README.md @@ -25,19 +25,25 @@ The tool built with Eldritch Technologies parses **all Shadowbane .cache files** Team Magicbane aims to deliver you the best crackhead free MMO technology around; all for free! +### Requirements: + +mbEditorPro requires pillow for image manipulation. + +```$ pip install -r requirements.txt``` + ### Usage: ``` mbEditorPro.py unpack cobjects mbEditorPro.py unpack all ``` -JSON output will be in a folder **ARCANE DUMP**
+JSON output will be placed in the folder **ARCANE DUMP**
``` mbEditorPro.py pack textures mbEditorPro.py pack all ``` -New binary cache file will be built from the JSON and output in the current directory.
> +New binary cache file will be built from the JSON and output into the current directory.
> > note: Unpacked data from a 2008 cache file is available in the Data repo. Build a new cache file right out of the box. diff --git a/mbEditorPro2.0/README.md b/mbEditorPro2.0/README.md index c2cff1c..9516077 100644 --- a/mbEditorPro2.0/README.md +++ b/mbEditorPro2.0/README.md @@ -25,19 +25,25 @@ The tool built with Eldritch Technologies parses **all Shadowbane .cache files** Team Magicbane aims to deliver you the best crackhead free MMO technology around; all for free! +### Requirements: + +mbEditorPro requires pillow for image manipulation. + +```$ pip install -r requirements.txt``` + ### Usage: ``` mbEditorPro.py unpack cobjects mbEditorPro.py unpack all ``` -JSON output will be in a folder **ARCANE DUMP**
+JSON output will be placed in the folder **ARCANE DUMP**
``` mbEditorPro.py pack textures mbEditorPro.py pack all ``` -New binary cache file will be built from the JSON and output in the current directory.
> +New binary cache file will be built from the JSON and output into the current directory.
> > note: Unpacked data from a 2008 cache file is available in the Data repo. Build a new cache file right out of the box.