Skip to content

A backend server emulator for the Warface written in C#

License

Notifications You must be signed in to change notification settings

n1kodim/EmuWarface

Repository files navigation

EmuWarface

GitHub repo size

A backend server emulator for Warface written in C# that supports build 1.15000.124.34300.

Prerequisites

Quick setup

Installation

$ git clone https://github.com/n1kodim/EmuWarface.git
$ cd ./EmuWarface
$ ./build.cmd

Run game

Create a .bat file in the ./Bin32Release folder of your game client and put:

Game.exe +online_server <host> +online_server_port <port> -uid <user_id> -token <pass> +online_check_certificate 0 +online_use_protect 0

# Example
Game.exe +online_server localhost +online_server_port 5222 -uid 1 -token 12345 +online_check_certificate 0 +online_use_protect 0

Special thanks

License

This project is licensed under the GNU Affero General Public License (AGPL), Version 3.0. A copy of the license text may be found in LICENSE or at https://www.gnu.org/licenses/.

Copyright © 2024 n1kodim.

About

A backend server emulator for the Warface written in C#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages