A Java-library wrapping the ZenKit library for parsing game assets of PiranhaBytes' early 2000's games Gothic and Gothic II.
Tip
You can obtain a prebuilt version of this library from Maven Central!
You will need:
- The Java Development Kit (OpenJDK compatible), anything from Java 17 onwards should work
- Git
To build ZenKit4J from scratch, just open a terminal in a directory of your choice and run
git clone --recursive https://github.com/GothicKit/ZenKit4J
cd ZenKit4J
./gradlew shadowJar
You will find the built library in build/libs/
.