Honkai: Star Rail server emulator (3.6 beta)
Find a file
2025-09-09 11:08:45 +07:00
dispatch Fix leader check techniques logic 2025-08-29 15:10:09 +07:00
gameserver update v5 2025-09-09 10:46:24 +07:00
launcher update v4 hotfix 2025-09-02 17:11:25 +07:00
protocol Fix leader check techniques logic 2025-08-29 15:10:09 +07:00
resources Fix critical error of Buff info 2025-08-24 02:00:02 +07:00
build.zig First push 2025-08-15 20:35:41 +07:00
build.zig.zon First push 2025-08-15 20:35:41 +07:00
config.json First push 2025-08-15 20:35:41 +07:00
hotfix.json update v5 2025-09-09 10:46:24 +07:00
README.md update client download link 2025-09-09 11:08:45 +07:00
run.bat First push 2025-08-15 20:35:41 +07:00
Screenshot.png upload README 2025-08-15 15:31:36 +02:00

EvernightSR

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

Screenshot

Requirements

Zig 0.14.1 x64

Running

Setup launcher.exe

Copy and paste launcher.exe and hkprg.dll from launcher folder inside evernight-sr to client folder.

From source

Windows:

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

Then run your launcher.exe with administrator.

Using Pre-built Binaries

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

Connecting

Get 3.5.55 CN client

Android version

Functionality (work in progress)

  • Login and player spawn
  • Test battle via calyx
  • MOC/PF/AS simulator with custom stage sellection
  • Anomaly Arbitration (Challenge Peak)
  • 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.