README updated

This commit is contained in:
2022-12-25 09:13:06 -05:00
parent 7ac814ab03
commit 11a7a21630
2 changed files with 16 additions and 4 deletions
+8 -2
View File
@@ -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! 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: ### Usage:
``` ```
mbEditorPro.py unpack cobjects mbEditorPro.py unpack cobjects
mbEditorPro.py unpack all mbEditorPro.py unpack all
``` ```
JSON output will be in a folder **ARCANE DUMP** <br> JSON output will be placed in the folder **ARCANE DUMP** <br>
``` ```
mbEditorPro.py pack textures mbEditorPro.py pack textures
mbEditorPro.py pack all mbEditorPro.py pack all
``` ```
New binary cache file will be built from the JSON and output in the current directory. <br>> New binary cache file will be built from the JSON and output into the current directory. <br>>
> note: Unpacked data from a 2008 cache file is available in the Data repo. Build a new cache file right out of the box. > note: Unpacked data from a 2008 cache file is available in the Data repo. Build a new cache file right out of the box.
+8 -2
View File
@@ -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! 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: ### Usage:
``` ```
mbEditorPro.py unpack cobjects mbEditorPro.py unpack cobjects
mbEditorPro.py unpack all mbEditorPro.py unpack all
``` ```
JSON output will be in a folder **ARCANE DUMP** <br> JSON output will be placed in the folder **ARCANE DUMP** <br>
``` ```
mbEditorPro.py pack textures mbEditorPro.py pack textures
mbEditorPro.py pack all mbEditorPro.py pack all
``` ```
New binary cache file will be built from the JSON and output in the current directory. <br>> New binary cache file will be built from the JSON and output into the current directory. <br>>
> note: Unpacked data from a 2008 cache file is available in the Data repo. Build a new cache file right out of the box. > note: Unpacked data from a 2008 cache file is available in the Data repo. Build a new cache file right out of the box.