Archived
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:
@@ -6,10 +6,10 @@
|
||||
## Quicksell on the Flea
|
||||
# Setting type: KeyboardShortcut
|
||||
# Default value: N
|
||||
SellFlea = N
|
||||
SellFlea = LeftBracket
|
||||
|
||||
## QuickSell to Traders
|
||||
# Setting type: KeyboardShortcut
|
||||
# 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.
|
||||
# Setting type: KeyboardShortcut
|
||||
# Default value: Semicolon
|
||||
Ping Button = Semicolon
|
||||
Ping Button = Mouse3
|
||||
|
||||
## The color of your pings when displayed for other players.
|
||||
# Setting type: Color
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"KeyPrice": 30000000,
|
||||
"KeycardPrice": 50000000,
|
||||
"KeyUses": 40,
|
||||
"KeycardUses": 20,
|
||||
"KeyUses": 4,
|
||||
"KeycardUses": 2,
|
||||
"ContainersDropChance": {
|
||||
"578f8778245977358849a9b5": 70,
|
||||
"578f87b7245977356274f2cd": 35
|
||||
},
|
||||
"BotDropChance": 1,
|
||||
"BotDropChance": 0.02,
|
||||
"BannedBots": ["assault", "assaultgroup", "bear", "exusec", "usec", "pmcbear", "pmcbot", "pmcusec"]
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"TacticalVest": true,
|
||||
"Backpack": true,
|
||||
"Holster": true,
|
||||
"FirstPrimaryWeapon": false,
|
||||
"FirstPrimaryWeapon": true,
|
||||
"SecondPrimaryWeapon": true,
|
||||
"Scabbard": false,
|
||||
"SpecialSlotItems": false,
|
||||
@@ -33,11 +33,11 @@
|
||||
"PocketItems": true
|
||||
},
|
||||
|
||||
"FUInertia": true,
|
||||
"FUInertia": false,
|
||||
|
||||
"HigherVaulting": true,
|
||||
|
||||
"MakeAllHeadsetsGood": true,
|
||||
"MakeAllHeadsetsGood": false,
|
||||
"//": "THE VALUES BELOW ARE A MIX BETWEEN MSA SORDIN AND PELTOR COMTAC VI HEADSET",
|
||||
"HeadsetValues": {
|
||||
"Distortion": 0.08,
|
||||
@@ -106,7 +106,7 @@
|
||||
"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",
|
||||
"EnableCustomBotCaps": true,
|
||||
"EnableCustomBotCaps": false,
|
||||
"MaxBotCaps": {
|
||||
"factory4_day": 15,
|
||||
"factory4_night": 15,
|
||||
|
||||
Reference in New Issue
Block a user