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;