forked from eileen-sr/eileen-sr
Honkai: Star Rail Server Emulator (0.56)
- Zig 99.4%
- PowerShell 0.4%
- Shell 0.2%
- 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). |
||
|---|---|---|
| assets | ||
| common/src | ||
| dpsv/src | ||
| gamesv/src | ||
| proto | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| envrc | ||
| LICENSE | ||
| README.md | ||
| setup-env.ps1 | ||
Eileen-SR
Server Emulator for the Pre-Beta version of Honkai: Star Rail.

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!