/starter

Simple to use, portable minecraft launcher powered by NW.js

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Starter - simple to use MC launcher

How to run

  1. Download from https://github.com/lvlup-pro/starter/releases/latest
  2. Unpack .zip
  3. Run starter.exe

How to build

  1. Go to http://nwjs.io/ and download nw.js for linux64 and win32. Version 0.12.3 is tested and it's working.
  2. Unpack .zips to nw/linux64 and nw/win32.
  3. Run npm install
  4. Run build.sh
  5. ????
  6. PROFIT!!!

dev.sh script helps with autobuild on launcher close, after build launcher is started

Tasks

Done

  • online and offline auth
  • all currently available game versions are working fine

Fixme

  • remember last used version
  • refresh mojang auth token
  • validate empty username
  • fix progress bar to show summary of overall process instead of current file process

Todo

  • EN version + language switching button
  • forge mods support
  • java JVM parameters set by user
  • java downloader
  • java versions manager
  • autoupdate function