Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.
/ Go-Grasscutter Public archive

A server software reimplementation for a certain anime game.

Notifications You must be signed in to change notification settings

issueMel/Go-Grasscutter

Repository files navigation

Go-Grasscutter

EN | 简中


this project is imitate Grasscutter.
It only test in version CN 4.0.

Current features

  • Login (incomplete)
  • Combat
  • Friends list
  • Teleportation
  • Gacha system
  • Co-op partially works
  • Spawning monsters via console
  • Inventory features (receiving items/characters, upgrading items/characters, etc)

Quick Start (automatic)

  • Get Go 1.22
  • Get MongoDB Community Server
  • Get game version CN4.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
  • 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.
  • Leave all other settings on default
  • Open the compiled Golang program
  • Click the launch button.
  • Log in with whatever username you want. Password can be anything.

Building

Clone
git clone --recurse-submodules https://github.com/issueMel/Go-Grasscutter.git
cd Go-Grasscutter
Compile
go build Go-Grasscutter

You can find the output program in the root of the project folder.

Contribute

Contributions to the project are welcome.

TIPS

Present what you want to do at issues to avoid conflicts with other contributors.
You can also search for TODOs in the project to improve.

TODO

  • CHECK: changed or removed at a later date
  • ENHANCE: performance or memory footprint needs improvement
  • INCOMPLETE: function is incomplete

About

A server software reimplementation for a certain anime game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published