Code: Select all
'mapsbasepath' => '/gameserver/tmuf/dunnotrain/GameData/Tracks',
so actually what this said was
/dedicated/GameData/Tracks//gameserver/tmuf/dunnotrain/GameData/Tracks
U can use this for examaple
Code: Select all
'mapsbasepath' => 'Server1',
/dedicated/GameData/Tracks/Server1
When u set matchsettings with given basepath
Code: Select all
'matchsettings' => 'MatchSettings/matchsettings.txt',
/dedicated/GameData/Tracks/Server1/MatchSettings/matchsettings.txt
This applies to TMF dedicated
For maniaplanet dedicated it would set to:
/dedicated/UserData/Maps/Server1
and matchsettings to
/dedicated/UserData/Maps/Server1/MatchSettings/matchsettings.txt
In this way u can do i nice organized structure to your multiple servers.