Schine / StarMade-Launcher

The official StarMade game launcher.

Home Page:https://star-made.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StarMade Launcher

Written in node, this graphical fanciness allows the user to easily update/select their installed build of StarMade and its launch options.

To install, run these in the launcher directory:

  1. npm install*
  2. npm install -g bower*
  3. bower install*
  4. npm install -g gulp*
  5. (see fixes below)
  6. gulp bootstrap

(*On ubuntu you may need to run these commands with sudo)

And to run the launcher afterward, simply run: gulp


Fixes

There are currently three out-of-box issues with the launcher. Here are the steps to remedy them:

buildHash.js

create a blank file here: build/lib/buildHash.js

License error for json-schema:

copy the contents of https://raw.githubusercontent.com/dojo/dojox/master/LICENSE to launcher/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/LICENSE

Missing Java dependencies for win32/64:

Download the Java jre archive(s) from here:

and manually extract the contents to launcher/dep/java/(platform), e.g. launcher/dep/java/win64

Copyright / License

Copyright (c) Schine GmbH.

All source code is made available under the MIT license.

For further information on licenses and copyright please see NOTICE.txt.

About

The official StarMade game launcher.

https://star-made.org

License:MIT License


Languages

Language:CoffeeScript 62.0%Language:CSS 19.3%Language:HTML 14.6%Language:Batchfile 4.0%Language:JavaScript 0.2%