Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nightwolf93/tmkartmode
https://github.com/nightwolf93/tmkartmode
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nightwolf93/tmkartmode
- Owner: nightwolf93
- Created: 2021-12-22T02:46:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T07:32:17.000Z (about 1 year ago)
- Last Synced: 2024-02-16T00:01:09.100Z (11 months ago)
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TMKartMode
# Server How-to
1. Place the contents of `Dedicated` folder into your dedicated server's `UserData` folder.
2. Start the server:Linux:
```bash
./TrackmaniaServer /game_settings=MatchSettings/TMkart.txt /dedicated_cfg=dedicated_cfg.txt
```Windows:
```powershell
TrackmaniaServer.exe /game_settings=MatchSettings/TMKart.txt /dedicated_cfg=dedicated_cfg.txt
```## Development
It's easier to work with development when you're setup with symlink to the scripts...
Here's a example how to setup symlink for windows:
```cmd
D:\trackmania\server\UserData> mklink /D Scripts d:\trackmania\TMKartMode\Dedicated\Scripts
```