Fika-Tarkov/mods/Config Files/BepInEx/config/com.fika.dedicated.cfg

35 lines
1.0 KiB
INI
Raw Normal View History

2025-01-02 20:23:50 -05:00
## Settings file was created by plugin Fika.Dedicated v1.2.3
## Plugin GUID: com.fika.dedicated
[Dedicated]
## How often the server should update (frame cap / tick rate). Only works if your machine can actually reach the selected setting
# Setting type: Int32
# Default value: 60
# Acceptable value range: From 30 to 120
Update Rate = 30
## How often in minutes the RAM cleaner should run
# Setting type: Int32
# Default value: 5
# Acceptable value range: From 1 to 30
RAM Clean Interval = 5
## Should the dedicated host allow bots to sleep? (BSG bot sleeping logic)
# Setting type: Boolean
# Default value: false
Bot sleeping = false
## If the dedicated plugin should run patches to disable various graphical elements
# Setting type: Boolean
# Default value: true
Destroy Graphics = true
## 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
Send Rate = 60