/ModelTool

Tool to handle ET models and related data

Primary LanguageCMIT LicenseMIT

ModelTool CMake

Jere 'Jacker' S. 2021

What is this for

This is a dead simple tool that can load (atleast in the future) and somwhat modify model data.

The tool is mainly meant for the Wolfenstein: Enemy territory models and any new model formats that are included in the ET:Legacy project.

Usage

The tool uses the same package loading system as the game itself. When the application starts it will ask the user for a folder path.

TODO: write a full manual at point & include images

Hitboxes

The user can add hitboxes to a model.

ModelTool hitboxes

Compile

Fetch all the submodules.

git submodule update --init

Run CMake, the build should support Win, OSX and Linux.

mkdir build
cd build
cmake ..
cmake --build . --config Release

To run tests just execute ctest in the build directory

License

ModelTool is licensed under the MIT License, see LICENSE for more information.