-
Notifications
You must be signed in to change notification settings - Fork 0
/
battle.xc
executable file
·38 lines (38 loc) · 1.2 KB
/
battle.xc
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
/**
* General parameters for the battle interface.
*/
{
"battle": {
"mirroredVehicleIcons": true,
"showPostmortemDogTag": false,
"showPostmortemTips": false,
"showBattleHint": true,
"highlightVehicleIcon": true,
"hideBattleCommunication": false,
// Format of clock on the Debug Panel (near FPS).
// http://php.net/date
"clockFormat": "H:i",
// Path to clan icons folder relative to res_mods/mods/shared_resources/xvm/res.
"clanIconsFolder": "clanicons/",
// Path to sixth sense icon ("" for original icon).
"sixthSenseIcon": "",
"sixthSenseDuration": 2000,
// GUI elements settings (experts only).
"elements": ${"elements.xc":"elements"},
// Camera settings
"camera": ${"camera.xc":"camera"},
// Switching between players on the minimap after death.
"minimapDeadSwitch": true
},
// Frag counter panel at top side of battle windows interface.
"fragCorrelation": {
"showAliveNotFrags": true
},
// Ingame crits panel by "expert" skill.
"expertPanel": {
// Delay for panel disappear. Original value was 5.
"delay": 30,
// Panel scaling. Original value was 100.
"scale": 150
}
}