Im having a weird problem with my total conversion. Everything seems to work fine except for the maps not showing up properly in the server browser. I only see a bunch of onslaught maps and a couple AS maps. In the dropdown list is my gametype only. Ive tried selecting it a couple times but it doesnt help. The only way I can see the server in the list properly is by adding it to my favorites, but it only shows in favorites. Has anyone had this problem before? Here's my defaultproperties if anyone sees something wrong. Been driving me nuts. Theres not much else to the gametype besides some bot functions and some restartplayer modifications. Its extending from xTeamGame btw... any help would be greatly apreciated.
Code:
defaultproperties { BlueTeamName="RivalPlayas.WestRoster" RedTeamName="RivalPlayas.EastRoster" GoalScore=0 bChangeLevels=false bPlayersBalanceTeams=true bWeaponStay=true bScoreTeamKills=false bMustJoinBeforeStart=false bTeamGame=True BeaconName="RP" GameName="Rival Playas" NetWait=2 //NumRounds=15 SinglePlayerWait=2 EndMessageWait=3 HudType="RivalPlayas.RPHud" MapPrefix="RP" ScoreBoardType="RivalPlayas.ScoreBoardRP" MaxLives=0 Acronym="RP" MapListType="RivalPlayas.MapListRP" bAllowTrans=false FriendlyFireScale=0 bQuickStart=false DefaultPlayerClassName="RivalPlayas.RPPawn" PlayerControllerClassName="RivalPlayas.RPPlayer" BotControllerClass=class'RPBot' GameReplicationInfoClass=class'RPGRI' Description="Allout street warfare between two rival sides." bAllowVehicles=True bSpawnInTeamArea=True bAutoNumBots=false TGHints(0)="Hint 0" //start overiding default loading hints TGHints(1)="Hint 1" TGHints(2)="Hint 2" TGHints(3)="Hint 3" TGHints(4)="Hint 4" TGHints(5)="Hint 5" TGHints(6)="Hint 6" TGHints(7)="Hint 7" TGHints(8)="Hint 8" TGHints(9)="Hint 9" TGHints(10)="Hint 10" TGHints(11)="Hint 11" TGHints(12)="Hint 12" TGHints(13)="Hint 13" TGHints(14)="Hint 14" DMHints(0)="Hint 0" DMHints(1)="Hint 1" DMHints(2)="Hint 2" DMHints(3)="Hint 3" DMHints(4)="Hint 4" DMHints(5)="Hint 5" DMHints(6)="Hint 6" DMHints(7)="Hint 7" DMHints(8)="Hint 8" DMHints(9)="Hint 9" DMHints(10)="Hint 10" DMHints(11)="Hint 11" DMHints(12)="Hint 12" DMHints(13)="Hint 13" //stop overiding default loading hints }
Comment