Imperium Galactica 2 matchmaking server
Istencsászár, vezesd szolgád!
This is a Docker wrapper for an IG2 Matchmaking server hub.
Imperium Galactica II is a strategy game from 1999. [Wikipedia]
The old client just couldn't run in the new systems. THQ has made a rework of the game available at [Steam store].
The sad thing is, the Official multiplayer matchmaking server is down for a long time. The good thing is the developers shared the source code of the matchmaking server, so the players can host their own matchmaking hub.
Links: [Official] [Google Drive] [Steamcommunity]
- [Docker engine]
- Port forwarding TCP:1611 (optional for online hosting)
docker build -t ig2-matchmaking-server .
docker run \
--name IG2Server \
--restart=unless-stopped \
-p 1611:1611 \
-d ig2-matchmaking-server
- Download game
- Open file as text: (Locate your own IG2 game path)
C:\Program Files (x86)\Steam\steamapps\common\Imperium Galactica II\ig2.settings
- Edit line: (to your server ip)
server_address=localhost