Advertisement
Guest User

Untitled

a guest
May 28th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. class CustomDifficulty
  2. {
  3. class Options
  4. {
  5. groupIndicators=0;
  6. friendlyTags=0;
  7. enemyTags=0;
  8. detectedMines=0;
  9. commands=0;
  10. waypoints=0;
  11. weaponInfo=1;
  12. stanceIndicator=1;
  13. reducedDamage=0;
  14. staminaBar=0;
  15. weaponCrosshair=0;
  16. visionAid=0;
  17. thirdPersonView=0;
  18. cameraShake=1;
  19. scoreTable=0;
  20. deathMessages=0;
  21. vonID=1;
  22. mapContent=0;
  23. autoReport=0;
  24. multipleSaves=0;
  25. squadRadar=0;
  26. tacticalPing=0;
  27. };
  28. aiLevelPreset=1;
  29. };
  30. singleVoice=0;
  31. maxSamplesPlayed=96;
  32. sceneComplexity=400000;
  33. shadowZDistance=100;
  34. viewDistance=1000;
  35. preferredObjectViewDistance=800;
  36. terrainGrid=25;
  37. volumeCD=10;
  38. volumeFX=10;
  39. volumeSpeech=10;
  40. volumeVoN=10;
  41. vonRecThreshold=0.029999999;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement