BR & MM
Has anyone found a way to configure it with MapMixer? It doesn't seem to find any options for BR.
Boming Run does have it's own built in configuration menu that you can access in instant action or logged in as admin while on a server. But at one point I was testing MapMixer and
I discussed that question in the Mapmixer thread on Epic's site and here was the response from sinx:
---------------------------------------------------------------------------------------
if you want to add basic game rule functionality to Bombing Run then just add the following section to your UTMapMixer.ini file:
Code:
[BombingRun_UTBRGame MapMixer_DataGroup_GameType]
Options=(sGroupName="Rules",sURLName="GoalScore",sName="Goal Score",eType=mmOT_Int,sData="0:9999",sDefaultValue="20",sDescription="Set the Score Limit for a single game round. 0 means no limit.")
Options=(sGroupName="Rules",sURLName="TimeLimit",sName="Time Limit",eType=mmOT_Int,sData="0:999",sDefaultValue="20",sDescription="Set the Time Limit for a single game round. 0 means no limit.")
Options=(sGroupName="Rules",sURLName="MaxLives",sName="Max Lives",eType=mmOT_Int,sData="0:999",sDefaultValue="0",sDescription="Set the Maximum number of lives per player. 0 means no limit.")
Options=(sGroupName="Rules",sURLName="SpawnProtectionTime",sName="Spawn Protection Time",eType=mmOT_Float,sData="0.0:10.0",sDefaultValue="2",sDescription="Set the player protection time after they spawn.")
Options=(sGroupName="Rules",sURLName="QuickStart",sName="QuickStart",eType=mmOT_Bool,sDefaultValue="False",sDescripti on="Toggle whether or not to start the match immediately.")
Options=(sGroupName="Rules",sURLName="demo",sName="Record Demo Filename",eType=mmOT_String,sDefaultValue="",sOptions="Demo-DM",sDescription="Enable Demo Recording by entering a target demo filename. Leaving it blank disables recording.")You'll also want to locate the section "[MapMixer.MapMixer_DataStore_GameTypes]" in the same file and add the following to the very end of that section:
Code:
ClientGameTypeHelpers=(sGameClass="BombingRun.UTBRGame",bLeaderStatusNotification=False,bHUDLeaderboardDisabled=False ,fHUDLeaderboardPercTop=0.350000)
---------------------------------------------------------------------------------------