From c82b33d913c4b02724ec204cf9d8c2620209d0f4 Mon Sep 17 00:00:00 2001 From: GetParanoid Date: Sun, 12 Apr 2026 08:05:16 -0700 Subject: [PATCH] cfg tweaks --- .../com.acidphantasm.botplacementsystem.cfg | 20 +- BepInEx/config/com.fika.core.cfg | 305 ++++++++++++++++++ .../com.samswat.helicrash.arysreloaded.cfg | 28 ++ 3 files changed, 343 insertions(+), 10 deletions(-) create mode 100644 BepInEx/config/com.fika.core.cfg create mode 100644 BepInEx/config/com.samswat.helicrash.arysreloaded.cfg diff --git a/BepInEx/config/com.acidphantasm.botplacementsystem.cfg b/BepInEx/config/com.acidphantasm.botplacementsystem.cfg index 840a081..bca462e 100644 --- a/BepInEx/config/com.acidphantasm.botplacementsystem.cfg +++ b/BepInEx/config/com.acidphantasm.botplacementsystem.cfg @@ -38,7 +38,7 @@ Despawn Timer = 300 # Setting type: Int32 # Default value: 23 # Acceptable value range: From 1 to 50 -Max Bots - Customs = 23 +Max Bots - Customs = 30 ## Max bots allowed on map, value is ignored by certain bots. ## Starting PMCs ignore the cap by default, if you want to change this you must do so in the server config. @@ -56,7 +56,7 @@ Max Bots - Factory = 13 # Setting type: Int32 # Default value: 22 # Acceptable value range: From 1 to 50 -Max Bots - Interchange = 22 +Max Bots - Interchange = 35 ## Max bots allowed on map, value is ignored by certain bots. ## Starting PMCs ignore the cap by default, if you want to change this you must do so in the server config. @@ -65,7 +65,7 @@ Max Bots - Interchange = 22 # Setting type: Int32 # Default value: 19 # Acceptable value range: From 1 to 50 -Max Bots - Labs = 19 +Max Bots - Labs = 22 ## Max bots allowed on map, value is ignored by certain bots. ## Starting PMCs ignore the cap by default, if you want to change this you must do so in the server config. @@ -74,7 +74,7 @@ Max Bots - Labs = 19 # Setting type: Int32 # Default value: 22 # Acceptable value range: From 1 to 50 -Max Bots - Lighthouse = 22 +Max Bots - Lighthouse = 35 ## Max bots allowed on map, value is ignored by certain bots. ## Starting PMCs ignore the cap by default, if you want to change this you must do so in the server config. @@ -83,7 +83,7 @@ Max Bots - Lighthouse = 22 # Setting type: Int32 # Default value: 22 # Acceptable value range: From 1 to 50 -Max Bots - Reserve = 22 +Max Bots - Reserve = 30 ## Max bots allowed on map, value is ignored by certain bots. ## Starting PMCs ignore the cap by default, if you want to change this you must do so in the server config. @@ -92,7 +92,7 @@ Max Bots - Reserve = 22 # Setting type: Int32 # Default value: 16 # Acceptable value range: From 1 to 50 -Max Bots - Ground Zero = 16 +Max Bots - Ground Zero = 22 ## Max bots allowed on map, value is ignored by certain bots. ## Starting PMCs ignore the cap by default, if you want to change this you must do so in the server config. @@ -101,7 +101,7 @@ Max Bots - Ground Zero = 16 # Setting type: Int32 # Default value: 22 # Acceptable value range: From 1 to 50 -Max Bots - Shoreline = 22 +Max Bots - Shoreline = 35 ## Max bots allowed on map, value is ignored by certain bots. ## Starting PMCs ignore the cap by default, if you want to change this you must do so in the server config. @@ -110,7 +110,7 @@ Max Bots - Shoreline = 22 # Setting type: Int32 # Default value: 23 # Acceptable value range: From 1 to 50 -Max Bots - Streets = 23 +Max Bots - Streets = 40 ## Max bots allowed on map, value is ignored by certain bots. ## Starting PMCs ignore the cap by default, if you want to change this you must do so in the server config. @@ -119,7 +119,7 @@ Max Bots - Streets = 23 # Setting type: Int32 # Default value: 22 # Acceptable value range: From 1 to 50 -Max Bots - Woods = 22 +Max Bots - Woods = 40 ## Max bots allowed on map, value is ignored by certain bots. ## Starting PMCs ignore the cap by default, if you want to change this you must do so in the server config. @@ -262,7 +262,7 @@ Distance Limit - Labyrinth = 20 # Setting type: Int32 # Default value: 3 # Acceptable value range: From 0 to 10 -Scav Soft Cap = 3 +Scav Soft Cap = 6 ## How likely a scav spawning later in the raid is a Player Scav. # Setting type: Int32 diff --git a/BepInEx/config/com.fika.core.cfg b/BepInEx/config/com.fika.core.cfg new file mode 100644 index 0000000..ed53811 --- /dev/null +++ b/BepInEx/config/com.fika.core.cfg @@ -0,0 +1,305 @@ +## Settings file was created by plugin Fika.Core v2.2.3 +## Plugin GUID: com.fika.core + +[Advanced] + +# Setting type: Boolean +# Default value: false +Show Official Version = false + +## Enables developer features +# Setting type: Boolean +# Default value: false +Developer Mode = false + +## Stops AI from spawning +# Setting type: Boolean +# Default value: false +No AI = false + +## Stops loot from spawning +## Speeds up loading for debugging +# Setting type: Boolean +# Default value: false +No Loot = false + +## What priority loading other players (and AI as a client) uses. +## Might not have a huge effect. +# Setting type: ELoadPriority +# Default value: Low +# Acceptable values: Low, Medium, High +Player Load Priority = Low + +## Max amount of bundles loading in parallel. +## Increase if you take a long time to load bots as a client. +## +## Default game value is 1 but has been increased to remedy the base game issue where bundles load too slow +# Setting type: Int32 +# Default value: 5 +# Acceptable value range: From 1 to 10 +Max Bundle Lock = 5 + +[Coop] + +# Setting type: Boolean +# Default value: false +Auto Use Headless = false + +# Setting type: Boolean +# Default value: true +Show Feed = true + +# Setting type: Boolean +# Default value: false +Auto Extract = true + +# Setting type: Boolean +# Default value: true +Show Extract Message = true + +# Setting type: KeyboardShortcut +# Default value: F8 +Extract Key = F8 + +# Setting type: Boolean +# Default value: true +Show In-Game Player List = true + +# Setting type: Boolean +# Default value: false +Enable Chat = false + +# Setting type: KeyboardShortcut +# Default value: RightControl +Chat Key = RightControl + +# Setting type: Boolean +# Default value: true +Enable Online Players = true + +# Setting type: Single +# Default value: 1 +# Acceptable value range: From 0.5 to 1.5 +Online Players Scale = 1 + +[Coop | Debug] + +# Setting type: KeyboardShortcut +# Default value: F9 +Free Camera Button = F9 + +# Setting type: Boolean +# Default value: false +AZERTY Mode = false + +# Setting type: Boolean +# Default value: false +Drone Mode = false + +# Setting type: Boolean +# Default value: true +Keybind Overlay = true + +[Coop | Name Plates] + +# Setting type: Boolean +# Default value: true +Show Player Name Plates = false + +# Setting type: Boolean +# Default value: false +Hide Health Bar = false + +# Setting type: Boolean +# Default value: false +Show HP% instead of bar = false + +# Setting type: Boolean +# Default value: true +Show Effects = true + +# Setting type: Boolean +# Default value: true +Show Player Faction Icon = true + +# Setting type: Boolean +# Default value: true +Hide Name Plate in Optic = true + +# Setting type: Boolean +# Default value: true +Name Plates Use Optic Zoom = true + +# Setting type: Boolean +# Default value: true +Decrease Opacity In Peripheral = true + +# Setting type: Single +# Default value: 1 +# Acceptable value range: From 0.5 to 1.5 +Name Plate Scale = 1 + +# Setting type: Single +# Default value: 0.75 +# Acceptable value range: From 0.1 to 1 +Opacity in ADS = 0.75 + +# Setting type: Single +# Default value: 500 +# Acceptable value range: From 10 to 1000 +Max Distance to Show = 500 + +# Setting type: Single +# Default value: 0.1 +# Acceptable value range: From 0 to 1 +Minimum Opacity = 0.1 + +# Setting type: Boolean +# Default value: false +Use Occlusion = false + +# Setting type: Color +# Default value: 00FF00FF +Full Health Color = 00FF00FF + +# Setting type: Color +# Default value: FF0000FF +Low Health Color = FF0000FF + +# Setting type: Color +# Default value: FFFFFFFF +Name Plate Text Color = FFFFFFFF + +[Coop | Pinging] + +# Setting type: Boolean +# Default value: true +Ping System = true + +# Setting type: KeyboardShortcut +# Default value: Semicolon +Ping Button = Semicolon + +# Setting type: Color +# Default value: FFFFFFFF +Ping Color = FFFFFFFF + +# Setting type: Single +# Default value: 1 +# Acceptable value range: From 0.1 to 2 +Ping Size = 1 + +# Setting type: Int32 +# Default value: 3 +# Acceptable value range: From 2 to 10 +Ping Time = 3 + +# Setting type: Boolean +# Default value: false +Play Ping Animation = false + +# Setting type: Boolean +# Default value: false +Show Ping During Optics = false + +# Setting type: Boolean +# Default value: true +Ping Use Optic Zoom = true + +# Setting type: Boolean +# Default value: true +Ping Scale With Distance = true + +# Setting type: Single +# Default value: 0.05 +# Acceptable value range: From 0 to 0.5 +Ping Minimum Opacity = 0.05 + +# Setting type: Boolean +# Default value: false +Show Ping Range = false + +# Setting type: EPingSound +# Default value: SubQuestComplete +# Acceptable values: SubQuestComplete, InsuranceInsured, ButtonClick, ButtonHover, InsuranceItemInsured, MenuButtonBottom, ErrorMessage, InspectWindow, InspectWindowClose, MenuEscape +Ping Sound = SubQuestComplete + +[Coop | Quest Sharing] + +# Setting type: EQuestSharingTypes +# Default value: All +# Acceptable values: None, Kills, Item, Location, PlaceBeacon, All +# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning) +Quest Types = None + +# Setting type: Boolean +# Default value: true +Show Notifications = true + +# Setting type: Boolean +# Default value: false +Easy Kill Conditions = false + +# Setting type: Boolean +# Default value: false +Shared Kill Experience = false + +# Setting type: Boolean +# Default value: false +Shared Boss Experience = false + +[Gameplay] + +# Setting type: Boolean +# Default value: false +Disable Bot Metabolism = false + +[Hidden] + +## Last loaded version of Fika +# Setting type: String +# Default value: 0 +Last Version = 0 + +[Network] + +# Setting type: String +# Default value: +Force IP = + +# Setting type: String +# Default value: Disabled +# Acceptable values: Disabled, 0.0.0.0, ::, 38.58.176.31 +Force Bind IP = Disabled + +# Setting type: UInt16 +# Default value: 25565 +# Acceptable value range: From 0 to 65535 +UDP Port = 25565 + +# Setting type: Boolean +# Default value: false +Use UPnP = false + +# Setting type: Boolean +# Default value: false +Use NAT Punching = false + +# Setting type: Boolean +# Default value: false +Use Fika NAT Punch Server = false + +# Setting type: Int32 +# Default value: 30 +# Acceptable value range: From 5 to 60 +Connection Timeout = 30 + +# Setting type: ESendRate +# Default value: Medium +# Acceptable values: Low, Medium, High +Send Rate = Medium + +# Setting type: Boolean +# Default value: false +Allow VOIP = false + diff --git a/BepInEx/config/com.samswat.helicrash.arysreloaded.cfg b/BepInEx/config/com.samswat.helicrash.arysreloaded.cfg new file mode 100644 index 0000000..d9a987b --- /dev/null +++ b/BepInEx/config/com.samswat.helicrash.arysreloaded.cfg @@ -0,0 +1,28 @@ +## Settings file was created by plugin SamSWAT's HeliCrash: Arys Reloaded - Core v2.5.1 +## Plugin GUID: com.samswat.helicrash.arysreloaded + +[Debug Settings] + +# Setting type: Boolean +# Default value: false +Enable debug logging = false + +## All crash sites on a map will be spawned +# Setting type: Boolean +# Default value: false +Spawn all crash sites = false + +[Main Settings] + +## Percent chance of helicopter crash site appearance +# Setting type: Int32 +# Default value: 10 +# Acceptable value range: From 0 to 100 +Helicopter crash site chance = 10 + +## Percent chance of helicopter crash site having a lootable crate +# Setting type: Int32 +# Default value: 100 +# Acceptable value range: From 0 to 100 +Chance crash site has loot = 100 +