Disabled Some Mod & Edited Mod Configs
• Edited Skeleton Key config to reduce the chances and use count • Edited Quick Sell keybinds Edited Tarkov More Settings to stop item saves on death • Disabled Waypoints and BigBrain as they're not needed for anything • Disabled Helis Crash mod as it does not support Fika - Syncing with the mod is broken across players
This commit is contained in:
parent
ea805bcdf1
commit
918a2da926
|
@ -6,10 +6,10 @@
|
||||||
## Quicksell on the Flea
|
## Quicksell on the Flea
|
||||||
# Setting type: KeyboardShortcut
|
# Setting type: KeyboardShortcut
|
||||||
# Default value: N
|
# Default value: N
|
||||||
SellFlea = N
|
SellFlea = LeftBracket
|
||||||
|
|
||||||
## QuickSell to Traders
|
## QuickSell to Traders
|
||||||
# Setting type: KeyboardShortcut
|
# Setting type: KeyboardShortcut
|
||||||
# Default value: M
|
# Default value: M
|
||||||
SellTraders = M
|
SellTraders = RightBracket
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
## Settings file was created by plugin StashSearch v1.4.1
|
||||||
|
## Plugin GUID: com.dirtbikercj.StashSearch
|
||||||
|
|
||||||
|
[Stash Search]
|
||||||
|
|
||||||
|
## Keybind to focus search (type in the bar)
|
||||||
|
# Setting type: KeyboardShortcut
|
||||||
|
# Default value: F + LeftControl
|
||||||
|
Focus Search = F + LeftControl
|
||||||
|
|
||||||
|
## Keybind to clear the search
|
||||||
|
# Setting type: KeyboardShortcut
|
||||||
|
# Default value: C + LeftControl
|
||||||
|
Clear Search = C + LeftControl
|
||||||
|
|
|
@ -192,7 +192,7 @@ Ping System = true
|
||||||
## Button used to send pings.
|
## Button used to send pings.
|
||||||
# Setting type: KeyboardShortcut
|
# Setting type: KeyboardShortcut
|
||||||
# Default value: Semicolon
|
# Default value: Semicolon
|
||||||
Ping Button = Semicolon
|
Ping Button = Mouse3
|
||||||
|
|
||||||
## The color of your pings when displayed for other players.
|
## The color of your pings when displayed for other players.
|
||||||
# Setting type: Color
|
# Setting type: Color
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"KeyPrice": 30000000,
|
"KeyPrice": 30000000,
|
||||||
"KeycardPrice": 50000000,
|
"KeycardPrice": 50000000,
|
||||||
"KeyUses": 40,
|
"KeyUses": 4,
|
||||||
"KeycardUses": 20,
|
"KeycardUses": 2,
|
||||||
"ContainersDropChance": {
|
"ContainersDropChance": {
|
||||||
"578f8778245977358849a9b5": 70,
|
"578f8778245977358849a9b5": 70,
|
||||||
"578f87b7245977356274f2cd": 35
|
"578f87b7245977356274f2cd": 35
|
||||||
},
|
},
|
||||||
"BotDropChance": 1,
|
"BotDropChance": 0.02,
|
||||||
"BannedBots": ["assault", "assaultgroup", "bear", "exusec", "usec", "pmcbear", "pmcbot", "pmcusec"]
|
"BannedBots": ["assault", "assaultgroup", "bear", "exusec", "usec", "pmcbear", "pmcbot", "pmcusec"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"TacticalVest": true,
|
"TacticalVest": true,
|
||||||
"Backpack": true,
|
"Backpack": true,
|
||||||
"Holster": true,
|
"Holster": true,
|
||||||
"FirstPrimaryWeapon": false,
|
"FirstPrimaryWeapon": true,
|
||||||
"SecondPrimaryWeapon": true,
|
"SecondPrimaryWeapon": true,
|
||||||
"Scabbard": false,
|
"Scabbard": false,
|
||||||
"SpecialSlotItems": false,
|
"SpecialSlotItems": false,
|
||||||
|
@ -33,11 +33,11 @@
|
||||||
"PocketItems": true
|
"PocketItems": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"FUInertia": true,
|
"FUInertia": false,
|
||||||
|
|
||||||
"HigherVaulting": true,
|
"HigherVaulting": true,
|
||||||
|
|
||||||
"MakeAllHeadsetsGood": true,
|
"MakeAllHeadsetsGood": false,
|
||||||
"//": "THE VALUES BELOW ARE A MIX BETWEEN MSA SORDIN AND PELTOR COMTAC VI HEADSET",
|
"//": "THE VALUES BELOW ARE A MIX BETWEEN MSA SORDIN AND PELTOR COMTAC VI HEADSET",
|
||||||
"HeadsetValues": {
|
"HeadsetValues": {
|
||||||
"Distortion": 0.08,
|
"Distortion": 0.08,
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
"ExtendedMagsTwoSlotsHeight": false,
|
"ExtendedMagsTwoSlotsHeight": false,
|
||||||
|
|
||||||
"//": "BOT CAPS CAN BE OVERWRITTEN BY MANY OTHER MODS. IF YOU WANT TO USE THIS, DISABLE OTHER MODS THAT CHANGE BOT CAPS. IF YOU USE OTHER MODS (SPAWN OR AI -MODS), DISABLE THIS",
|
"//": "BOT CAPS CAN BE OVERWRITTEN BY MANY OTHER MODS. IF YOU WANT TO USE THIS, DISABLE OTHER MODS THAT CHANGE BOT CAPS. IF YOU USE OTHER MODS (SPAWN OR AI -MODS), DISABLE THIS",
|
||||||
"EnableCustomBotCaps": true,
|
"EnableCustomBotCaps": false,
|
||||||
"MaxBotCaps": {
|
"MaxBotCaps": {
|
||||||
"factory4_day": 15,
|
"factory4_day": 15,
|
||||||
"factory4_night": 15,
|
"factory4_night": 15,
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
# This file was automatically generated by Mod Organizer.
|
# This file was automatically generated by Mod Organizer.
|
||||||
+Unsorted_separator
|
+Unsorted_separator
|
||||||
+Version 2.0.4_separator
|
+Version 2.0.4_separator
|
||||||
|
-Heli Crash - Arys Reloaded
|
||||||
|
-Big Brain
|
||||||
|
-Waypoints
|
||||||
+Backburner_separator
|
+Backburner_separator
|
||||||
+Trader Images
|
+Trader Images
|
||||||
+Config Files
|
+Config Files
|
||||||
|
@ -45,7 +48,6 @@
|
||||||
+Door Randomizer
|
+Door Randomizer
|
||||||
+Better Progression
|
+Better Progression
|
||||||
+Station Refueling
|
+Station Refueling
|
||||||
+Heli Crash - Arys Reloaded
|
|
||||||
+Interactable Exfils API
|
+Interactable Exfils API
|
||||||
+Alpha Restorations
|
+Alpha Restorations
|
||||||
+Gameplay Tweaks_separator
|
+Gameplay Tweaks_separator
|
||||||
|
@ -75,8 +77,6 @@
|
||||||
+Task List Fixes
|
+Task List Fixes
|
||||||
+Hands Are Not Busy
|
+Hands Are Not Busy
|
||||||
+Bug Fixes & Optimizations_separator
|
+Bug Fixes & Optimizations_separator
|
||||||
+Big Brain
|
|
||||||
+Waypoints
|
|
||||||
+Virtual's Custom Quest Loader
|
+Virtual's Custom Quest Loader
|
||||||
+Tarkov More Settings
|
+Tarkov More Settings
|
||||||
+Server Value Modifier
|
+Server Value Modifier
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
|
# This file was automatically generated by Mod Organizer.
|
||||||
+Unsorted_separator
|
+Unsorted_separator
|
||||||
+Version 2.0.4_separator
|
+Version 2.0.4_separator
|
||||||
|
-Heli Crash - Arys Reloaded
|
||||||
|
-Big Brain
|
||||||
|
-Waypoints
|
||||||
+Backburner_separator
|
+Backburner_separator
|
||||||
-Trader Images
|
-Trader Images
|
||||||
+Config Files
|
+Config Files
|
||||||
|
@ -44,7 +48,6 @@
|
||||||
+Door Randomizer
|
+Door Randomizer
|
||||||
+Better Progression
|
+Better Progression
|
||||||
+Station Refueling
|
+Station Refueling
|
||||||
+Heli Crash - Arys Reloaded
|
|
||||||
+Interactable Exfils API
|
+Interactable Exfils API
|
||||||
+Alpha Restorations
|
+Alpha Restorations
|
||||||
+Gameplay Tweaks_separator
|
+Gameplay Tweaks_separator
|
||||||
|
@ -74,8 +77,6 @@
|
||||||
+Task List Fixes
|
+Task List Fixes
|
||||||
+Hands Are Not Busy
|
+Hands Are Not Busy
|
||||||
+Bug Fixes & Optimizations_separator
|
+Bug Fixes & Optimizations_separator
|
||||||
+Big Brain
|
|
||||||
+Waypoints
|
|
||||||
+Virtual's Custom Quest Loader
|
+Virtual's Custom Quest Loader
|
||||||
+Tarkov More Settings
|
+Tarkov More Settings
|
||||||
+Server Value Modifier
|
+Server Value Modifier
|
||||||
|
|
Loading…
Reference in New Issue