Skip to content

Instantly share code, notes, and snippets.

@dedmen
Created April 24, 2018 06:51
Show Gist options
  • Save dedmen/3764f14a73514e47974fad03dbcc9cc4 to your computer and use it in GitHub Desktop.
Save dedmen/3764f14a73514e47974fad03dbcc9cc4 to your computer and use it in GitHub Desktop.
version=1;
blood=1;
volumeCD=5;
volumeFX=5;
volumeSpeech=5;
singleVoice=0;
gamma=1;
brightness=1;
difficulty="Custom";
class CfgDifficultyPresets {
defaultPreset = "Custom";
class Custom {
displayName = "Wolf Corps Difficulty";
optionDescription = "So geht das!";
optionPicture = "\A3\Ui_f\data\Logos\arma3_white_ca.paa";
class Options {
groupIndicators=;
friendlyTags=1;
enemyTags=0;
detectedMines=0;
commands=0;
waypoints=1;
weaponInfo=1;
stanceIndicator=1;
reducedDamage=0;
staminaBar=0;
weaponCrosshair=0;
visionAid=0;
thirdPersonView=1;
cameraShake=1;
scoreTable=0;
deathMessages=0;
vonID=1;
mapContent=1;
autoReport=0;
multipleSaves=0;
squadRadar=1;
tacticalPing=1;
};
// aiLevelPreset defines AI skill level and is counted from 0 and can have following values: 0 (Low), 1 (Normal), 2 (High), 3 (Custom).
// when 3 (Custom) is chosen, values of skill and precision are taken from the class CustomAILevel.
aiLevelPreset = 3;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment