forked from auQuiksilver/Apex-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.Arma3Profile
60 lines (60 loc) · 1.14 KB
/
server.Arma3Profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
difficulty="CustomDifficulty";
class DifficultyPresets
{
class CustomDifficulty
{
class Options
{
autoReport=0;
cameraShake=1;
commands=2;
deathMessages=0;
detectedMines=0;
enemyTags=0;
friendlyTags=0;
groupIndicators=0;
mapContent=0;
mapContentEnemy=0;
mapContentFriendly=0;
mapContentMines=0;
mapContentPing=1;
multipleSaves=0;
reducedDamage=0;
scoreTable=1;
squadRadar=2;
staminaBar=2;
stanceIndicator=2;
tacticalPing=1;
thirdPersonView=1;
visionAid=0;
vonID=1;
waypoints=2;
weaponCrosshair=2;
weaponInfo=2;
};
description="Custom difficulty set by developer.";
displayName="Custom";
optionDescription="Custom difficulty set by the player.";
optionPicture="\A3\Ui_f\data\Logos\arma3_white_ca.paa";
aiLevelPreset=2;
levelAI="AILevelLow";
};
class CustomAILevel
{
skillAI=1;
precisionAI=0.13000001;
};
};
singleVoice=0;
maxSamplesPlayed=96;
battleyeLicense=1;
sceneComplexity=1000000;
shadowZDistance=0;
viewDistance=1600;
preferredObjectViewDistance=900;
terrainGrid=30;
volumeCD=10;
volumeFX=10;
volumeSpeech=10;
volumeVoN=10;
vonRecThreshold=0.029999999;