Mod Config Updates; Enabled Graphics/Renders for Dedi
This commit is contained in:
parent
c6dd328064
commit
f73e5cf3eb
|
@ -284,7 +284,7 @@ NVG = On
|
|||
# Setting type: ETonemap
|
||||
# Default value: ACES
|
||||
# Acceptable values: Default, ACES, Filmic
|
||||
NVG Tonemap = ACES
|
||||
NVG Tonemap = Default
|
||||
|
||||
# Setting type: Single
|
||||
# Default value: 1
|
||||
|
@ -391,7 +391,7 @@ DebugMode = HBAO
|
|||
# Setting type: Single
|
||||
# Default value: 0.5
|
||||
# Acceptable value range: From 0 to 1
|
||||
Brightness = 0.8004695
|
||||
Brightness = 0.6549296
|
||||
|
||||
# Setting type: EGlobalTonemap
|
||||
# Default value: ACES
|
||||
|
|
|
@ -23,12 +23,12 @@ Bot sleeping = false
|
|||
## If the dedicated plugin should run patches to disable various graphical elements
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Destroy Graphics = true
|
||||
Destroy Graphics = false
|
||||
|
||||
## If the dedicated plugin should hook scene loading to disable unnecessary renderers as well as unloading all materials (Requires 'Destroy Graphics' to be enabled)
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Destroy Renderers = true
|
||||
Destroy Renderers = false
|
||||
|
||||
Send Rate = 60
|
||||
|
||||
|
|
|
@ -259,7 +259,7 @@ Centering On Player Zoom Level = 0.15
|
|||
# Setting type: Single
|
||||
# Default value: 0
|
||||
# Acceptable value range: From 0 to 15
|
||||
Main map zoom = 1.342218
|
||||
Main map zoom = 1.588901
|
||||
|
||||
## The keyboard shortcut to peek at the map
|
||||
# Setting type: KeyboardShortcut
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
"NoFuelMult": 1,
|
||||
"ScavCasePrice": 1,
|
||||
"ScavCaseTime": 1,
|
||||
"HideoutConstMult": 1,
|
||||
"HideoutConstMult": 0.2,
|
||||
"HideoutProdMult": 1,
|
||||
"WaterFilterRate": 66,
|
||||
"GPUBoostRate": 1,
|
||||
|
@ -82,7 +82,7 @@
|
|||
"RemoveConstructionsRequirements": false,
|
||||
"RemoveSkillRequirements": false,
|
||||
"RemoveTraderLevelRequirements": false,
|
||||
"EnableHideout": false,
|
||||
"EnableHideout": true,
|
||||
"FuelConsumptionRate": 1
|
||||
},
|
||||
"Traders": {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# This file was automatically generated by Mod Organizer.
|
||||
-Unsorted_separator
|
||||
-SWAG + DONUTS
|
||||
-Alpha Restorations
|
||||
|
|
Loading…
Reference in New Issue