Honkai: Star Rail server emulator
Find a file
2025-10-02 04:15:35 +03:00
src feat: macros for more flexible battle team adjustment 2025-10-02 04:15:35 +03:00
.envrc Hi 2025-09-30 17:24:43 +03:00
.gitignore Hi 2025-09-30 17:24:43 +03:00
flake.lock Hi 2025-09-30 17:24:43 +03:00
flake.nix Hi 2025-09-30 17:24:43 +03:00
LICENSE Hi 2025-09-30 17:24:43 +03:00
Makefile Hi 2025-09-30 17:24:43 +03:00
README.md Hi 2025-09-30 17:24:43 +03:00
screenshot.png Hi 2025-09-30 17:24:43 +03:00

Cyrene-SR

title

Getting started

Requirements

NOTE: this server doesn't include the sdk server as it's not specific per game. You can use hoyo-sdk with this server.

For additional help, you can join our discord server

Setup

Building from sources

a) If you have GNU Make on your machine, just do the following:

git clone https://git.xeondev.com/cyrene-sr/cyrene-sr.git
cd cyrene-sr
make

b) Otherwise, you can invoke FASM manually:

git clone https://git.xeondev.com/cyrene-sr/cyrene-sr.git
cd cyrene-sr
fasm src/dispatch.asm dispatch
fasm src/gameserver.asm gameserver

Running the server

a) On Linux, just run 2 executables: dispatch and gameserver b) On Windows, use pexecvelf to run the executables.

Connecting to server

Currently supported client version is CNBETAWin3.6.51, you can get it from 3rd party sources. Next, you have to apply the necessary client patch. It allows you to connect to the local server and replaces encryption keys with custom ones.

Support

Your support for this project is greatly appreciated! If you'd like to contribute, feel free to send a tip via Boosty!

Friendly reminder

This server was implemented for recreational purposes. Right now, it is NOT recommended to run in production environment. Please do not open issues about not implemented features, I'm well aware of this.