LuckySpoon

Untitled

May 20th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. difficulty="custom";
  2. class DifficultyPresets
  3. {
  4. class CustomDifficulty
  5. {
  6. class Options
  7. {
  8. reducedDamage=0;
  9. groupIndicators=0;
  10. friendlyTags=0;
  11. enemyTags=0;
  12. detectedMines=0;
  13. commands=0;
  14. waypoints=1;
  15. weaponInfo=1;
  16. stanceIndicator=1;
  17. staminaBar=1;
  18. weaponCrosshair=0;
  19. visionAid=0;
  20. thirdPersonView=1;
  21. cameraShake=1;
  22. scoreTable=0;
  23. deathMessages=0;
  24. vonID=0;
  25. mapContent=0;
  26. autoReport=0;
  27. multipleSaves=0;
  28. };
  29. aiLevelPreset=3;
  30.  
  31. class CustomAILevel
  32. {
  33. skillAI=0.95;
  34. precisionAI=0.25;
  35. };
  36. };
  37.  
  38. };
Add Comment
Please, Sign In to add comment