Skip to content

EPITA's community TrackMania 2 Stadium dedicated server

Notifications You must be signed in to change notification settings

Litarvan/EpiTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpiTrack - TM2 Stadium dedicated server

Requires Docker

Default settings

  • TrackMania 2 Stadium
  • 50 maximum players
  • Time Attack game mode
  • PyPlanet with default settings and apps

Setting up

Copy the vars.example.env to vars.env, then put your IP address and your dedicated server IDs (that you can create on your Maniaplanet player page).

Adding maps

You need maps to run the server, put them in Maps/My Maps/ and for each of them, add this line at the end of Maps/MatchSettings/match.xml (right before the </playlist>) :

<map><file>May Maps/YourMap.Map.Gbx</file></map>

Usage

First, edit the data/Config/server.xml values as you want. You can leave the default values, but I would recommend changing at least the server name.

Then, run using Docker Compose :

$ docker-compose up

To run it in background, add -d at the end. You can then use docker logs (container ID) to get the logs (use docker ps to get the container ID).

Restarting the server

$ docker-compose restart 

About

EPITA's community TrackMania 2 Stadium dedicated server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published