Skip to content

Using KLauncher as a Command

Wyatt J Herkamp edited this page Jan 19, 2021 · 2 revisions

Available arguments

  • <GAME_JAR> (--game) This is the jar file for the actual game.
  • (--engine) This is optional but this is the jar file for the engine. If not present will auto download from ci.potatocorp.dev
  • <WORKING_DIR> (--dir) this is a required. This is the active directory Java.

Example Shell Script

gradle clean shadowJar
./klauncher --game client/build/libs/client-1.0-SNAPSHOT-all.jar --working_dir client/test/⏎   
Clone this wiki locally