Advertisement
MGT

***.Arma3Profile

MGT
Apr 22nd, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. difficulty="Custom";
  2. class DifficultyPresets
  3. {
  4. class CustomDifficulty
  5. {
  6. class Options
  7. {
  8. groupIndicators=2;
  9. friendlyTags=0;
  10. enemyTags=0;
  11. detectedMines=0;
  12. commands=0;
  13. waypoints=2;
  14. weaponInfo=2;
  15. stanceIndicator=2;
  16. reducedDamage=0;
  17. staminaBar=0;
  18. weaponCrosshair=0;
  19. visionAid=0;
  20. thirdPersonView=1;
  21. cameraShake=1;
  22. scoreTable=0;
  23. deathMessages=1;
  24. vonID=1;
  25. mapContent=0;
  26. autoReport=0;
  27. multipleSaves=0;
  28. };
  29. aiLevelPreset=3;
  30. };
  31. class CustomAILevel
  32. {
  33. skillAI=0.75;
  34. precisionAI=0.25;
  35. };
  36. };
  37. sceneComplexity=1000000;
  38. shadowZDistance=100;
  39. viewDistance=1600;
  40. preferredObjectViewDistance=1200;
  41. terrainGrid=3.125;
  42. volumeCD=10;
  43. volumeFX=10;
  44. volumeSpeech=10;
  45. volumeVoN=10;
  46. singleVoice=0;
  47. maxSamplesPlayed=96;
  48. vonRecThreshold=0.029999999;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement