MGT

Arma3Profile

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