Last modified 3 years ago
Last modified on 01/07/09 13:13:15
3ds2pie is a converter used to convert Autodesk 3DS files to PIE , the model format utilised by Warzone 2100.
It is currently in an pre-alpha state and can be found at: source:trunk/tools/3ds2pie
Compiling
Debian GNU/Linux
In order to compile 3ds2pie on Debian GNU/Linux make sure that the following packages are installed:
- libqt4-dev (an earlier version of libqt may also work)
- lib3ds-dev
- build-essential
After that run the following commands as an unprivileged user in the 3ds2pie source directory:
qmake make
In that directory, you now should have a binary named 3ds2pie_gui.
