Updated SWAG/DONUTS Spawn Settings
This commit is contained in:
parent
69f3954bcb
commit
7456838720
|
@ -6,8 +6,8 @@
|
||||||
"coolDownTimer": 300.0,
|
"coolDownTimer": 300.0,
|
||||||
"pmcGroupChance": "Default",
|
"pmcGroupChance": "Default",
|
||||||
"scavGroupChance": "Default",
|
"scavGroupChance": "Default",
|
||||||
"botDifficultiesPMC": "Normal",
|
"botDifficultiesPMC": "Hard",
|
||||||
"botDifficultiesSCAV": "Normal",
|
"botDifficultiesSCAV": "Hard",
|
||||||
"botDifficultiesOther": "Normal",
|
"botDifficultiesOther": "Normal",
|
||||||
"ShowRandomFolderChoice": true,
|
"ShowRandomFolderChoice": true,
|
||||||
"pmcFaction": "Default",
|
"pmcFaction": "Default",
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
"useTimeBasedHardStop": false,
|
"useTimeBasedHardStop": false,
|
||||||
"hardStopOptionPMC": true,
|
"hardStopOptionPMC": true,
|
||||||
"hardStopTimePMC": 300,
|
"hardStopTimePMC": 300,
|
||||||
"hardStopPercentPMC": 70,
|
"hardStopPercentPMC": 50,
|
||||||
"hardStopOptionSCAV": true,
|
"hardStopOptionSCAV": true,
|
||||||
"hardStopTimeSCAV": 300,
|
"hardStopTimeSCAV": 300,
|
||||||
"hardStopPercentSCAV": 10,
|
"hardStopPercentSCAV": 10,
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
"hotspotIgnoreHardCapSCAV": true,
|
"hotspotIgnoreHardCapSCAV": true,
|
||||||
"pmcFactionRatio": 70,
|
"pmcFactionRatio": 70,
|
||||||
"battleStateCoolDown": 20.0,
|
"battleStateCoolDown": 20.0,
|
||||||
"maxRespawnsPMC": 24,
|
"maxRespawnsPMC": 30,
|
||||||
"maxRespawnsSCAV": 18,
|
"maxRespawnsSCAV": 24,
|
||||||
"globalMinSpawnDistanceFromPlayerBool": true,
|
"globalMinSpawnDistanceFromPlayerBool": true,
|
||||||
"globalMinSpawnDistanceFromPlayerFactory": 35.0,
|
"globalMinSpawnDistanceFromPlayerFactory": 35.0,
|
||||||
"globalMinSpawnDistanceFromPlayerCustoms": 60.0,
|
"globalMinSpawnDistanceFromPlayerCustoms": 60.0,
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"globalMinSpawnDistanceFromOtherBotsLighthouse": 60.0,
|
"globalMinSpawnDistanceFromOtherBotsLighthouse": 60.0,
|
||||||
"replenishInterval": 10.0,
|
"replenishInterval": 10.0,
|
||||||
"maxSpawnTriesPerBot": 1,
|
"maxSpawnTriesPerBot": 1,
|
||||||
"despawnInterval": 15.0,
|
"despawnInterval": 45.0,
|
||||||
"groupWeightDistroLow": "400,90,9,0,0",
|
"groupWeightDistroLow": "400,90,9,0,0",
|
||||||
"groupWeightDistroDefault": "210,210,45,25,10",
|
"groupWeightDistroDefault": "210,210,45,25,10",
|
||||||
"groupWeightDistroHigh": "0,75,175,175,75",
|
"groupWeightDistroHigh": "0,75,175,175,75",
|
||||||
|
|
|
@ -2,30 +2,30 @@
|
||||||
{
|
{
|
||||||
"Name": "live-like",
|
"Name": "live-like",
|
||||||
"PMCBotLimitPresets": {
|
"PMCBotLimitPresets": {
|
||||||
"FactoryBotLimit": 6,
|
"FactoryBotLimit": 8,
|
||||||
"InterchangeBotLimit": 9,
|
"InterchangeBotLimit": 16,
|
||||||
"LaboratoryBotLimit": 9,
|
"LaboratoryBotLimit": 12,
|
||||||
"LighthouseBotLimit": 9,
|
"LighthouseBotLimit": 16,
|
||||||
"ReserveBotLimit": 9,
|
"ReserveBotLimit": 12,
|
||||||
"ShorelineBotLimit": 9,
|
"ShorelineBotLimit": 16,
|
||||||
"WoodsBotLimit": 9,
|
"WoodsBotLimit": 16,
|
||||||
"CustomsBotLimit": 9,
|
"CustomsBotLimit": 14,
|
||||||
"TarkovStreetsBotLimit": 9,
|
"TarkovStreetsBotLimit": 16,
|
||||||
"GroundZeroBotLimit": 8,
|
"GroundZeroBotLimit": 12,
|
||||||
"GroundZeroHighBotLimit": 8
|
"GroundZeroHighBotLimit": 12
|
||||||
},
|
},
|
||||||
"SCAVBotLimitPresets": {
|
"SCAVBotLimitPresets": {
|
||||||
"FactoryBotLimit": 6,
|
"FactoryBotLimit": 12,
|
||||||
"InterchangeBotLimit": 9,
|
"InterchangeBotLimit": 18,
|
||||||
"LaboratoryBotLimit": 6,
|
"LaboratoryBotLimit": 12,
|
||||||
"LighthouseBotLimit": 9,
|
"LighthouseBotLimit": 18,
|
||||||
"ReserveBotLimit": 9,
|
"ReserveBotLimit": 18,
|
||||||
"ShorelineBotLimit": 9,
|
"ShorelineBotLimit": 9,
|
||||||
"WoodsBotLimit": 9,
|
"WoodsBotLimit": 18,
|
||||||
"CustomsBotLimit": 9,
|
"CustomsBotLimit": 16,
|
||||||
"TarkovStreetsBotLimit": 10,
|
"TarkovStreetsBotLimit": 16,
|
||||||
"GroundZeroBotLimit": 8,
|
"GroundZeroBotLimit": 12,
|
||||||
"GroundZeroHighBotLimit": 8
|
"GroundZeroHighBotLimit": 12
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -83,16 +83,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MaxBotCap": {
|
"MaxBotCap": {
|
||||||
"factory": 16,
|
"factory": 18,
|
||||||
"customs": 24,
|
"customs": 28,
|
||||||
"woods": 26,
|
"woods": 30,
|
||||||
"shoreline": 24,
|
"shoreline": 26,
|
||||||
"lighthouse": 26,
|
"lighthouse": 26,
|
||||||
"reserve": 24,
|
"reserve": 30,
|
||||||
"interchange": 24,
|
"interchange": 28,
|
||||||
"laboratory": 18,
|
"laboratory": 18,
|
||||||
"streets": 26,
|
"streets": 26,
|
||||||
"groundzero": 22,
|
"groundzero": 24,
|
||||||
"groundzero_high": 24
|
"groundzero_high": 24
|
||||||
},
|
},
|
||||||
"NightMaxBotCap": {
|
"NightMaxBotCap": {
|
||||||
|
|
Loading…
Reference in New Issue