Make your own LunarClient Launcher - earthsworth/LunarClient-CN GitHub Wiki
Setup API
See website/wiki
Get source
- Install asar:
npm install -g asar
- Change dir to your LunarClient installation
- Extract app.asar: `asar extract resources/app.asar resources/app
- Delete app.asar(make sure backup it), electron-updater.exe and the yml file(I forgot the name of the file)
Format codes
- Open renderer.js via Intellij Idea (I failed with vscode)
- Do Ctrl+Alt+L
Redirect API
- Search
https://api.lunarclientprod.com
- Change it to your API server (In step setup api )