ProjectDecima
ProjectDecima copied to clipboard
Decima engine archive explorer
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.

People who made this project possible
- 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
Building
Requirements:
- 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
Steps:
Open console and run following commands:
git clone --recursive https://github.com/REDxEYE/ProjectDecima.gitcd ProjectDecimagit checkout developmentto get all latest features (Optional)cmake CMakeLists.txt -G "Visual Studio 16 2019" -B buildcmake --build build --config Release
Copyright
- 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.