|
|
@ -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. |
|
|
|
|
|
|
|
|
|
|
|