Zone light exporter adjust
This commit is contained in:
parent
67ab6b4377
commit
2cd74c193f
2 changed files with 10 additions and 0 deletions
9
code/nel/tools/build_gamedata/all_install_dev.bat
Normal file
9
code/nel/tools/build_gamedata/all_install_dev.bat
Normal file
|
@ -0,0 +1,9 @@
|
|||
title Ryzom Core: 3_install.py
|
||||
3_install.py
|
||||
title Ryzom Core: a1_worldedit_data.py
|
||||
a1_worldedit_data.py
|
||||
title Ryzom Core: b1_client_dev.py
|
||||
b1_client_dev.py
|
||||
title Ryzom Core: b2_shard_data.py
|
||||
b2_shard_data.py
|
||||
title Ryzom Core: Ready
|
|
@ -55,6 +55,7 @@ for dir in WaterMapSourceDirectories:
|
|||
destDir = DatabaseDirectory + "/" + dir
|
||||
mkPath(log, destDir)
|
||||
copyFilesExtNoTreeIfNeeded(log, srcDir, destDir, ".tga")
|
||||
copyFilesExtNoTreeIfNeeded(log, srcDir, destDir, ".png")
|
||||
printLog(log, "")
|
||||
|
||||
log.close()
|
||||
|
|
Loading…
Reference in a new issue