We've had requests for the difficulty the official servers use for Mike Force. Here's the custom difficulty settings straight from our .Arma3Profile file:
class DifficultyPresets
{
class CustomDifficulty
{
class Options
{
reducedDamage=0;
groupIndicators=1;
friendlyTags=1;
enemyTags=0;
detectedMines=1;
commands=0;
waypoints=2;
tacticalPing=1;
weaponInfo=1;
stanceIndicator=1;
staminaBar=1;
weaponCrosshair=0;
visionAid=0;
thirdPersonView=1;
cameraShake=1;
scoreTable=1;
deathMessages=1;
vonID=0;
mapContent=0;
mapContentFriendly=0;
mapContentEnemy=0;
mapContentMines=0;
autoReport=0;
multipleSaves=0;
};
aiLevelPreset=1;
};
};
To use this, paste it into your server's ".Arma3Profile" file, and select "Custom" as the difficulty setting when starting the game.
Enjoy!