Honkai: Star Rail Server Emulator (0.56)
  • Zig 99.4%
  • PowerShell 0.4%
  • Shell 0.2%
Find a file
nyan 3189474392
feat(scene): zone teleports
- Teleports from inside the zone still don't work because we aren't
  saving the created entities to a list.
- Disabled all the teleports from inside the zone if they are't the
  main one (it may be hidden).
- Handled both `InteractPropCsReq` and `WaitCustomStringCsReq` in a
  very basic way.
- Now the sections of the map (that you haven't visited) are unlocked
  by default (visible from the minimap).
2026-03-24 01:11:59 +01:00
assets feat(scene): monsters, npcs, default prop states 2026-03-23 15:51:23 +01:00
common/src all: init 2026-03-16 23:42:28 +03:00
dpsv/src all: init 2026-03-16 23:42:28 +03:00
gamesv/src feat(scene): zone teleports 2026-03-24 01:11:59 +01:00
proto all: init 2026-03-16 23:42:28 +03:00
.gitignore all: init 2026-03-16 23:42:28 +03:00
build.zig all: init 2026-03-16 23:42:28 +03:00
build.zig.zon all: init 2026-03-16 23:42:28 +03:00
envrc all: init 2026-03-16 23:42:28 +03:00
LICENSE all: init 2026-03-16 23:42:28 +03:00
README.md feat: better windows support 2026-03-23 15:50:51 +01:00
setup-env.ps1 feat: better windows support 2026-03-23 15:50:51 +01:00

Eileen-SR

Server Emulator for the Pre-Beta version of Honkai: Star Rail. title

Features

  • Exploration
  • Cocoon Stages
  • Lineups
  • Light cones with equip persistence

Getting Started

Requirements

For additional help, you can join our discord server

Setup

Building from sources

Linux

git clone https://git.xeondev.com/eileen-sr/eileen-sr.git
cd eileen-sr
. ./envrc # In case you don't have zig installed, `envrc` can do this for you.
zig build run-dpsv &
zig build run-gamesv

Windows

# Assuming you have git installed and are using powershell.
git clone https://git.xeondev.com/eileen-sr/eileen-sr.git
cd eileen-sr
./setup-env.ps1 # In case you don't have zig installed, `setup-env.ps1` can do this for you.
Start-Process zig -ArgumentList "build run-dpsv -Doptimize=ReleaseSmall" -NoNewWindow; zig build run-gamesv -Doptimize=ReleaseSmall

Logging in

The target client version is 0.56, you can get it from 3rd party sources. Next, you have to apply the necessary client patch. It enables debug features and applies the necessary game logic patches for the better experience. Follow the instructions from the patch's README.

Community

Donations

Continuing to produce open source software requires contribution of time, code and -especially for the distribution- money. If you are able to make a contribution, it will go towards ensuring that we are able to continue to write, support and host the high quality software that makes all of our lives easier. Feel free to make a contribution via Boosty!