Files
neonsr/README.md
2025-04-18 11:32:20 +08:00

817 B
Raw Blame History

NeonSR

A small shitty private server for a certain turn-based anime game.

Requirements

  • Python
  • MongoDB

Tutorial

  1. Clone this repo: https://git.neonteam.dev/DevilProMT/neonsr.git
  2. cd neonsr
  3. Install dependencies: pip install -r requirements.txt
  4. Download resources from NeonSR-RES and place them in the resources folder
  5. Run the server via CMD or VSCode:
    • py sdkserver
    • py gameserver

Credits

  • mero author of kcp.py
  • ayakarail base gameserver structure

License

This project is licensed under CC0-1.0, excluding kcp.py, which is licensed under GPL-3.0 by Mero (mero@crepe.moe)