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
|
# Setting type: ETonemap
|
||||||
# Default value: ACES
|
# Default value: ACES
|
||||||
# Acceptable values: Default, ACES, Filmic
|
# Acceptable values: Default, ACES, Filmic
|
||||||
NVG Tonemap = ACES
|
NVG Tonemap = Default
|
||||||
|
|
||||||
# Setting type: Single
|
# Setting type: Single
|
||||||
# Default value: 1
|
# Default value: 1
|
||||||
|
@ -391,7 +391,7 @@ DebugMode = HBAO
|
||||||
# Setting type: Single
|
# Setting type: Single
|
||||||
# Default value: 0.5
|
# Default value: 0.5
|
||||||
# Acceptable value range: From 0 to 1
|
# Acceptable value range: From 0 to 1
|
||||||
Brightness = 0.8004695
|
Brightness = 0.6549296
|
||||||
|
|
||||||
# Setting type: EGlobalTonemap
|
# Setting type: EGlobalTonemap
|
||||||
# Default value: ACES
|
# Default value: ACES
|
||||||
|
|
|
@ -23,12 +23,12 @@ Bot sleeping = false
|
||||||
## If the dedicated plugin should run patches to disable various graphical elements
|
## If the dedicated plugin should run patches to disable various graphical elements
|
||||||
# Setting type: Boolean
|
# Setting type: Boolean
|
||||||
# Default value: true
|
# 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)
|
## 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
|
# Setting type: Boolean
|
||||||
# Default value: true
|
# Default value: true
|
||||||
Destroy Renderers = true
|
Destroy Renderers = false
|
||||||
|
|
||||||
Send Rate = 60
|
Send Rate = 60
|
||||||
|
|
||||||
|
|
|
@ -259,7 +259,7 @@ Centering On Player Zoom Level = 0.15
|
||||||
# Setting type: Single
|
# Setting type: Single
|
||||||
# Default value: 0
|
# Default value: 0
|
||||||
# Acceptable value range: From 0 to 15
|
# 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
|
## The keyboard shortcut to peek at the map
|
||||||
# Setting type: KeyboardShortcut
|
# Setting type: KeyboardShortcut
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
"NoFuelMult": 1,
|
"NoFuelMult": 1,
|
||||||
"ScavCasePrice": 1,
|
"ScavCasePrice": 1,
|
||||||
"ScavCaseTime": 1,
|
"ScavCaseTime": 1,
|
||||||
"HideoutConstMult": 1,
|
"HideoutConstMult": 0.2,
|
||||||
"HideoutProdMult": 1,
|
"HideoutProdMult": 1,
|
||||||
"WaterFilterRate": 66,
|
"WaterFilterRate": 66,
|
||||||
"GPUBoostRate": 1,
|
"GPUBoostRate": 1,
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
"RemoveConstructionsRequirements": false,
|
"RemoveConstructionsRequirements": false,
|
||||||
"RemoveSkillRequirements": false,
|
"RemoveSkillRequirements": false,
|
||||||
"RemoveTraderLevelRequirements": false,
|
"RemoveTraderLevelRequirements": false,
|
||||||
"EnableHideout": false,
|
"EnableHideout": true,
|
||||||
"FuelConsumptionRate": 1
|
"FuelConsumptionRate": 1
|
||||||
},
|
},
|
||||||
"Traders": {
|
"Traders": {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# This file was automatically generated by Mod Organizer.
|
||||||
-Unsorted_separator
|
-Unsorted_separator
|
||||||
-SWAG + DONUTS
|
-SWAG + DONUTS
|
||||||
-Alpha Restorations
|
-Alpha Restorations
|
||||||
|
|
Loading…
Reference in New Issue