How can I split my favorites into gametypes in the Unreal browser and add custom tabs?
Got a large favorites list and lost overview? Would you like to split up your favorites into gametypes and have a separate Tab for each in the Ubrowser? Here is how to do it: Making a back-up copy of your Unreal\system\unreal.ini file is strongly recommended, before you Start!!! 1) Edit your Unreal\system\unreal.ini and add to the [UBrowser.UBrowserConsole] section: ServerListNames[8]=UBrowserFavAll 2) Furthermore add to the same section one line as the following for any gametype, that you would like to have a Tab for in the Ubrowser (replace FavTeamGame by FavDeathMatch, …). ServerListNames[9]=UBrowserFavTeamGame 3) Add this section to your unreal.ini: [UBrowserFavAll] ListFactories[0]=UBrowser.UBrowserFavoritesFact bHidden=True bFallbackFactories=True 4) Add one section as the following for any gametype, that you’ve defined above in 2): [UBrowserFavTeamGame] ListFactories[0]=UBrowser.UBrowserSubsetFact,SupersetTag=UBrowserFavAll,GameType=TeamGame For the other gametypes, change the