PDA

View Full Version : How do I ad an Tab??


Ixari
17th Aug 2000, 12:48 PM
Uhm...how do i add my own Tab to the multiplayer menu
I have lot's of favourites of different game types and i want to have different tabs for each game type....how do i do it??? :P
Thnx

Crager
18th Aug 2000, 02:23 PM
You need to add them into your unrealtournament.ini (config) file. I added SWAT to these sections in the ini file, follow the SWAT references below...

[UBrowser.UBrowserMainClientWindow]
LANTabName=UBrowserLAN
ServerListNames[0]=UBrowserUT
ServerListNames[1]=UBrowserLAN
ServerListNames[2]=UBrowserPopulated
ServerListNames[3]=UBrowserDeathmatch
ServerListNames[4]=UBrowserTeamGames
ServerListNames[5]=UBrowserCTF
ServerListNames[6]=UBrowserDOM
ServerListNames[7]=UBrowserAS
ServerListNames[8]=UBrowserLMS
ServerListNames[9]=UBrowserAll
ServerListNames[10]=UBrowserSWAT
ServerListNames[11]=None



[UBrowserLMS]
ListFactories[0]=UBrowser.UBrowserSubsetFact,SupersetTag=UBrowserAll,GameType=LastManStanding,bCompatibleServersOnly =True

[UBrowserSWAT]
ListFactories[0]=UBrowser.UBrowserSubsetFact,SupersetTag=UBrowserAll,GameType=s_SwatGame,bCompatibleServersOnly=True



[UTSTART]
ProfileName=Default

[SWATmodBrowser]
ListFactories[0]=UBrowser.UBrowserSubsetFact,SupersetTag=UBrowserAll,GameType=s_SwatGame,bCompatibleServersOnly=True


I think the last one here is for the mod to show up in the mod list. For multiplayer tabs you shouldn't have to add this one.

Hope this helps.

Ixari
19th Aug 2000, 05:32 PM
Dude can you explain it better please??
Please contact me at ICQ #64261166
Thnx :P

Crager
19th Aug 2000, 07:31 PM
I'm missing something for this. I can't find where the actual tab comes from, the way the tab looks in the browser.

If you look in your unrealtournament.ini file and find

ServerListNames[9]=UBrowserAll

change the one below to whatever you ant to call it like this this

ServerListNames[10]=UBrowserSWAT


Than find

[UBrowserLMS] ListFactories[0]=UBrowser.UBrowserSubsetFact,SupersetTag=UBrowserAll,GameType=LastManStanding,bCompa tibleServersOnly=True

and add one like this

[UBrowserSWAT] ListFactories[0]=UBrowser.UBrowserSubsetFact,SupersetTag=UBrowserAll,GameType=s_SwatGame,bCompatible ServersOnly=True

You should substitute your choice for SWAT in these.






[Edited by Blaze-22 on 08-20-2000 at 09:40 PM]