From 16ab1e613297f7c8dcf3dac076f3e4121fbe52c2 Mon Sep 17 00:00:00 2001 From: Robio Date: Wed, 29 Jun 2016 13:06:53 -0500 Subject: [PATCH] Update sc.arma3profile --- .../sc/users/sc/sc.arma3profile | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/Server_Install_Pack/sc/users/sc/sc.arma3profile b/Server_Install_Pack/sc/users/sc/sc.arma3profile index 929ab13a..09f7ce5d 100644 --- a/Server_Install_Pack/sc/users/sc/sc.arma3profile +++ b/Server_Install_Pack/sc/users/sc/sc.arma3profile @@ -11,7 +11,7 @@ class DifficultyPresets class Options { // Simulation - reducedDamage = false; // Reduced damage + reducedDamage = 0; // Reduced damage // Situational awareness groupIndicators = 2; // Group indicators (0 = never, 1 = limited distance, 2 = always) @@ -24,23 +24,22 @@ class DifficultyPresets // Personal awareness weaponInfo = 1; // Weapon info (0 = never, 1 = fade out, 2 = always) stanceIndicator = 1; // Stance indicator (0 = never, 1 = fade out, 2 = always) - staminaBar = false; // Stamina bar - weaponCrosshair = true; // Weapon crosshair - visionAid = false; // Vision aid - + staminaBar = 1; // Stamina bar (0 = never, 1 = always) + weaponCrosshair = 1; // Weapon crosshair (0 = never, 1 = always) + visionAid = 0; // Vision aid (0 = never, 1 = always) // View - thirdPersonView = true; // 3rd person view - cameraShake = true; // Camera shake + thirdPersonView = 1; // 3rd person view (0 = enabled, 1 = disabled) + cameraShake = 1; // Camera shake (0 = enabled, 1 = disabled) // Multiplayer - scoreTable = true; // Score table - deathMessages = true; // Killed by - vonID = true; // VON ID + scoreTable = 1; // Score table + deathMessages = 1; // Killed by + vonID = 1; // VON ID // Misc - mapContent = false; // Extended map content - autoReport = false; // Automatic reporting - multipleSaves = false; // Multiple saves + mapContent = 0; // Extended map content + autoReport = 0; // Automatic reporting + multipleSaves = 0; // Multiple saves }; aiLevelPreset=2; };