About
World in Conflict is a 2007 real-time tactics game developed by Massive Entertainment, whose official online service was shut down in 2016. This repository is the open-sourced Massgate server, the central online service for World in Conflict, handling dedicated-server tracking, user accounts, clans, and ladders. Massive Entertainment released the source largely unchanged from the game's original 2007 codebase, aside from minor tweaks for modern compilers and removal of CD-key checks, letting anyone host their own Massgate server after the official one shut down in 2016.
Getting started
Running it requires a MySQL database seeded from the included SQL schema, a web server to serve patch information, and building the server itself with CMake and Visual Studio 2015. Hostnames used by the game client and dedicated servers must be redirected to the self-hosted server via the system's hosts file, and it works alongside an existing licensed copy of World in Conflict rather than replacing it.
Additional notes
- Requirement
- Requires the original World in Conflict game and its dedicated server executable — this project only replaces the backend Massgate service.