An anime game server file backup
|
1 år sedan | |
---|---|---|
.github | 1 år sedan | |
buildSrc | 1 år sedan | |
docs | 1 år sedan | |
gradle | 2 år sedan | |
lib | 1 år sedan | |
scripts | 1 år sedan | |
src | 1 år sedan | |
.editorconfig | 1 år sedan | |
.gitattributes | 1 år sedan | |
.gitignore | 1 år sedan | |
.gitmodules | 1 år sedan | |
CODE_OF_CONDUCT.md | 2 år sedan | |
CONTRIBUTING.md | 2 år sedan | |
LICENSE | 2 år sedan | |
README.md | 1 år sedan | |
build.gradle | 1 år sedan | |
gradle.properties | 1 år sedan | |
gradlew | 2 år sedan | |
gradlew.bat | 1 år sedan | |
keystore.p12 | 2 år sedan | |
plugin-schema.json | 1 år sedan | |
settings.gradle | 3 år sedan | |
start.cmd | 2 år sedan | |
start_config.cmd | 2 år sedan |
EN | 简中 | 繁中 | FR | ES | HE | RU | PL | ID | KR | FIL/PH | NL | JP | IT | VI
Attention: We always welcome contributors to the project. Before adding your contribution, please carefully read our Code of Conduct.
Note: For support please join our Discord.
Note: If you just want to run it, then jre only is fine.
MongoDB (recommended 4.0+)
Proxy Daemon: mitmproxy (mitmdump, recommended), Fiddler Classic, etc.
Note: If you updated from an older version, delete config.json
to regenerate it.
grasscutter.jar
resources
folder in the directory where grasscutter.jar is located and move your BinOutput, ExcelBinOutput, Readables, Scripts, Subtitle, TextMap
folders there (Check the wiki for more details how to get those.)java -jar grasscutter.jar
. Make sure mongodb service is running as well.½. Create an account in the server console using this command.
Redirect traffic: (choose one only)
mitmdump: mitmdump -s proxy.py -k
Trust CA certificate:
The CA certificate is usually stored in %USERPROFILE%\.mitmproxy
, double click mitmproxy-ca-cert.cer
to install or...
Via command line (needs administration privileges)
certutil -addstore root %USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer
Fiddler Classic: Run Fiddler Classic, turn on Decrypt HTTPS traffic
in (Tools -> Options -> HTTPS) and change the default port in (Tools -> Options -> Connections) to anything other than 8888
, load this script (copy and paste the script in the FiddlerScript
tab) and click the Save Script
button.
Set network proxy to 127.0.0.1:8080
or the proxy port you specified.
You can also use start.cmd
to start servers and proxy daemons automatically, but you have to set up JAVA_HOME
environment and configure the start_config.cmd
file.
Grasscutter uses Gradle to handle dependencies & building.
Requirements:
git clone --recurse-submodules https://github.com/Grasscutters/Grasscutter.git
cd Grasscutter
.\gradlew.bat # Setting up environments
.\gradlew jar # Compile
git clone --recurse-submodules https://github.com/Grasscutters/Grasscutter.git
cd Grasscutter
chmod +x gradlew
./gradlew jar # Compile
You can find the output jar in the root of the project folder.
For a list of common issues and solutions and to ask for help, please join our Discord server and go to the support channel.