This project is no longer under development. See https://github.com/ShadelessFox/decima
This project is aimed to provide graphical user interface for previewing, exporting and modifying game resources in games based on Decima Engine in research purposes.
- Wunkolo who reverse-engineered the format of game archives and extracted keys required for decryption
- Yretenai who at early steps gave basic understanding how game works
- Nukem9 who from nowhere kicked out the door and provided priceless intelligence about RTTI data that game uses to load its resources
- Windows 10 64-bit (note: this is the only supported platform)
- CMake 3.10 or greater
- Any of listed compilers:
- Visual Studio 2019
- Clang
- MinGW x64
Open console and run following commands:
git clone --recursive https://github.com/REDxEYE/ProjectDecima.git
cd ProjectDecima
git checkout development
to get all latest features (Optional)cmake CMakeLists.txt -G "Visual Studio 16 2019" -B build
cmake --build build --config Release
- Library 'imgui' by ocornut
- Library 'mio' by mandreyel
- All rights to the Decima Engine, its source code and all games based on this engine belong to their developers.