AdrienTD / wktools

Warrior Kings (Battles) game files modding and viewing tools
MIT License
5 stars 0 forks source link

WK Tools source code

This is the source code of some tools which allow viewing and modifying game data files from Warrior Kings (Battles).

If you want to use these tools you might want the binaries of the tools. You can download them from:

These tools are licensed under the MIT license:

UPDATE: Tools previously released under the GPL3 license are now relicensed to the MIT license.

Please take a look at README and LICENSE files for more information.

Compilation

If you have Visual C++/Visual Studio/Windows SDK, open the respective command prompt, go to the directory of the tool and type "build".

The MESH3 Viewer (wkm3v) also needs D3DX_43 header and library, which you can get from the DirectX SDK June 2010.

Currently the tools only work on Windows, however some of them should also work with small modifications on other OSes.