Skip to content

ShadelessFox/decima

Repository files navigation

Java Download Discord Support

Decima Workshop

Decima Workshop is an open-source modding tool for games powered by Decima engine. It aims to allow viewing and editing of game files and assets.

Running

  1. Make sure you have Java 17 installed. We recommend using Adoptium
  2. Download the latest version of the application from the releases page
  3. Unzip the downloaded archive and launch using decima.bat on Windows or decima on Linux
  4. For further steps, check out the wiki

Nightly builds

If you want to try the latest features and improvements, you can download the latest build from the actions page. Click on the latest workflow run and download the artifact from the Artifacts section.

Build

Open your favorite terminal app and execute the following commands in the specified order:

  1. Make sure you have Java 17 installed. We recommend using Adoptium
  2. Make sure you have Git installed. Alternatively, you can download the source code as a ZIP archive and extract it
  3. Open the terminal and execute the following commands:
    1. git clone https://github.com/ShadelessFox/decima
    2. cd decima
    3. gradlew build

Ready-to-use distributions can be found under the build/distributions directory. To run the application, see 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 nor related to Guerrilla Games, Kojima Productions, Sony Interactive Entertainment, and others.

Source code and all software made with Decima engine belong to their developers.