A certain game server emulator written in Rust
Find a file
2025-01-22 02:12:44 +00:00
data 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-commons 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-config-server 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-data 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-database 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-game-server 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-gateway-server 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-hotpatch-server 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-http 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-login-server 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-network 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-protocol-internal 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
wicked-waifus-protokey 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
.dockerignore docker-test (#1) 2024-09-12 21:29:40 +00:00
.gitignore 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
.gitmodules 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
builder.bat 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
builder.sh 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
Cargo.lock 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
Cargo.toml 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
docker-compose-hotpatch.yml 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
docker-compose.yml 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
Dockerfile-builder Update docker 2024-11-03 00:21:51 +01:00
Dockerfile-service 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
LICENSE Initial commit 2024-09-11 15:05:41 +00:00
README.md 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00
screenshot.png 2.1.0 functional (#2) 2025-01-22 02:12:44 +00:00

Camellya

Screenshot

About

Wicked Waifus is an open-source Wuthering Waves server emulator written in Rust. The goal of this project is to ensure a clean, easy-to-understand code environment. Wicked Waifus uses tokio for asynchronous networking operations, axum as http framework and ZeroMQ for communication between servers. It also implements performant and extensible ECS for emulation of the game world.

Getting started

Requirements

Setup

a) building from sources
git clone --recursive https://git.xeondev.com/wickedwaifus/wicked-waifus-rs.git
cd wicked-waifus-rs
cargo run --bin wicked-waifus-config-server
cargo run --bin wicked-waifus-hotpatch-server
cargo run --bin wicked-waifus-login-server
cargo run --bin wicked-waifus-gateway-server
cargo run --bin wicked-waifus-game-server
b) building from sources(docker edition)

If you are to wheelchair'd for option A, you can fallback to option b. In this case you will need Docker Desktop

Once installed, to build the images, run:

# or builder.bat if you run it on windows
./builder.sh

And to run the containers:

docker compose up -d
c) using pre-built binaries

Navigate to the Releases page and download the latest release for your platform.
Launch all servers: wicked-waifus-config-server, wicked-waifus-hotpatch-server, wicked-waifus-login-server, wicked-waifus-gateway-server, wicked-waifus-game-server

NOTE: you don't have to install Rust and Protoc if you're going to use pre-built binaries, although the preferred way is building from sources.
We don't provide any support for pre-built binaries.

Configuration

You should configure each server using their own config files. They're being created in current working directory upon first startup.

Database section

You have to specify credentials for PostgreSQL

An example of database configuration:
[database]
host = "localhost:5432"
user_name = "postgres"
password = ""
db_name = "wicked_waifus_db"
NOTE: don't forget to create database with specified db_name (default: wicked_waifus_db). For example, you can do so with PgAdmin.

Data

The data files: Logic JSON collections (data/assets/game-data/BinData) and config/hotpatch indexes (data/assets/config-server, data/assets/hotpatch-server) are included in this repository. Keep in mind that you need to have the data subdirectory in current working directory.

Connecting

You have to download client of Wuthering Waves Beta 1.3, apply the wicked-waifus-win-patch and add necessary .pak files, which you can get here: wicked-waifus-pak

Troubleshooting

Visit our discord if you have any questions/issues

Support

If you want to support this project, feel free to send a tip via boosty