diff --git a/BepInEx/config/HealingAutoCancel.cfg b/BepInEx/config/HealingAutoCancel.cfg new file mode 100644 index 0000000..b1c32aa --- /dev/null +++ b/BepInEx/config/HealingAutoCancel.cfg @@ -0,0 +1,9 @@ +## Settings file was created by plugin HealingAutoCancel v1.0.0 +## Plugin GUID: HealingAutoCancel + +[Heal] + +# Setting type: Boolean +# Default value: true +Enable automatic heal canceling = true + diff --git a/BepInEx/config/IhanaMies.LootValue.cfg b/BepInEx/config/IhanaMies.LootValue.cfg new file mode 100644 index 0000000..7011e45 --- /dev/null +++ b/BepInEx/config/IhanaMies.LootValue.cfg @@ -0,0 +1,77 @@ +## Settings file was created by plugin LootValue v5.0.2 +## Plugin GUID: IhanaMies.LootValue + +[Colours] + +# Setting type: Boolean +# Default value: false +Use custom colours = false + +## Colouring bound is marked as [int:hexcolor] e.q. [lower than this value : will be this hexcolor] +## The values should incremental from lower to higher and last value should be valueless. +## For example [5000:#ff0000],[10000:#ffff00],[:#ffffff] means three different bounds. +## Anything under 5000 rubles, will be red. +## Anything under 10000 rubles, will be yellow. +## The third is marked as the ultimate color. Anything over 10000 rubles would be white. +## +# Setting type: String +# Default value: [5000:#ff0000],[10000:#ffff00],[:#ffffff] +Custom colours = [5000:#ff0000],[10000:#ffff00],[:#ffffff] + +[Flea] + +# Setting type: Boolean +# Default value: false +Show flea price before having access to flea (character level 15) = false + +# Setting type: Boolean +# Default value: false +Ignore flea max offer count = false + +[General] + +## Modifier to enable quickselling. Two button mode: Left Mouse Button sell to trader. Right Mouse Button sell to flea. One button mode: Left Mouse Button both +# Setting type: KeyboardShortcut +# Default value: LeftAlt + LeftShift +Modifier to enable quickselling = LeftAlt + LeftShift + +[Quick Sell] + +## Selling is done using LMB only. Attempts to sell to flea and then to trader if the option is enabled +# Setting type: Boolean +# Default value: false +One button quick sell = false + +## Does nothing if 'Ignore flea max offer count' is enabled +# Setting type: Boolean +# Default value: true +Sell to trader if no flea slots left = true + +# Setting type: Boolean +# Default value: false +Only show total value = false + +# Setting type: Boolean +# Default value: true +Enable quick selling = true + +## Does nothing if quick selling is disabled +# Setting type: Boolean +# Default value: true +Enable quick selling to flea = true + +# Setting type: Boolean +# Default value: true +Show flea prices in raid = true + +# Setting type: Boolean +# Default value: true +Show prices = true + +[Traders] + +## Separate values by comma, must use trader's id which is usually their name. The trader Id can also be found in user/mods/%trader_name%/db/base.json +# Setting type: String +# Default value: +Traders to ignore = + diff --git a/BepInEx/config/com.inory.agonysfx.cfg b/BepInEx/config/com.inory.agonysfx.cfg new file mode 100644 index 0000000..04d4f6e --- /dev/null +++ b/BepInEx/config/com.inory.agonysfx.cfg @@ -0,0 +1,18 @@ +## Settings file was created by plugin inory-agonysfx v1.1.4 +## Plugin GUID: com.inory.agonysfx + +[] + +## Chance of playing the agony sound effects +# Setting type: Single +# Default value: 0.5 +# Acceptable value range: From 0 to 1 +Agony Sound Chance = 0.5 + +[Debug] + +## Enable debug logs +# Setting type: Boolean +# Default value: false +Debug = false + diff --git a/BepInEx/config/com.lacyway.ch.cfg b/BepInEx/config/com.lacyway.ch.cfg new file mode 100644 index 0000000..3efd5b1 --- /dev/null +++ b/BepInEx/config/com.lacyway.ch.cfg @@ -0,0 +1,22 @@ +## Settings file was created by plugin ContinuousHealing v1.3.0 +## Plugin GUID: com.lacyway.ch + +[1. Settings] + +## If using surgery kits should also be continuous. +## NOTE: Animation does not loop. +# Setting type: Boolean +# Default value: true +Heal Limbs = true + +## The delay between every heal on each limb. Game default is 2, set to 0 to use intended Continuous Healing behavior. +# Setting type: Int32 +# Default value: 0 +# Acceptable value range: From 0 to 5 +Heal Delay = 0 + +## If a new animaton should be played between every limb being healed. This does not affect the speed at which you heal. +# Setting type: Boolean +# Default value: true +Reset Animations = true + diff --git a/BepInEx/config/com.mpstark.PlayerEncumbranceBar.cfg b/BepInEx/config/com.mpstark.PlayerEncumbranceBar.cfg new file mode 100644 index 0000000..f371f06 --- /dev/null +++ b/BepInEx/config/com.mpstark.PlayerEncumbranceBar.cfg @@ -0,0 +1,10 @@ +## Settings file was created by plugin PlayerEncumbranceBar v1.1.3 +## Plugin GUID: com.mpstark.PlayerEncumbranceBar + +[1. General] + +## If text for each tick mark breakpoint should be displayed +# Setting type: Boolean +# Default value: true +Display Breakpoint Text = true + diff --git a/BepInEx/plugins/Fika.Headless.dll b/BepInEx/plugins/Fika.Headless.dll deleted file mode 100644 index 1699394..0000000 Binary files a/BepInEx/plugins/Fika.Headless.dll and /dev/null differ