Warning
This project is unfinished. Do not have any expectations.
CRLauncher - an unofficial launcher for Cosmic Reach
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 clean buildDone! To run the launcher, just do:
$ java -jar dist/CRLauncher.jarIf you want to change the location of launcher's files, add --workDir argument:
$ java -jar dist/CRLauncher.jar --workDir C:\Users\User\Documents\CRLauncherOr 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.jar --useJarLocationThis way the launcher will create its files in dist
- Add support for CRM-1 mod repositories