Flighthigh, In the adminserv/config/servers.cfg file, look at the section for each server:
Code: Select all
'E.g. Server1' => array(
'address' => 'localhost',
'port' => 5000 e.g.,
'mapsbasepath' => 'UserData/Maps',
'matchsettings' => 'MatchSettings/Stadium.txt',
'adminlevel' => array('SuperAdmin' => 'all', 'Admin' => 'local', 'User' => 'none')
),
Delete the line (if it exists):
'mapsbasepath' => 'UserData/Maps',
I think yours was 'mapsbasepath' => 'UserData/My Maps',
Here is the section for one of my servers:
Code: Select all
'BR-Delerium' => array(
'address' => 'localhost',
'port' => 5020,
'matchsettings' => 'MatchSettings/Stadium.txt',
'adminlevel' => array('SuperAdmin' => 'all', 'Admin' => 'local', 'User' => 'none')
),
I think this should fix it

. Don't ask me why - with that line in, I see the same as you; with it removed, I see all maps folders. *** I have two different .cfg files, obviously there was a change between the earlier version and the current one.
___________________________________________________________________________________
Kripkee, this might be the same for you. Also, I suggest you check the owner permissions on the path to the DediServer folder.
On my system:
/home/maniaplanet/ = 0771
then
/home/maniaplanet/TM22/ (e.g.) = 0775
then
/home/maniaplanet/TM22/UserData/ = 0777
then
/home/maniaplanet/TM22/UserData/Maps/ = 0777
Not sure if this is helpful... but worth checking as permissions can be a nightmare when you set up for different tools, e.g. RemoteCP, AdminServ, xaseco-stats etc.
This works on the same AdminServ page for TMU (Forever), TM2 and TM3 servers (see my link below).
Cheers
