Tweaked Mod Configs
This commit is contained in:
parent
9ca4e261ab
commit
3567f74bcd
|
@ -195,13 +195,13 @@ PmcWaveDistribution = 0.7
|
|||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
ScavWaveQuantity = 1
|
||||
ScavWaveQuantity = 0.8
|
||||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
PmcWaveQuantity = 1
|
||||
PmcWaveQuantity = 0.8
|
||||
|
||||
[3.Debug]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Settings file was created by plugin Performance Improvements v0.2.0
|
||||
## Settings file was created by plugin Performance Improvements v0.2.3
|
||||
## Plugin GUID: com.dirtbikercj.performanceImprovements
|
||||
|
||||
[Bot Limiter]
|
||||
|
@ -40,6 +40,9 @@ Use Experimental Patches(Requires Restart) = true
|
|||
|
||||
[Graphics]
|
||||
|
||||
## Enables experimental graphic settings in the EFT graphics settings page. (REQUIRES RESTART)
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Enable Experimental Graphic Settings = true
|
||||
|
||||
[Scope Resolution]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"scavDifficulty": 0.4,
|
||||
|
||||
"scavWaveDistribution": 0.5,
|
||||
"scavWaveQuantity": 1,
|
||||
"scavWaveQuantity": 0.8,
|
||||
|
||||
"startingPmcs": false,
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
"allOpenZones": false,
|
||||
|
||||
"pmcWaveDistribution": 0.7,
|
||||
"pmcWaveQuantity": 1,
|
||||
"pmcWaveQuantity": 0.8,
|
||||
|
||||
"zombiesEnabled": false,
|
||||
"zombieWaveDistribution": 0.5,
|
||||
|
|
|
@ -12,7 +12,7 @@ Maximum Ground Decals = 2048
|
|||
|
||||
# Setting type: Single
|
||||
# Default value: 1
|
||||
Blood Splatter Size = 1
|
||||
Blood Splatter Size = 0.5
|
||||
|
||||
## Hides the old blood decals that stain the floor. Keeps the actual effect though.
|
||||
# Setting type: Boolean
|
||||
|
@ -116,7 +116,7 @@ Duration for Mapping Weight swap = 0
|
|||
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Use Active Ragdolls = true
|
||||
Use Active Ragdolls = false
|
||||
|
||||
[Ragdolls | Item Physical Properties]
|
||||
|
||||
|
|
Loading…
Reference in New Issue