Page 1 of 1

My server shows as the wrong game type in the browser!

Posted: Tue Mar 15, 2011 12:55 am
by Edge100x
This may indicate that someone removed some important lines from your DedicatedPlaylist file. Check to make sure that these sections exist near the top, below the [MOTD] section:

Code: Select all

[GameMode 0]
Prefix = FL
Description = <Strings:ui_frontend.Playlists.GC_Caps>
ShortDescription = <Strings:ui_frontend.Playlists.GC_Short>

[GameMode 1]
Prefix = TDM
Description = <Strings:ui_frontend.Playlists.TDM_Caps>
ShortDescription = <Strings:ui_frontend.Playlists.TDM_Short>

[GameMode 2]
Prefix = FL,BC
Description = <Strings:ui_frontend.Playlists.BCGC_Caps>
ShortDescription = <Strings:ui_frontend.Playlists.BCGC_Short>

[GameMode 3]
Prefix = TDM,BC
Description = <Strings:ui_frontend.Playlists.BCTDM_Caps>
ShortDescription = <Strings:ui_frontend.Playlists.BCTDM_Short>