update and fix bug

This commit is contained in:
HuLiNap 2025-05-27 23:25:56 +07:00
commit 3f78d81604

120
README.md
View file

@ -1,61 +1,61 @@
# JingliuSR # JingliuSR
#### Honkai: Star Rail server emulator (3.4 beta) written in Zig. #### Honkai: Star Rail server emulator (3.4 beta) written in Zig.
# Saber who??? trash bin who??? # Saber who??? trash bin who???
![Screenshot](Screenshot.png) ![Screenshot](Screenshot.png)
## Requirements ## Requirements
[Zig 0.13.0 x64](https://ziglang.org/download/0.13.0/zig-windows-x86_64-0.13.0.zip) [Zig 0.13.0 x64](https://ziglang.org/download/0.13.0/zig-windows-x86_64-0.13.0.zip)
## Running ## Running
### Replacing mhypbase.dll ### Replacing mhypbase.dll
Replace [mhypbase.dll](https://git.xeondev.com/HonkaiSlopRail/jingliu-sr/raw/branch/main/mhypbase.dll) file in your game folder. Replace [mhypbase.dll](https://git.xeondev.com/HonkaiSlopRail/jingliu-sr/raw/branch/main/mhypbase.dll) file in your game folder.
### From source ### From source
Windows: Windows:
``` ```
git clone https://git.xeondev.com/HonkaiSlopRail/jingliu-sr git clone https://git.xeondev.com/HonkaiSlopRail/jingliu-sr
cd jingliu-sr cd jingliu-sr
zig build run-dispatch zig build run-dispatch
zig build run-gameserver zig build run-gameserver
``` ```
Then open your client. Then open your client.
Linux: Linux:
``` ```
git clone https://git.xeondev.com/HonkaiSlopRail/jingliu-sr git clone https://git.xeondev.com/HonkaiSlopRail/jingliu-sr
cd jingliu-sr cd jingliu-sr
zig build run-dispatch & zig build run-gameserver zig build run-dispatch & zig build run-gameserver
``` ```
Then open your client. Then open your client.
### Using Pre-built Binaries ### Using Pre-built Binaries
Navigate to the [Releases](https://git.xeondev.com/HonkaiSlopRail/jingliu-sr/releases) Navigate to the [Releases](https://git.xeondev.com/HonkaiSlopRail/jingliu-sr/releases)
page and download the latest release for your platform. page and download the latest release for your platform.
## Connecting ## Connecting
[Get 3.3.51 client](https://gofile.io/d/tWhXrJ) [Get 3.3.51 client](https://gofile.io/d/tWhXrJ)
## Functionality (work in progress) ## Functionality (work in progress)
- Login and player spawn - Login and player spawn
- Test battle via calyx - Test battle via calyx
- MOC/PF/AS simulator - MOC/PF/AS simulator
- Gacha simulator - Gacha simulator
- Support command for Sillyism (there are some bugs right now ) - Support command for Sillyism (there are some bugs right now )
## Contributing ## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss Pull requests are welcome. For major changes, please open an issue first to discuss
what you would like to change, and why. what you would like to change, and why.
## Bug Reports ## Bug Reports
If you find a bug, please open an issue with as much detail as possible. If you 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. can, please include steps to reproduce the bug.
Bad issues such as "This doesn't work" will be closed immediately, be _sure_ to 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 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. to explain it and write a reproducer as best as you can.