GrassClipper/README.md

48 lines
1.9 KiB
Markdown
Raw Normal View History

2022-04-19 23:07:19 +00:00
# GrassClipper
Grasscutter launcher for easily switching between Official and Private servers
2022-04-19 23:19:27 +00:00
[Download Here!](https://github.com/Grasscutters/GrassClipper/releases/)
2022-04-20 23:27:40 +00:00
# Setup (for Users)
1. Download the zip file
2. Extract the zip file somewhere
3. Run `install.cmd` as administrator. This will install the proxy server.
4. Run `GrassClipper.exe` and set your `Genshin Impact` folder!
# Setup (for Development)
2022-04-19 23:19:27 +00:00
0. Clone the repository
1. Ensure you have [NodeJS](https://nodejs.org/en/download/) installed.
2. Install the `neu` CLI tool: `npm install -g @neutralinojs/neu`
2022-04-19 23:33:59 +00:00
3. Install the dependencies: `npm install` AND `neu update`
2022-04-19 23:19:27 +00:00
4. Compile and run:
* For testing: `npm run dev`
* For production: `npm run build`
# TODO
* Interface
* UI
2022-04-20 23:27:40 +00:00
* ~~Official and Private options~~
* ~~Server IP input~~
2022-04-19 23:19:27 +00:00
* Fun fancy CSS styling n stuff (CoD: MW 2019-style vertical menu for choosing between official and private servers? [See this](https://charlieintel.com/wp-content/uploads/2020/11/MW-new-menu.png))
* Proxy service
2022-04-20 23:27:40 +00:00
* ~~Local proxy server~~~~
* ~~Intercept and modify GI requests like with Fiddler, allow anything else to pass through~~
# Having problems?
Below are some scenarios you may encounter and their solutions.
### My Discord is not letting my send messages or load images!
Discord does not seem to be a fan of the proxy server. You may need to disable it by either closing mitmdump or by disabling your proxy in the Windows proxy settings.
### I have no internet after closing everything/restarting my PC!
The launcher most likely did not close correctly, and was unable to clean your proxy settings back to what they were. Disable your proxy in the Windows proxy settings.
### The game will not launch/background launcher images don't load!
Ensure you have selected to correct path to Genshin Impact. This is ***not*** your `Genshin Impact Game` folder, but instead the main `Genshin Impact` folder (where the `bg` folder and `launcher.exe` can be found).