No description
Find a file
2026-03-06 15:31:22 +07:00
dispatch Update to support 4.0.5 beta 2026-02-10 18:27:16 +07:00
gameserver update to v3 2026-03-05 18:49:40 +07:00
launcher Update to support 4.0.5 beta 2026-02-10 18:27:16 +07:00
protocol Update to support 4.0.5 beta 2026-02-10 18:27:16 +07:00
resources update to v3 2026-03-05 18:49:40 +07:00
build.zig First push 2026-01-08 01:07:16 +07:00
build.zig.zon First push 2026-01-08 01:07:16 +07:00
config.json Update to support 4.0.5 beta 2026-02-10 18:27:16 +07:00
hotfix.json update v4 hotfix 2026-03-06 15:31:22 +07:00
README.md Update to support 4.0.5 beta 2026-02-10 18:27:16 +07:00
run.bat First push 2026-01-08 01:07:16 +07:00
Screenshot.png First push 2026-01-08 01:07:16 +07:00

YaoGuangSR

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

Screenshot

Requirements

Running

Setup launcher.exe

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

From source

Windows:

git clone https://git.xeondev.com/HonkaiSlopRail/yaoguang-sr
cd yaoguang-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.0.5X client,

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
  • Multipath is partly functional, better adding all male/female mc path and switching path within the in game switch button

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.