Client Installation
Quick Installation
To install the ColdCase client, follow these steps:
Download the latest release:
Visit ColdCase Releases.
Download the
ColdCase-1.x.x.zipfile (replace1.x.xwith the latest version).
Extract the archive:
Choose a suitable directory and extract the contents of the
.zipfile.
Run the game:
Execute the JAR file to start the game:
java -jar Cold\ Case-*.jar
Building the Client Manually
If you prefer to build the game from source, follow these steps:
Clone the repository:
git clone https://github.com/under-the-oaks/ColdCase-Client.git(only on Linux) Make Gradle wrapper executable:
chmod +x ./gradlewBuild the release version:
./gradlew releaseThis will generate a
.zipfile containing the built game that can be found underlwjgl3/build/release/Install the built version:
Extract the generated
.zipfile in a suitable directory.Run the game using the JAR file as described in the quick installation.
Last modified: 14 February 2025