No description
  • Zig 97.7%
  • Shell 2.3%
Find a file
2026-07-05 14:27:15 +02:00
assets chore: support game version CNBetaWin3.1.4 2026-07-05 14:27:15 +02:00
src chore: mark offset config_is_load_mhy_base as required 2026-06-08 18:38:42 +02:00
.gitignore all: init 2026-04-30 09:04:13 +03:00
build.zig feat: include win32 manifest forcing admin privileges on loader 2026-06-10 14:57:31 +02:00
build.zig.zon all: init 2026-04-30 09:04:13 +03:00
envrc all: init 2026-04-30 09:04:13 +03:00
README.md chore: support game version CNBetaWin3.1.4 2026-07-05 14:27:15 +02:00

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

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.