Files
neonsr/README.md
2025-04-18 11:54:25 +08:00

26 lines
884 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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](https://git.neonteam.dev/DevilProMT/neonsr-res.git) and place them in the `resources` folder
5. Run the server via CMD or VSCode:
- `py sdkserver`
- `py gameserver`
### Support
Join [Discord](https://discord.gg/gatosr) for support
### Credits
- **mero** author of `kcp.py`
- **ayakarail** base gameserver structure
### License
This project is licensed under **CC0-1.0**, **excluding** [`kcp.py`](https://github.com/ayakaware/AyakaRail/blob/master/pkg/game_server/net/kcp.py), which is licensed under **GPL-3.0** by **Mero** (<mero@crepe.moe>)