Problems with options in gameconfigs

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

darth.at

New Member
Dec 5, 2004
1
0
0
I have some trobles with the options in my Gameconfigs, here they are:

GameConfig=(GameClass="XGame.xInstagibCTF",Prefix="CTF",Acronym="Instagib CTF",GameName="iCTF",Mutators="XGame.MutInstaGib,XGame.MutNoAdrenaline",Options="AllowThrowing=False?AllowBehindView=False?bPlayersMustBeReady=True?FriendlyFire=0?GoalScore=0?MaxPlayers=10?MaxSpectators=0?Translocator=False?TimeLimit=20?Tournament=False?WeaponStay=False?bAllowTaunts=False?bForceRespawn=False?SpawnProtectionTime=0?MinNetPlayers=1?SpawnProtectionTime=0?benableDoubleDamage=False")

GameConfig=(GameClass="XGame.xTeamGame",Prefix="DM",Acronym="Instagib TDM",GameName="iTDM",Mutators="XGame.MutInstaGib,XGame.MutNoAdrenaline",Options="AllowThrowing=False?AllowBehindView=False?bPlayersMustBeReady=True?FriendlyFire=0?GoalScore=0?MaxPlayers=8?MaxSpectators=0?Translocator=False?TimeLimit=20?Tournament=False?WeaponStay=False?bAllowTaunts=False?bForceRespawn=False?SpawnProtectionTime=0?MinNetPlayers=1?SpawnProtectionTime=0?benableDoubleDamage=False")

GameConfig=(GameClass="XGame.xTeamGame",Prefix="DM",Acronym="TDM",GameName="TDM",Mutators="XWeapons.MutNoSuperWeapon,utcompv15.MutUTComp",Options="AllowThrowing=True?AllowBehindView=False?bPlayersMustBeReady=True?FriendlyFire=1?GoalScore=0?MaxPlayers=8?MaxSpectators=0?Translocator=False?TimeLimit=20?Tournament=False?WeaponStay=False?bAllowTaunts=False?bForceRespawn=False?SpawnProtectionTime=0?MinNetPlayers=1?SpawnProtectionTime=0?benableDoubleDamage=True")

GameConfig=(GameClass="Onslaught.ONSOnslaughtGame",Prefix="ONS",Acronym="ONS",GameName="Onslaught",Mutators="XGame.MutNoAdrenaline,XWeapons.MutNoSuperWeapon",Options="AllowThrowing=True?AllowBehindView=False?bPlayersMustBeReady=True?FriendlyFire=0?GoalScore=1?MaxPlayers=12?MaxSpectators=0?Translocator=False?TimeLimit=20?Tournament=False?WeaponStay=False?bRandSetupAfterReset=True?bAllowTaunts=False?bForceRespawn=False?SpawnProtectionTime=0?MinNetPlayers=1?SpawnProtectionTime=0?benableDoubleDamage=False")

GameConfig=(GameClass="XGame.xDeathMatch",Prefix="DM",Acronym="1on1",GameName="1on1 oder DM",Mutators="utcompv15.MutUTComp",Options="AllowThrowing=True?AllowBehindView=False?bPlayersMustBeReady=True?FriendlyFire=1?GoalScore=0?MaxPlayers=10?MaxSpectators=4?Translocator=False?TimeLimit=10?Tournament=False?WeaponStay=False?bAllowTaunts=False?bForceRespawn=False?SpawnProtectionTime=0?MinNetPlayers=1?SpawnProtectionTime=0?benableDoubleDamage=False")

GameConfig=(GameClass="XGame.xDeathMatch",Prefix="DM",Acronym="Instagib 1on1",GameName="1on1 Instagib oder iDM",Mutators="XGame.MutInstaGib,XGame.MutNoAdrenaline,utcompv15.MutUTComp",Options="AllowThrowing=False?AllowBehindView=False?bPlayersMustBeReady=True?FriendlyFire=0?GoalScore=0?MaxPlayers=10?MaxSpectators=4?Translocator=False?TimeLimit=10?Tournament=False?WeaponStay=False?bAllowTaunts=False?bForceRespawn=False?SpawnProtectionTime=0?MinNetPlayers=1?SpawnProtectionTime=0?benableDoubleDamage=False")

Voting and the mutators works fine, but the option FriendlyFire does never work. I tried "FF" instead of "FriendlyFire" and 0, 0.0 and 0.000000 for the value, but it never changes. Any hints?