EMMT_BW2 - Ego's Misc Mod Tools for Black and White 2
-----------------------------------------------------

            VERSION  0.1


      This is a collection of scripts and informational files regarding the game
Black and White 2.


      The scripts are written around PYTHON 2.6.


      The scripts are written in Python and are simple console scripts. Python will
need to be installed to use the scripts. Though they were written around python
2.6, they generally use basic functionality and so should work in newer versions.
Windows EXE's may be generated in a later version. The scripts are simple text that
can be read or modified in any text editor. They should work on Macs, but are
untested.

      A better readme with more information and instruction is planned for future
versions of this package.

      Why python? I am not a regular programmer and it happened to be the most recent
language I was using when beginning to toy with the game's files.




Instructions:
-------------

      Download and install python if it is not already installed. See
[ http://www.python.org/ ] and look on the download pages.

      To run the python scripts, use a command/terminal window to run the python
.exe followed by the script name followed by arguments. For example:
[ C:\Python\python.exe Creature2OBJ.py btiger.csk ]
or
[ C:\Python\python.exe OBJ2Creature.py bwolf.obj bwolf-evil.obj bwolf-fat.obj
  bwolf-good.obj bwolf-strong.obj bwolf-thin.obj bwolf-weak.obj bwolf-young.obj ]

      For more information on each script, open the script and read the desription.




Changelog:
----------

v0.1:
- First version




Credits:
--------

ego533
Keshire - performed much preliminary work that was used to decode the BW2 files
The Internet(s) - Old BW2 wiki documentation and other information


5 / 9 / 2012

