back to home

Grasscutters / Grasscutter

A server software reimplementation for a certain anime game.

16,760 stars
4,371 forks
148 issues
JavaTypeScriptPython

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing Grasscutters/Grasscutter in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/Grasscutters/Grasscutter)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

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. Current features • Logging in • Combat • Friends list • Teleportation • Gacha system • Co-op *partially* works • Spawning monsters via console • Inventory features (receiving items/characters, upgrading items/characters, etc) Foreward **Grasscutter beyond the latest release will have no handholding in terms of instructions.** 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. Quick setup guide **Note**: For support please join our Discord. Quick Start (automatic) • Get Java 17 • Get MongoDB Community Server • 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 installer. • After opening Cultivation (as admin), press the download button in the upper right corner. • Click • 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 • 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. Building Grasscutter uses Gradle to handle dependencies & building. **Requirements:** • Java Development Kit 17 or higher • Git • NodeJS (Optional, for building the handbook) Clone Compile **Note**: Handbook generation may fail on some systems. To disable the handbook generation, append to the command. Windows: Linux (GNU): Compiling the Handbook (Manually) With Gradle: With NPM: You can find the output jar in the root of the project folder. Troubleshooting For a list of common issues and solutions and to ask for help, please join our Discord server and go to the support channel.