-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRecommendedServerSettings.Arma3Profile
108 lines (108 loc) · 1.66 KB
/
RecommendedServerSettings.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
class Difficulties
{
class recruit
{
class Flags
{
Armor=1;
FriendlyTag=1;
EnemyTag=0;
MineTag=1;
HUD=1;
HUDPerm=1;
HUDWp=1;
HUDWpPerm=1;
HUDGroupInfo=1;
AutoSpot=0;
Map=1;
WeaponCursor=1;
AutoGuideAT=1;
ClockIndicator=0;
3rdPersonView=0;
UltraAI=0;
CameraShake=0;
UnlimitedSaves=1;
DeathMessages=1;
NetStats=1;
VonID=1;
ExtendetInfoType=1;
};
skillFriendly=0.64999998;
skillEnemy=0.40000001;
precisionFriendly=0.36999995;
precisionEnemy=0.1;
};
class regular
{
class Flags
{
Armor=1;
FriendlyTag=1;
EnemyTag=0;
MineTag=1;
HUD=1;
HUDPerm=1;
HUDWp=1;
HUDWpPerm=1;
HUDGroupInfo=1;
AutoSpot=0;
Map=1;
WeaponCursor=0;
AutoGuideAT=0;
ClockIndicator=0;
3rdPersonView=0;
UltraAI=0;
CameraShake=1;
UnlimitedSaves=1;
DeathMessages=0;
NetStats=1;
VonID=1;
ExtendetInfoType=1;
};
skillFriendly=0.75;
skillEnemy=0.60000002;
precisionFriendly=0.54999989;
precisionEnemy=0.28000003;
};
class veteran
{
class Flags
{
HUD=1;
HUDWp=0;
HUDWpPerm=0;
HUDGroupInfo=1;
AutoSpot=0;
WeaponCursor=0;
ClockIndicator=0;
3rdPersonView=0;
UltraAI=0;
CameraShake=1;
DeathMessages=0;
NetStats=1;
VonID=0;
ExtendetInfoType=0;
};
skillFriendly=0.85000002;
skillEnemy=0.85000002;
precisionFriendly=0.72999996;
precisionEnemy=0.72999996;
};
class mercenary
{
class Flags
{
HUD=0;
AutoSpot=0;
WeaponCursor=0;
DeathMessages=0;
NetStats=1;
VonID=0;
};
skillFriendly=1;
skillEnemy=0.85000002;
precisionFriendly=0.99999994;
precisionEnemy=0.72999996;
};
};
difficulty="veteran";