Simple tool that acts as a wrapper for clyde's export tools, allowing interaction with such through both CLI and GUI.
Note
datdec has to be run with a Java 25 JVM. Older JVM versions will fail.
To build datdec follow these steps:
- Prerequisites
- Java 25 JDK installed.
- Maven installed:
- Windows: Download the ZIP from the link above, extract, then add
bin/to yourPATH. - macOS (Homebrew):
brew install maven. - Linux (APT):
apt install maven.
- Windows: Download the ZIP from the link above, extract, then add
- Git installed:
- Windows: Download the installer from git-scm.com and follow the setup.
- macOS (Homebrew):
brew install git. - Linux (APT):
apt install git.
- Clone the repository.
git clone https://github.com/lucasluqui/datdec.git
- Copy
projectx-pcode.jarfrom your Spiral Knightscodedirectory into the project'slibdirectory. - Validate all Maven dependencies.
mvn validate
- Build the package using Maven.
mvn clean package
- Copy the package built by Maven to your Spiral Knights folder and run it.
java -jar datdec.jar