Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/litarvan/epitrack

EPITA's community TrackMania 2 Stadium dedicated server
https://github.com/litarvan/epitrack

Last synced: 7 days ago
JSON representation

EPITA's community TrackMania 2 Stadium dedicated server

Awesome Lists containing this project

README

        

# EpiTrack - TM2 Stadium dedicated server

**Requires [Docker](https://docker.com/)**

## 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 ``) :
```xml
May Maps/YourMap.Map.Gbx
```

## 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 :
```bash
$ 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

```bash
$ docker-compose restart
```