Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/litarvan/epitrack
- Owner: Litarvan
- Created: 2020-04-29T01:28:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T01:36:40.000Z (over 4 years ago)
- Last Synced: 2024-11-12T12:21:08.854Z (2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- 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
```