From cd29cc46abced9e8ef48dfe483597ee94577a22d Mon Sep 17 00:00:00 2001 From: Cekis Date: Sun, 25 Oct 2020 12:07:30 -0700 Subject: [PATCH] Added Manufacturing time override setting (debug mode only) and veteran reward enabling for reference --- linux/localOptions.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux/localOptions.cfg b/linux/localOptions.cfg index 8489b92..95d6ab2 100755 --- a/linux/localOptions.cfg +++ b/linux/localOptions.cfg @@ -218,6 +218,9 @@ reservedObjectIds=1000000 enablePreload=false allowPlayersToPackVendors=1 +# this setting makes the time to create items in a factory to 1 second. Only works when building the server in debug mode. +#manufactureTimeOverride=1 + #disableResources=0 # this setting controls if all resources should be spawned or just some. Set to true for all. spawnAllResources=true @@ -248,6 +251,7 @@ disablePatrolSpawners=false harvesterExtractionRateMultiplier=5.0 ##vet rewards +enableVeteranRewards=true veteranDebugTriggerAll=1 veteranDebugEnableOverrideAccountAge=9999 flashSpeederReward=true