From f754e200fde2d5919f2103526e71a297bb581ce3 Mon Sep 17 00:00:00 2001 From: seefo Date: Tue, 4 Jun 2019 20:27:51 -0400 Subject: [PATCH] Updated cfgs to use new content system --- modular/game.cfg | 9 +-------- modular/servercommon.cfg | 2 ++ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/modular/game.cfg b/modular/game.cfg index c054cd8..81bb115 100755 --- a/modular/game.cfg +++ b/modular/game.cfg @@ -98,7 +98,7 @@ drainRate=0.00065 startX=3585.0 startY=10.0 startZ=2578.0 -scriptPath=../data/sku.0/sys.server/compiled/game/ +scriptPath=../content/sku.0/data/sys.server/compiled/game/ regenBase=0.999 regenConstant=0 regenScale=2.5 @@ -121,13 +121,6 @@ warningCallStackDepth=-1 debugReportLongFrames=0 debugReportLongFrameTimes=0 -[SharedFile] -searchPath2=../data/sku.0/sys.shared/compiled/game -searchPath2=../data/sku.0/sys.server/compiled/game -searchPath1=../data/sku.0/sys.shared/built/game -searchPath1=../data/sku.0/sys.server/built/game -searchPath0=../data/sku.0/sys.client/compiled/game - [dbProcess] useTemplates=1 diff --git a/modular/servercommon.cfg b/modular/servercommon.cfg index 172e8a1..9e62527 100755 --- a/modular/servercommon.cfg +++ b/modular/servercommon.cfg @@ -1,5 +1,7 @@ .include "nodes.cfg" +.include "../content/content.cfg" + .include "server_central.cfg" .include "server_chat.cfg" .include "server_connection.cfg"