init(spt, fika, git repo)
This commit is contained in:
commit
92dda5111e
21 changed files with 1473 additions and 0 deletions
32
BepInEx/config/com.fika.headless.cfg
Normal file
32
BepInEx/config/com.fika.headless.cfg
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
## Settings file was created by plugin Fika.Headless v1.4.12
|
||||
## Plugin GUID: com.fika.headless
|
||||
|
||||
[Headless]
|
||||
|
||||
## 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 = 60
|
||||
|
||||
## How often in minutes the RAM cleaner should run outside of raids
|
||||
# Setting type: Int32
|
||||
# Default value: 15
|
||||
# Acceptable value range: From 2 to 30
|
||||
RAM Clean Interval = 15
|
||||
|
||||
## Should the headless host allow bots to sleep? (BSG bot sleeping logic)
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Bot sleeping = false
|
||||
|
||||
## If the headless plugin should run patches to disable various graphical elements
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
Destroy Graphics = true
|
||||
|
||||
## If the headless 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue