Advertisement
Tikkita

Custom CFG

Dec 9th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. class CfgDifficultyPresets
  2. {
  3. defaultPreset="Regular";
  4. myArmorCoef=1.5;
  5. groupArmorCoef=1.5;
  6. fadeDistanceStart=40;
  7. fadeDistanceSpan=10;
  8. recoilCoef=1;
  9. visionAidCoef=0.80000001;
  10. divingLimitMultiplier=1;
  11. animSpeedCoef=0;
  12. cancelThreshold=0;
  13. showCadetHints=1;
  14. showCadetWP=1;
  15. class Custom
  16. {
  17. displayName="$STR_Difficulty_Custom";
  18. class Options
  19. {
  20. reducedDamage=0;
  21. groupIndicators=0;
  22. friendlyTags=0;
  23. enemyTags=0;
  24. detectedMines=0;
  25. commands=0;
  26. waypoints=2;
  27. weaponInfo=1;
  28. stanceIndicator=0;
  29. staminaBar=1;
  30. weaponCrosshair=0;
  31. visionAid=0;
  32. thirdPersonView=1;
  33. cameraShake=1;
  34. scoreTable=0;
  35. deathMessages=0;
  36. vonID=0;
  37. mapContent=0;
  38. autoReport=0;
  39. multipleSaves=0;
  40. };
  41. };
  42. };
  43. singleVoice=0;
  44. maxSamplesPlayed=96;
  45. sceneComplexity=400000;
  46. shadowZDistance=100;
  47. viewDistance=1000;
  48. preferredObjectViewDistance=800;
  49. terrainGrid=25;
  50. volumeCD=10;
  51. volumeFX=10;
  52. volumeSpeech=10;
  53. volumeVoN=10;
  54. vonRecThreshold=0.029999999;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement