Honkai: Star Rail server emulator (4.3 beta)
Find a file
2026-05-16 15:18:22 +07:00
dispatch First push 2026-03-18 01:09:12 +07:00
gameserver Fix onSetAvatarPath display issue, support Male mc 2026-05-06 00:07:12 +07:00
launcher update 4.2.54 hotfix 2026-05-16 15:18:22 +07:00
protocol Implemented Challenge Tierce (Staward Mode) 2026-05-05 00:18:58 +07:00
resources update 4.2.53 hotfix, update StageConfig.json 2026-05-09 20:24:29 +07:00
build.zig First push 2026-03-18 01:09:12 +07:00
build.zig.zon First push 2026-03-18 01:09:12 +07:00
config.json Update server to support Beta 4.2.51 2026-05-01 00:04:52 +07:00
hotfix.json update 4.2.54 hotfix 2026-05-16 15:18:22 +07:00
README.md update 4.2.54 hotfix 2026-05-16 15:18:22 +07:00
run.bat First push 2026-03-18 01:09:12 +07:00
Screenshot.png First push 2026-03-18 01:09:12 +07:00

EvanesciaSR

Honkai: Star Rail server emulator (4.3 beta) written in Zig.

Screenshot

Requirements

Running

Setup launcher.exe

Copy launcher.exe and hkprg.dll from launcher folder inside evanescia-sr and paste them inside your client folder.

From source

Windows:

git clone https://git.xeondev.com/HonkaiSlopRail/evanescia-sr
cd evanescia-sr
zig build run-dispatch
zig build run-gameserver

Then open your launcher.exe with administrator.

Using Pre-built Binaries

Navigate to the Releases page and download the latest release for your platform.

Connecting

Get 4.2.5X client: Gofile,

Functionality (work in progress)

  • Login and player spawn
  • Test battle via calyx
  • MOC/PF/AS simulator with custom stage sellection
  • Anomaly Arbitration (Challenge Peak)
  • Starward Mode (Challenge Tierce)
  • Gacha simulator
  • Support command for Sillyism

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change, and why.

Bug Reports

If you find a bug, please open an issue with as much detail as possible. If you can, please include steps to reproduce the bug.

Bad issues such as "This doesn't work" will be closed immediately, be sure to provide exact detailed steps to reproduce your bug. If it's hard to reproduce, try to explain it and write a reproducer as best as you can.