Tool to unpack/repack pkg files from Order of War game.
Once unpacked you can edit basically everything...maps, units, AI scripts are readable...etc. Pretty cool for modding!
This is a command line tool. Use it to unpack all game files contained in Data folder to another folder for example DataUnpacked.
Then copy the files you want to mod and the directory structure in another folder for example DataModded.
You can reinject these modded files in the game with the tool.
Usage:
To inject: OOWInjector -i <input folder> <target folder>
<input folder> : folder containing modded files to inject
<target folder> : folder containing target pkg files
To unpack: OOWInjector -u <input folder> <target folder>
<input folder> : folder containing pkg files to unpack
<target folder> : folder where unpacked files should be saved
Backup your files....one never know