Skip to content

chestercs/docker-ig2-matchmaking-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-ig2-matchmaking-server

Imperium Galactica 2 matchmaking server

Istencsászár, vezesd szolgád!

What is that?

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]

Installation

Requirements

Build

docker build -t ig2-matchmaking-server .

Run

docker run \
--name IG2Server \
--restart=unless-stopped \
-p 1611:1611 \
-d ig2-matchmaking-server

Client setup

  • 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