Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CRLauncher/CRLauncher

Repository files navigation

CRLauncher

GitHub Downloads GitHub Downloads

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 clean build

Done! To run the launcher, just do:

$ java -jar dist/CRLauncher.jar

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

$ java -jar dist/CRLauncher.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.jar --useJarLocation

This way the launcher will create its files in dist

Plans:

  • Add support for CRM-1 mod repositories

Packages

No packages published

Contributors 9