Honkai: Star Rail server emulator (3.4 beta)
Find a file
2025-05-25 12:58:10 +07:00
dispatch first push 2025-05-24 00:34:37 +07:00
gameserver first push 2025-05-24 00:34:37 +07:00
protocol first push 2025-05-24 00:34:37 +07:00
resources first push 2025-05-24 00:34:37 +07:00
build.zig first push 2025-05-24 00:34:37 +07:00
build.zig.zon first push 2025-05-24 00:34:37 +07:00
config.json first push 2025-05-24 00:34:37 +07:00
hotfix.json first push 2025-05-24 00:34:37 +07:00
mhypbase.dll added mhybase.dll 2025-05-25 12:55:39 +07:00
README.md added mhybase.dll 2025-05-25 12:55:39 +07:00
run.bat first push 2025-05-24 00:34:37 +07:00
Screenshot.png Upload Screenshot 2025-05-23 17:15:06 +00:00

JingliuSR

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

Saber who??? trash bin who???

Screenshot

Requirements

Zig 0.13.0 x64

Running

Replacing mhybase.dll

Replace mhybase.dll file in your game folder.

From source

Windows:

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

Then open your client.

Linux:

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

Then open your client.

Using Pre-built Binaries

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

Connecting

Get 3.3.51 client

Functionality (work in progress)

  • Login and player spawn
  • Test battle via calyx
  • MOC/PF/AS simulator
  • Gacha simulator
  • Support command for Sillyism (there are some bugs right now )

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.