Skip to content

GothicKit/ZenKit4J

Repository files navigation

ZenKit4J

License Java Platforms Version

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!

building

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/.