A server software reimplementation for a certain anime game.
A server software reimplementation for a certain anime game.
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.
Grasscutter has not been actively maintained and currently (as of January 12th, 2025) only works up to version REL4.0.1 (introduction to Fontaine). If you have a beta version/unofficial version of Grasscutter, this guide should theoretically still work, however, we will not provide official support these versions. You can still try your luck in the Discord if you are stuck, but please don't act entitled.
Note: For support please join our Discord.
Get Java 17
Get game version REL4.0.x (If you don't have a 4.0.x client, you can find it here and open any of the links to download it): 4.0.x Client-github 4.0.x Client-cloud drive
UPDATE JAN 12, 2025: YOU CANNOT MIX AND MATCH GAME VERSIONS AND SERVER VERSIONS, PLEASE DOWNLOAD THE CORRECT VERSION OF GRASSCUTTER FOR YOUR VERSION OF THE GAME.
Download the latest Cultivation version. Use the .msi installer.
After opening Cultivation (as admin), press the download button in the upper right corner.
Click Download All-in-One
Click the gear in the upper right corner
Set the game Install path to where your game is located.
Set the Custom Java Path to C:\Program Files\Java\jdk-17\bin\java.exe
Leave all other settings on default
Click the small button next to launch.
Click the launch button.
Log in with whatever username you want. Password can be anything.
Grasscutter uses Gradle to handle dependencies & building.
Requirements:
git clone --recurse-submodules https://github.com/Grasscutters/Grasscutter.git
cd Grasscutter
Compile
Note: Handbook generation may fail on some systems. To disable the handbook generation, append -PskipHandbook=1 to the gradlew jar command.
Windows:
.\gradlew.bat # Setting up environments
.\gradlew jar
Linux (GNU):
chmod +x gradlew
./gradlew jar
Compiling the Handbook (Manually)
With Gradle:
./gradlew generateHandbook
With NPM:
cd src/handbook
npm install
npm run build
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.
If I obtain a specific version of a .proto file(4.8.0), how do I configure the project to support that version?
[Question] 我尝试将该项目移植到4.8,目前账号登录正常工作,但进门后白屏,然后提示“服务器响应超时,请重新登录”。我还应该改些什么才能让它正常工作?
[Bug]
[Feature Request] 怎么一键点亮所有的神像和传送锚点?
[Bug] 登录显示“参数无效,请重试”,密码是正确的,也注册过新的账号重试也无效
安卓端怎么在登录账号以后自动下载更新资源文件,跟官服一样
[Bug] 网络响应超时,是否重新登录?
[Question]想要把这个项目支持4.6
[Bug] 修改Shop.json无效,已重启服务器,且GCTools不认
[Bug] 4.0版本没有商城,加插件也加不进去