Upload files to "/"
This commit is contained in:
commit
ab26c9ba2c
2 changed files with 55 additions and 0 deletions
55
README.md
Normal file
55
README.md
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
# CipherSR
|
||||||
|
#### Honkai: Star Rail server emulator (3.3 beta) written in Zig.
|
||||||
|

|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
[Zig 0.13.0](https://ziglang.org/download/) and
|
||||||
|
[Proxy](https://git.xeondev.com/YYHEggEgg/FireflySR.Tool.Proxy/releases)
|
||||||
|
|
||||||
|
## Running
|
||||||
|
### From source
|
||||||
|
|
||||||
|
Windows:
|
||||||
|
```
|
||||||
|
git clone https://git.xeondev.com/castorice-sr/cipher-sr
|
||||||
|
cd cipher-sr
|
||||||
|
start zig build run-dispatch
|
||||||
|
start zig build run-gameserver
|
||||||
|
```
|
||||||
|
Then open Proxy then open client
|
||||||
|
|
||||||
|
Linux:
|
||||||
|
```
|
||||||
|
git clone https://git.xeondev.com/castorice-sr/cipher-sr
|
||||||
|
cd cipher-sr
|
||||||
|
zig build run-dispatch & zig build run-gameserver
|
||||||
|
```
|
||||||
|
Then open Proxy then open client
|
||||||
|
|
||||||
|
### Using Pre-built Binaries
|
||||||
|
Navigate to the [Releases](https://git.xeondev.com/castorice-sr/cipher-sr/releases)
|
||||||
|
page and download the latest release for your platform.
|
||||||
|
|
||||||
|
## Connecting
|
||||||
|
[Get 3.2.52 client](https://gofile.io/d/Q7fSQm)
|
||||||
|
|
||||||
|
## 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.
|
BIN
Screenshot.png
Normal file
BIN
Screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 MiB |
Loading…
Reference in a new issue