diff --git a/mods/Config Files/BepInEx/config/com.dvize.Donuts.cfg b/mods/Config Files/BepInEx/config/com.dvize.Donuts.cfg new file mode 100644 index 0000000..fb7ae33 --- /dev/null +++ b/mods/Config Files/BepInEx/config/com.dvize.Donuts.cfg @@ -0,0 +1,10 @@ +## Settings file was created by plugin Donuts v2.0.0 +## Plugin GUID: com.dvize.Donuts + +[Config Settings] + +## Key to Enable/Disable Donuts Configuration Menu +# Setting type: KeyboardShortcut +# Default value: F9 +Key To Enable/Disable Config Interface = F9 + diff --git a/mods/Config Files/BepInEx/config/com.fika.core.cfg b/mods/Config Files/BepInEx/config/com.fika.core.cfg index a6ca4ae..8ea187d 100644 --- a/mods/Config Files/BepInEx/config/com.fika.core.cfg +++ b/mods/Config Files/BepInEx/config/com.fika.core.cfg @@ -1,4 +1,4 @@ -## Settings file was created by plugin Fika.Core v1.1.4 +## Settings file was created by plugin Fika.Core v1.1.5 ## Plugin GUID: com.fika.core [Advanced] diff --git a/mods/Config Files/BepInEx/plugins/Donuts/Config/DefaultPluginVars.json b/mods/Config Files/BepInEx/plugins/Donuts/Config/DefaultPluginVars.json new file mode 100644 index 0000000..1aa1965 --- /dev/null +++ b/mods/Config Files/BepInEx/plugins/Donuts/Config/DefaultPluginVars.json @@ -0,0 +1,83 @@ +{ + "PluginEnabled": true, + "DespawnEnabledPMC": true, + "DespawnEnabledSCAV": true, + "HardCapEnabled": false, + "coolDownTimer": 300.0, + "pmcGroupChance": "High", + "scavGroupChance": "Low", + "botDifficultiesPMC": "Normal", + "botDifficultiesSCAV": "Normal", + "botDifficultiesOther": "Normal", + "ShowRandomFolderChoice": true, + "pmcFaction": "Default", + "forceAllBotType": "Disabled", + "useTimeBasedHardStop": true, + "hardStopOptionPMC": false, + "hardStopTimePMC": 300, + "hardStopPercentPMC": 50, + "hardStopOptionSCAV": false, + "hardStopTimeSCAV": 300, + "hardStopPercentSCAV": 10, + "hotspotBoostPMC": false, + "hotspotBoostSCAV": true, + "hotspotIgnoreHardCapPMC": false, + "hotspotIgnoreHardCapSCAV": false, + "pmcFactionRatio": 70, + "battleStateCoolDown": 20.0, + "maxRespawnsPMC": 0, + "maxRespawnsSCAV": 0, + "globalMinSpawnDistanceFromPlayerBool": true, + "globalMinSpawnDistanceFromPlayerFactory": 35.0, + "globalMinSpawnDistanceFromPlayerCustoms": 60.0, + "globalMinSpawnDistanceFromPlayerReserve": 80.0, + "globalMinSpawnDistanceFromPlayerStreets": 80.0, + "globalMinSpawnDistanceFromPlayerWoods": 110.0, + "globalMinSpawnDistanceFromPlayerLaboratory": 40.0, + "globalMinSpawnDistanceFromPlayerShoreline": 100.0, + "globalMinSpawnDistanceFromPlayerGroundZero": 50.0, + "globalMinSpawnDistanceFromPlayerInterchange": 85.0, + "globalMinSpawnDistanceFromPlayerLighthouse": 70.0, + "globalMinSpawnDistanceFromOtherBotsBool": true, + "globalMinSpawnDistanceFromOtherBotsFactory": 15.0, + "globalMinSpawnDistanceFromOtherBotsCustoms": 40.0, + "globalMinSpawnDistanceFromOtherBotsReserve": 50.0, + "globalMinSpawnDistanceFromOtherBotsStreets": 50.0, + "globalMinSpawnDistanceFromOtherBotsWoods": 80.0, + "globalMinSpawnDistanceFromOtherBotsLaboratory": 20.0, + "globalMinSpawnDistanceFromOtherBotsShoreline": 60.0, + "globalMinSpawnDistanceFromOtherBotsGroundZero": 30.0, + "globalMinSpawnDistanceFromOtherBotsInterchange": 65.0, + "globalMinSpawnDistanceFromOtherBotsLighthouse": 60.0, + "replenishInterval": 10.0, + "maxSpawnTriesPerBot": 1, + "despawnInterval": 15.0, + "groupWeightDistroLow": "400,90,9,0,0", + "groupWeightDistroDefault": "210,210,45,25,10", + "groupWeightDistroHigh": "0,75,175,175,75", + "maxRaidDelay": 60.0, + "DebugGizmos": false, + "gizmoRealSize": false, + "spawnName": "Spawn Name Here", + "groupNum": 1, + "wildSpawns": "pmc", + "minSpawnDist": 1.0, + "maxSpawnDist": 20.0, + "botTriggerDistance": 100.0, + "botTimerTrigger": 180.0, + "maxRandNumBots": 2, + "spawnChance": 50, + "maxSpawnsBeforeCooldown": 5, + "ignoreTimerFirstSpawn": false, + "minSpawnDistanceFromPlayer": 40.0, + "CreateSpawnMarkerKey": "None", + "DeleteSpawnMarkerKey": "None", + "saveNewFileOnly": false, + "WriteToFileKey": "KeypadMinus", + "pmcScenarioSelection": "live-like", + "scavScenarioSelection": "live-like", + "windowRectX": 34.0, + "windowRectY": 25.0, + "windowRectWidth": 2465.0, + "windowRectHeight": 1404.0 +} \ No newline at end of file