KO
|
EN
gitlite โ search
Search
#java
#php
#python
#android
#dotfiles
#html
#javascript
#ruby
#cpp
#swift
#symfony
#mongodb
ProjectDecima
โ 35
Open GitHub โ
Decima engine archive explorer
Download README (.md)
Explore Similar Repositories
redis-sitesearch
:
Real-time search and indexing for any website
CheckLists
:
No description available.
TsaThroughput
:
Monitors the TSA Published Statistics, Downloads new PDF files and Saves as .json
clowder
:
Operator for operating cloud.redhat.com
genshin-info
:
๐ๅ็ฅ่ง่ฒไฟกๆฏๅจ็บฟๆฅ่ฏข
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ProjectDecima
?
Download (.md)
### 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](https://github.com/Wunkolo) who reverse-engineered the format of game archives and extracted keys required for decryption * [Yretenai](https://github.com/yretenai) who at early steps gave basic understanding how game works * [Nukem9](https://github.com/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: 1. ```git clone --recursive https://github.com/REDxEYE/ProjectDecima.git``` 1. ```cd ProjectDecima``` 1. ```git checkout development``` to get all latest features *(Optional)* 1. ```cmake CMakeLists.txt -G "Visual Studio 16 2019" -B build``` 1. ```cmake --build build --config Release``` ## Copyright * [Library 'imgui'](https://github.com/ocornut/imgui) by [ocornut](https://github.com/ocornut) * [Library 'mio'](https://github.com/mandreyel/mio) by [mandreyel](https://github.com/mandreyel) * All rights to the Decima Engine, its source code and all games based on this engine belong to their developers.