Advertisement
Guest User

Untitled

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