Skip to content

CRLauncher/CRLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRLauncher

Warning

This project is unfinished. Do not have any expectations.

CRLauncher - an unofficial launcher for Cosmic Reach

Screenshot.png

Quick Start

You can either download a prebuilt jar from Releases page, or build it yourself. To do that you will need at least JDK 17:

$ git clone https://github.com/CRLauncher/CRLauncher
$ cd CRLauncher
$ gradlew build
# Or 
$ gradlew clean build

Done! To run the launcher, just do:

$ java -jar dist/CRLauncher-0.3.0.jar

If you want to change the location of launcher's files, add --workDir argument:

$ java -jar dist/CRLauncher-0.3.0.jar --workDir C:\Users\User\Documents\CRLauncher

Or you can use the --useJarLocation argument, which will make the launcher use the jar's location instead. In that case the --workDir argument will be ignored:

$ java -jar dist/CRLauncher-0.3.0.jar --useJarLocation

This way the launcher will create its files in build/libs

Plans:

  • Add support for CRM-1 mod repositories