Genshin Impact Server Emulator (4.5.0)
Find a file
2024-04-10 20:45:33 +00:00
common First push 2024-04-10 22:25:29 +03:00
gameserver First push 2024-04-10 22:25:29 +03:00
kcp First push 2024-04-10 22:25:29 +03:00
proto First push 2024-04-10 22:25:29 +03:00
sdkserver First push 2024-04-10 22:25:29 +03:00
.gitignore First push 2024-04-10 22:25:29 +03:00
Cargo.toml First push 2024-04-10 22:25:29 +03:00
LICENSE Initial commit 2024-04-10 19:14:19 +00:00
README.md readme: mihoyonet instruction 2024-04-10 20:45:33 +00:00
rustfmt.toml First push 2024-04-10 22:25:29 +03:00
screenshot.png add screenshot 2024-04-10 19:50:13 +00:00

NaviaImpact

A Server emulator for the game Genshin Impact screenshot

Installation

From Source

Requirements

Building

git clone https://git.xeondev.com/reversedrooms/NaviaImpact.git
cd NaviaImpact
cargo build --bin gameserver --release
cargo build --bin sdkserver --release

From Pre-built Binaries

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

Usage

To begin using the server, you need to run both the SDK server and the game server.

gameserver.exe
sdkserver.exe

If you installed from pre-built binaries, navigate to the directory where you downloaded the binaries and either a) double-click on the following executable names or b) run the following in a terminal:

start gameserver.exe
start sdkserver.exe

Connecting

Get GI 4.5.0 client from somewhere, put patch version.dll file in your game folder, it will redirect game traffic and patch cryptography. Replace mihoyonet.dll in GenshinImpact_Data\Plugins

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.