
- The binaries located in \bin must be in the path.
- Modify GAME_DIR in makefile.conf to point to the game dir (for make install)

To start working on a pac file:

- Create a work directory for the pac file (e.g for 'script.pac' -> 'script')
  (makefile.conf must be accessible by "../makefile.conf")
- Copy the .pac file in the directory
- Open a dos box and CD to the directory
- 'blfpactool extract xxx.pac' to extract files and create the makefile
- If the pack file contains BIN files 'make decompile' to create the TXT files

Et voila! It's ready!

- Use 'make' to rebuild the .pac file
- 'make install' to copy the .pac file to the game directory.


