Go to file
2022-04-19 21:55:25 -07:00
proxy properly pass ip into proy script 2022-04-19 19:33:17 -07:00
resources get genshin exe regardless of name 2022-04-19 21:55:25 -07:00
.gitignore begin private server handling 2022-04-19 19:15:17 -07:00
LICENSE Initial commit 2022-04-19 16:07:19 -07:00
neutralino.config.json backgrounds and button positioning 2022-04-19 18:12:56 -07:00
package.json add proxy and ext folders to dist 2022-04-19 20:45:21 -07:00
private_server_launch.cmd get genshin exe regardless of name 2022-04-19 21:55:25 -07:00
README.md neutralino init 2022-04-19 16:33:59 -07:00

GrassClipper

Grasscutter launcher for easily switching between Official and Private servers

Download Here!

Setup

  1. Clone the repository
  2. Ensure you have NodeJS installed.
  3. Install the neu CLI tool: npm install -g @neutralinojs/neu
  4. Install the dependencies: npm install AND neu update
  5. Compile and run:
    • For testing: npm run dev
    • For production: npm run build

TODO

  • Interface
    • UI
    • Official and Private options
    • Server IP input
    • Fun fancy CSS styling n stuff (CoD: MW 2019-style vertical menu for choosing between official and private servers? See this)
  • Proxy service
    • Local proxy server
    • Intercept and modify GI requests like with Fiddler, allow anything else to pass through