description
Control AIDifficulty by result of winning/losing the game
mutator name : DynamicAIDifficulty
//settings
make sure following directory exists
[installdir]\Insurgency\Saved\SaveGames
//Game.ini
[/DynamicAIDifficulty/Mutators/DynamicAIDifficulty.DynamicAIDifficulty_C]
;set True to enable this mutator(default : False)
bEnableDynamicAIDifficulty
;additional value for winning match(default : 0.1)
AdditionalValueForWinning
;additional value for losing match(default : -0.1)
AdditionalValueForLosing
;difficulty will not go greater than this value(default : 1.0)
MaximumAIDifficulty
;difficulty will not go less than this value(default : 0.0)
MinimumAIDifficulty
//warning
this mutator completly ignores the value of AIDifficulty defined in Game.ini
so if you want to apply your AIDifficulty delete the following file
[installdir]\Insurgency\Saved\SaveGames\DynamicAIDifficulty.sav
0 Comments for DynamicAIDifficulty