Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class DifficultyPresets
- {
- class CustomDifficulty
- {
- class Options
- {
- groupIndicators=0;
- friendlyTags=0;
- enemyTags=0;
- detectedMines=0;
- commands=0;
- waypoints=0;
- weaponInfo=1;
- stanceIndicator=1;
- reducedDamage=0;
- staminaBar=1;
- weaponCrosshair=1;
- visionAid=0;
- thirdPersonView=1;
- cameraShake=1;
- scoreTable=1;
- deathMessages=1;
- vonID=1;
- mapContentFriendly=1;
- mapContentEnemy=0;
- mapContentMines=0;
- autoReport=0;
- multipleSaves=0;
- tacticalPing=0;
- };
- aiLevelPreset=2;
- };
- class CustomAILevel
- {
- skillAI=0.5;
- precisionAI=0.5;
- };
- };
- singleVoice=0;
- maxSamplesPlayed=96;
- sceneComplexity=400000;
- shadowZDistance=2000;
- viewDistance=2000;
- preferredObjectViewDistance=2000;
- terrainGrid=25;
- volumeCD=10;
- volumeFX=10;
- volumeSpeech=10;
- volumeVoN=10;
- vonRecThreshold=0.029999999;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement