Honkai: Star Rail server emulator (3.2 beta)
Find a file
2025-03-21 09:09:22 +00:00
dispatch Hot fix support v4 and v5 2025-03-21 12:53:01 +07:00
gameserver Hot fix support v4 and v5 2025-03-21 12:53:01 +07:00
protocol new file: build.zig 2025-03-19 22:01:41 +07:00
resources new file: build.zig 2025-03-19 22:01:41 +07:00
build.zig new file: build.zig 2025-03-19 22:01:41 +07:00
build.zig.zon new file: build.zig 2025-03-19 22:01:41 +07:00
config.json Hot fix support v4 and v5 2025-03-21 12:53:01 +07:00
hotfix.json Hot fix support v4 and v5 2025-03-21 12:53:01 +07:00
README.md VERY VERY LAST TIME EDIT README 2025-03-19 22:39:16 +07:00
Screenshot.png modified: README.md 2025-03-19 22:24:58 +07:00

CastoriceSR

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

Screenshot

Requirements

Zig 0.13.0 Proxy

Running

From source

Windows:

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

open Proxy then open client

Linux:

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

open Proxy then open client

Connecting

Get 3.1.54 client

Functionality (work in progress)

  • Login and player spawn
  • Test battle via calyx
  • MOC/PF/AS simulator
  • 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.