No description
- Zig 97.7%
- Shell 2.3%
| assets | ||
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| envrc | ||
| README.md | ||
Vortex
Vortex is a client patch for the game Zenless Zone Zero. It's main goal is to redirect your client requests to another destination, such as server emulator. Codebase should be kept simple and easily extensible.
Currently supported game version is: CNBetaWin3.1.4
Requirements
- Zig 0.16.0
Building from source
git clone https://git.xeondev.com/ESD/vortex.git
cd vortex
zig build -Dtarget=x86_64-windows -Doptimize=ReleaseSmall
mv zig-out/bin/velina.exe zig-out/bin/vortex.dll PATH_TO_CLIENT/
Configuration
Vortex can be easily configured by changing destination addresses inside assets/login_setting.json and assets/server_pc.json. In case you want to adapt it for a different game version - just swap out offsets in assets/offsets.zon.