From 2f8a7dc08490c797d5735815a56e0af38505f87e Mon Sep 17 00:00:00 2001 From: etienne-k <2804556+etienne-k@users.noreply.github.com> Date: Wed, 29 Jun 2022 21:51:13 +0200 Subject: [PATCH] MW3 FFA: time limit 15->12, score limit 1500->2500 --- iw5mp/ffa_default.dsr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iw5mp/ffa_default.dsr b/iw5mp/ffa_default.dsr index 4b9ef3b..f734ba2 100644 --- a/iw5mp/ffa_default.dsr +++ b/iw5mp/ffa_default.dsr @@ -119,10 +119,10 @@ gameOpt commonOption.perkRestricted.throwingknife_mp "0" // [ 0, 1 ] gameOpt commonOption.perkRestricted.trophy_mp "0" // [ 0, 1 ] gameOpt commonOption.radarAlwaysOn "0" // [ 0, 1 ] gameOpt commonOption.respawnDelay "0.0000" // [ 0, 5, 7.5, 10, 15, 30 ] -gameOpt commonOption.scoreLimit "1500" // [ 0, 1, 3, 4, 5, 8, 10, 12, 20, 24, 30, 50, 100, 200, 250, 500, 750, 1000, 1500, 2500, 3000, 5000, 7000, 7500, 10000, 15000 ] +gameOpt commonOption.scoreLimit "2500" // [ 0, 1, 3, 4, 5, 8, 10, 12, 20, 24, 30, 50, 100, 200, 250, 500, 750, 1000, 1500, 2500, 3000, 5000, 7000, 7500, 10000, 15000 ] gameOpt commonOption.showKillcam "0" // [ 0, 1 ] gameOpt commonOption.spectateModeAllowed "0" // [ 0, 1, 2 ] -gameOpt commonOption.timeLimit "15.0000" // [ 0-30 ] +gameOpt commonOption.timeLimit "12.0000" // [ 0-30 ] gameOpt commonOption.waveRespawnDelay "0" // [ 0, 5, 10, 15, 30 ] gameOpt commonOption.weaponRestricted.iw5_1887 "0" // [ 0, 1 ] gameOpt commonOption.weaponRestricted.iw5_44magnum "0" // [ 0, 1 ]