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

Post Reply
User avatar
Edge100x
Founder
Founder
Posts: 12945
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

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

Post 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>
Post Reply