Some beautification
This commit is contained in:
parent
aaa1092615
commit
068f2a633f
|
@ -115,7 +115,9 @@ Apart from the configuration possibilities, I've included some scripts to add cu
|
|||
|
||||
### Custom Tracks
|
||||
|
||||
While the Nadeo tracks are available in this repository and accessible under `GameData/Tracks/Challenges/Nadeo/`, adding custom tracks from e.g. [Trackmania Exchange](https://tmuf.exchange/) is as simple as placing the files in the `tracks/` folder and mounting it to `/var/lib/tmserver/GameData/Tracks/Custom/`.
|
||||
While the Nadeo tracks are available in this repository and accessible under `GameData/Tracks/Challenges/Nadeo/`,
|
||||
adding custom tracks from e.g. [Trackmania Exchange](https://tmuf.exchange/) is as simple as placing the files
|
||||
in the `tracks/` folder and mounting it to `/var/lib/tmserver/GameData/Tracks/Custom/`.
|
||||
|
||||
```
|
||||
[...]
|
||||
|
@ -129,8 +131,8 @@ While the Nadeo tracks are available in this repository and accessible under `Ga
|
|||
|
||||
### Custom Playlist
|
||||
|
||||
You can add tracks to a playlist in a simple way. Create a plaintext file like in the example below and
|
||||
mount it to `/var/lib/tmserver/playlist.txt`.
|
||||
You can add tracks to a playlist in a simple way.
|
||||
Create a plaintext file like in the example below and mount it to `/var/lib/tmserver/playlist.txt`.
|
||||
|
||||
The tracks for the server are stored relative to `/var/lib/tmserver/GameData/Tracks`.
|
||||
Creating your own playlist is as easy as specifying each track on a separate line in the `playlist.txt`
|
||||
|
|
Loading…
Reference in New Issue