Files
Chronolock/config/toms_storage-server.toml

46 lines
1.6 KiB
TOML

#Inventory Connector Range
#Range: 4 ~ 256
inventoryConnectorRange = 16
#Only Allow Trims to Connect Inventories
onlyTrimsConnect = false
#Inventory Cable Connector Maximum number of cables
#Range: > 16
invCableConnectorMaxScanSize = 2048
#Wireless terminal reach
#Range: 4 ~ 64
wirelessReach = 16
#Wireless terminal reach
#Range: 16 ~ 512
advWirelessRange = 64
#Adv Wireless terminal requied beacon level for infinite range
#Value of 0 only requires a single beacon block nearby
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
wirelessTermBeaconLvl = -1
#Adv Wireless terminal requied beacon level for cross dimensional access
#Value of 0 only requires a single beacon block nearby
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
wirelessTermBeaconLvlDim = -1
#Inventory Cable Connector requied beacon level for inventory linking
#Value of 0 only requires a single beacon block
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
invLinkBeaconLvl = -1
#Inventory Linking range with beacons
#Value of 0 disables this feature entirely
#Range: > 0
invLinkBeaconRange = 4096
#Inventory Cable Connector requied beacon level for same dimension access with unlimited range
#Value of 0 only requires a single beacon block
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
invLinkBeaconLvlSameDim = -1
#Inventory Cable Connector requied beacon level for cross dimensional access
#Value of 0 only requires a single beacon block
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
invLinkBeaconLvlCrossDim = -1
#Use multithreading to improve performance
runMultithreaded = true