https://github.com/shadelessfox/decima
GUI application for viewing and editing resources found in games powered by Decima Engine
https://github.com/shadelessfox/decima
corefile death-stranding decima explorer horizon-zero-dawn modding-tools packfile
Last synced: 8 months ago
JSON representation
GUI application for viewing and editing resources found in games powered by Decima Engine
- Host: GitHub
- URL: https://github.com/shadelessfox/decima
- Owner: ShadelessFox
- License: gpl-3.0
- Created: 2021-12-18T01:46:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T21:35:15.000Z (about 2 years ago)
- Last Synced: 2024-04-11T03:02:33.931Z (about 2 years ago)
- Topics: corefile, death-stranding, decima, explorer, horizon-zero-dawn, modding-tools, packfile
- Language: Java
- Homepage: https://discord.gg/Gt4gkMwadB
- Size: 33.8 MB
- Stars: 83
- Watchers: 7
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/ShadelessFox/decima/releases/latest)
[](https://discord.gg/Gt4gkMwadB)
[](https://ko-fi.com/shadelessfox)
# Decima Workshop
Decima Workshop is an open-source modding tool for [games](#supported-games) powered by [Decima engine](https://en.wikipedia.org/wiki/Decima_(game_engine)).
- Browse and edit core objects with complete type information
- Preview models, textures, shaders, etc
- Export models, textures, audio, etc
- Repack archives with your changes

### Running
1. Download the latest release from the [releases page](https://github.com/ShadelessFox/decima/releases/latest) for your operating system
2. Unzip the downloaded archive and launch using `decima.exe` on Windows or `bin/decima` on Linux
3. For further steps, [check out the wiki](https://github.com/ShadelessFox/decima/wiki/Getting-started)
#### Nightly builds
If you want to try the latest features and improvements, you can download the latest build from the [actions page](https://github.com/ShadelessFox/decima/actions).
Click on the latest workflow run and download the artifact from the `Artifacts` section for your operating system.
### Building
Open your favorite terminal app and execute the following commands in the specified order:
1. Make sure you have **Java 24** installed. We recommend using [Adoptium](https://adoptium.net/temurin/releases/?arch=x64&version=17&package=jdk)
2. Make sure you have **Git** installed
3. Open the terminal and execute the following commands:
1. `git clone https://github.com/ShadelessFox/decima`
2. `cd decima`
3. `./mvnw clean package`
Ready-to-use distributions can be found under the `decima-app/target/dist` directory. To run the application, see [Running](#running).
## Supported games
| Game | Platform |
|---------------------------------|----------|
| Death Stranding | PC |
| Death Stranding: Director's Cut | PC |
| Horizon Zero Dawn | PC |
## License
This project is licensed under the GPL-3.0 license.
This project is not sponsored by or related to Guerrilla Games, Kojima Productions, Sony Interactive Entertainment, or others.
Source code and all software made with Decima engine belong to their developers.