DragonNest/Client/EtCutSceneTool/script/RTCutSceneTool_Setup.lua

13 lines
511 B
Lua
Raw Normal View History

2024-12-19 09:48:26 +08:00
-- <20>׽<EFBFBD>Ʈ<EFBFBD><C6AE> <20><><EFBFBD><EFBFBD> <20><>ũ<EFBFBD><C5A9>Ʈ<EFBFBD>Դϴ<D4B4>.
resource_path = "r:\\GameRes\\Resource"
--resource_path = "D:\\Work\\Client\\DragonNest\\Resource"
chardata_path = string.format( "%s/%s", resource_path, "Char" )
ext_path = string.format( "%s/%s", resource_path, "Ext" )
mapdata_path = "r:\\GameRes\\MapData"
shader_path = "r:\\GameRes\\Resource\\SharedEffect"
--mapdata_path = "D:\\Work\\Client\\DragonNest\\Resource\\MapData"
--shader_path = "D:\\Work\\Client\\DragonNest\\Resource\\SharedEffect"
--print( "hello world!!" )