-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsettings.json
154 lines (154 loc) · 4.53 KB
/
settings.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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"DebugMode": true,
"VersionCheck": true,
"EnableSkirmishMode": true,
"DebugSkirmishMode": false,
"EnableFlashpointOverrides": false,
"EnableAdditionalPlayerMechsForFlashpoints": false,
"NeverFailSimGameInFlashpoints": true,
"EnableStoryOverrides": false,
"EnableAdditionalPlayerMechsForStory": false,
"RandomSpawns": {
"Enable": true,
"EnableForFlashpoints": true,
"EnableForStory": false,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"]
},
"HotDropProtection": {
"Enable": true,
"EnableForFlashpoints": true,
"EnableForStory": false,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"GuardOnHotDrop": false,
"EvasionPipsOnHotDrop": 6,
"IncludeEnemies": true,
"IncludeAllyTurrets": false,
"IncludeEnemyTurrets": false
},
"AdditionalLances": {
"Enable": true,
"EnableForFlashpoints": true,
"EnableForStory": false,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"IsPrimaryObjectiveIn": ["SimpleBattle", "CaptureBase"],
"ExcludeFromAutocomplete": ["DefendBase", "FireMission"],
"HideObjective": true,
"ShowObjectiveOnLanceDetected": true,
"AlwaysDisplayHiddenObjectiveIfPrimary": false,
"UseElites": true,
"UseDialogue": true,
"SkullValueMatters": true,
"BasedOnVisibleSkullValue": true,
"UseGeneralProfileForSkirmish": true,
"DisableWhenMaxTonnage": {
"Enable": true,
"Limited": false,
"LimitedToUnder": 300
},
"MatchAllyLanceCountToEnemy": false,
"DropWeightInfluence": {
"Enable": false,
"EnemySpawnInfluenceMax": 0.9,
"AllySpawnInfluenceMax": 0.9,
"EnemySpawnInfluencePerHalfSkullAbove": 0.1,
"AllySpawnInfluencePerHalfSkullAbove": -0.1,
"EnemySpawnInfluencePerHalfSkullBelow": -0.1,
"AllySpawnInfluencePerHalfSkullBelow": 0.1
},
"DisableAllies": false,
"DisableEnemies": false
},
"ExtendedLances": {
"Enable": true,
"EnableForFlashpoints": true,
"EnableForStory": false,
"EnableForTargetAlly": true,
"EnableForEmployerAlly": true,
"EnableForHostileToAll": true,
"EnableForNeutralToAll": true,
"Autofill": true,
"AutofillType": "RespectEmpty",
"AutofillUnitCopyType": "RandomInLance",
"AutofillStartingFromContractDifficulty": 3,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"SkipWhenTaggedWithAny": ["lance_type_solo"],
"SkipWhenTaggedWithAll": [],
"SkipWhenExcludeTagsContain": ["mc_no_extended_lance", "no_extended_lance"],
"ForceLanceOverrideSizeWithTag": "mc_force_extended_lance",
"ForceLanceDefSizeWithTag": "mc_force_extended_lance",
"LanceSizes": {
"5": [],
"6": []
}
},
"ExtendedBoundaries": {
"Enable": true,
"EnableForFlashpoints": true,
"EnableForStory": false,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"IncreaseBoundarySizeByPercentage": 0.3,
"Overrides": [
{
"MapId": "mapGeneral_frigidSteppes_iTnd",
"ContractTypeName": "CaptureBase",
"IncreaseBoundarySizeByPercentage": 0.75
},
{
"MapId": "mapGeneral_icyOutpost_iGlc",
"ContractTypeName": "CaptureBase",
"IncreaseBoundarySizeByPercentage": 0.75
},
{
"MapId": "mapGeneral_highPeak_iGlc",
"ContractTypeName": "SimpleBattle",
"IncreaseBoundarySizeByPercentage": 0.75
},
{
"ContractTypeName": "FireMission",
"IncreaseBoundarySizeByPercentage": 0.5
},
{
"MapId": "mapGeneral_desertDam_aDes",
"ContractTypeName": "SimpleBattle",
"IncreaseBoundarySizeByPercentage": 0.55
},
{
"ContractTypeName": "AmbushConvoy",
"IncreaseBoundarySizeByPercentage": 0.2
}
]
},
"DynamicWithdraw": {
"Enable": true,
"EnableForFlashpoints": true,
"EnableForStory": false,
"ExcludeContractTypes": ["SoloDuel", "DuoDuel"],
"MinDistanceForZone": 50,
"MaxDistanceForZone": 288,
"DisorderlyWithdrawalCompatibility": false
},
"AI": {
"FollowPlayer": {
"Pathfinding": "Alternative",
"Target": "LanceOrder",
"StopWhen": "OnEnemyDetected",
"MaxDistanceFromTargetBeforeSprinting": 120,
"TargetZoneRadius": 120,
"TimeToWaitForPathfinding": 60,
"TicksToWaitForPathfinding": 20
}
},
"Spawners": {
"SpawnLanceAtEdgeBoundary": {
"MinBuffer": 100,
"MaxBuffer": 200
}
},
"Misc": {
"LanceSelectionDivergenceOverride": {
"Enable": true,
"Divergence": 20
},
"ContractOverrideDataCleanupMethod": "RestoreFromCopy"
}
}