Make your own LunarClient Launcher - earthsworth/LunarClient-CN GitHub Wiki

Setup API

See website/wiki

Get source

  1. Install asar: npm install -g asar
  2. Change dir to your LunarClient installation
  3. Extract app.asar: `asar extract resources/app.asar resources/app
  4. Delete app.asar(make sure backup it), electron-updater.exe and the yml file(I forgot the name of the file)

Format codes

  1. Open renderer.js via Intellij Idea (I failed with vscode)
  2. Do Ctrl+Alt+L

Redirect API

  1. Search https://api.lunarclientprod.com
  2. Change it to your API server (In step setup api )