With all of the different gametypes now being developed, here is a quick solution for those of you that cannot see anything but the standard types from your UT3 browser.
Create a file in your "My Documents\My Games\Unreal Tournament 3\UTGame\Config" folder called UTOtherBrowser.ini. Your folder location might be slightly different on your system. The filename also is not important, I just used something that would convey some info. Inside the INI file insert the code below and save the file.
UTOtherBrowser.ini
I have not tested completely the minimum settings that must exist in the file but what I have above works fine. I have just inserted some very generic info in place.
Now when you start UT3 you will have an additional gametype of "Other" listed. When you do a search it will then list all of the non standard gametypes.
Cheers!
Create a file in your "My Documents\My Games\Unreal Tournament 3\UTGame\Config" folder called UTOtherBrowser.ini. Your folder location might be slightly different on your system. The filename also is not important, I just used something that would convey some info. Inside the INI file insert the code below and save the file.
UTOtherBrowser.ini
Code:
[Other UTUIDataProvider_GameModeInfo] GameMode=Other.Other GameSettingsClass=UTGameSettingsOther GameSearchClass=UTGameSearchCustom FriendlyName=Other Description=File to show other game types in browser
Now when you start UT3 you will have an additional gametype of "Other" listed. When you do a search it will then list all of the non standard gametypes.
Cheers!
Comment