Browse Source

README updated

master
MagicBot 2 years ago
parent
commit
11a7a21630
  1. 10
      README.md
  2. 10
      mbEditorPro2.0/README.md

10
README.md

@ -25,19 +25,25 @@ The tool built with Eldritch Technologies parses **all Shadowbane .cache files** @@ -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** <br>
JSON output will be placed in the folder **ARCANE DUMP** <br>
```
mbEditorPro.py pack textures
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.

10
mbEditorPro2.0/README.md

@ -25,19 +25,25 @@ The tool built with Eldritch Technologies parses **all Shadowbane .cache files** @@ -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** <br>
JSON output will be placed in the folder **ARCANE DUMP** <br>
```
mbEditorPro.py pack textures
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.

Loading…
Cancel
Save