-
Notifications
You must be signed in to change notification settings - Fork 0
/
cfggameplay.json
82 lines (82 loc) · 2.73 KB
/
cfggameplay.json
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
{
"version": 122,
"GeneralData":{
"disableBaseDamage": false,
"disableContainerDamage": false,
"disableRespawnDialog": false,
"disableRespawnInUnconsciousness": true
},
"PlayerData": {
"disablePersonalLight": false,
"spawnGearPresetFiles": ["custom/Nuketown1.json", "custom/Nuketown2.json", "custom/Nuketown3.json", "custom/Nuketown4.json" ],
"StaminaData": {
"sprintStaminaModifierErc": 0.01,
"sprintStaminaModifierCro": 0.01,
"staminaWeightLimitThreshold": 6000.0,
"staminaMax": 100.0,
"staminaKgToStaminaPercentPenalty": 0.01,
"staminaMinCap": 0.01
},
"ShockHandlingData": {
"shockRefillSpeedConscious": 5.0,
"shockRefillSpeedUnconscious": 5.0,
"allowRefillSpeedModifier": true
},
"MovementData": {
"timeToStrafeJog": 0.1,
"rotationSpeedJog": 0.3,
"timeToSprint": 0.45,
"timeToStrafeSprint": 0.3,
"rotationSpeedSprint": 0.15
},
"DrowningData": {
"staminaDepletionSpeed": 10.0,
"healthDepletionSpeed": 10.0,
"shockDepletionSpeed": 10.0
}
},
"WorldsData": {
"lightingConfig": 0,
"objectSpawnersArr": [
"./custom/spawnerData.json"
]
},
"BaseBuildingData": {
"HologramData": {
"disableIsCollidingBBoxCheck": true,
"disableIsCollidingPlayerCheck": true,
"disableIsClippingRoofCheck": true,
"disableIsBaseViableCheck": true,
"disableIsCollidingGPlotCheck": false,
"disableIsCollidingAngleCheck": true,
"disableIsPlacementPermittedCheck": true,
"disableHeightPlacementCheck": true,
"disableIsUnderwaterCheck": true,
"disableIsInTerrainCheck": true
},
"ConstructionData": {
"disablePerformRoofCheck": true,
"disableIsCollidingCheck": true,
"disableDistanceCheck": true
}
},
"UIData": {
"use3DMap": false,
"HitIndicationData": {
"hitDirectionOverrideEnabled": true,
"hitDirectionBehaviour": 2,
"hitDirectionStyle": 0,
"hitDirectionIndicatorColorStr": "0xff32cd32",
"hitDirectionMaxDuration": 0.8,
"hitDirectionBreakPointRelative": 0.2,
"hitDirectionScatter": 20.0,
"hitIndicationPostProcessEnabled": true
},
"MapData": {
"ignoreMapOwnership": true,
"ignoreNavItemsOwnership": true,
"displayPlayerPosition": true,
"displayNavInfo": true
}
}
}