https://github.com/litarvan/epitrack
EPITA's community TrackMania 2 Stadium dedicated server
https://github.com/litarvan/epitrack
Last synced: 10 months ago
JSON representation
EPITA's community TrackMania 2 Stadium dedicated server
- Host: GitHub
- URL: https://github.com/litarvan/epitrack
- Owner: Litarvan
- Created: 2020-04-29T01:28:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T01:36:40.000Z (about 6 years ago)
- Last Synced: 2025-06-12T20:35:21.769Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```