From 1906de7b890675b8b024341c1a3213c44f3fe151 Mon Sep 17 00:00:00 2001 From: deed Date: Sat, 31 Dec 2016 00:01:13 +0100 Subject: [PATCH] Update sheets_packer.cfg pour faciliter la mise en place du shard --- .../tools/sheets_packer/sheets_packer.cfg | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/code/ryzom/tools/sheets_packer/sheets_packer.cfg b/code/ryzom/tools/sheets_packer/sheets_packer.cfg index c6af1f4ca..09a531cc2 100644 --- a/code/ryzom/tools/sheets_packer/sheets_packer.cfg +++ b/code/ryzom/tools/sheets_packer/sheets_packer.cfg @@ -1,11 +1,11 @@ -///////////////////////////////// -///////////////////////////////// -/// SHEETS PACKER CONFIG FILE /// -///////////////////////////////// -///////////////////////////////// -DataPath = { "../../common/data_leveldesign", "../../common/data_common", "../../client/data" }; -WorldSheet = "ryzom.world"; -PrimitivesPath = "../../common/data_leveldesign/primitives"; -OutputDataPath = "../../client/data"; -LigoPrimitiveClass = "world_editor_classes.xml"; -DumpVisualSlotsIndex = 1; +///////////////////////////////// +///////////////////////////////// +/// SHEETS PACKER CONFIG FILE /// +///////////////////////////////// +///////////////////////////////// +DataPath = { "../../common/data_leveldesign", "../../common/data_common", "../../client/data", "../../../../../khanat-ressources/common", "../../../../../khanat-ressources/leveldesign", "../../../../../khanat-ressources/primitives" }; +WorldSheet = "ryzom.world"; +PrimitivesPath = "../../../../../khanat-ressources/primitives"; +OutputDataPath = "../../client/data"; +LigoPrimitiveClass = "world_editor_classes.xml"; +DumpVisualSlotsIndex = 1;