Fix initial configuration build

ryzomclassic-develop
kaetemi 3 years ago
parent 211d4d276d
commit 8ad0536eed
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -67,9 +67,9 @@ if %errorlevel% neq 0 pause
if exist %RC_ROOT%\pipeline\install\data_leveldesign\sheet_id.bin goto :skipbuild if exist %RC_ROOT%\pipeline\install\data_leveldesign\sheet_id.bin goto :skipbuild
python a1_worldedit_data.py python a1_worldedit_data.py
if %errorlevel% neq 0 pause if %errorlevel% neq 0 pause
python 1_export -ipj common/gamedev common/data_common common/sound common/leveldesign common/exedll shard/data_language shard/data_leveldesign shard/data_shard python 1_export.py -ipj common/gamedev common/data_common common/sound common/leveldesign common/exedll shard/data_language shard/data_leveldesign shard/data_shard
if %errorlevel% neq 0 pause if %errorlevel% neq 0 pause
python 2_build -ipj common/gamedev common/data_common common/sound common/leveldesign common/exedll shard/data_language shard/data_leveldesign shard/data_shard python 2_build.py -ipj common/gamedev common/data_common common/sound common/leveldesign common/exedll shard/data_language shard/data_leveldesign shard/data_shard
if %errorlevel% neq 0 pause if %errorlevel% neq 0 pause
cd /d %RC_ROOT% cd /d %RC_ROOT%
call copy_dds_to_interfaces.bat call copy_dds_to_interfaces.bat

@ -2,4 +2,4 @@ rem This script copies lost interface graphics to the interface installation dir
xcopy /Y .\pub\assets\interfaces\ .\pipeline\install\interfaces\ xcopy /Y .\pub\assets\interfaces\ .\pipeline\install\interfaces\
copy .\pipeline\install\interfaces\login_bg.dds .\pipeline\install\interfaces\launcher_bg_1.dds copy .\pipeline\install\interfaces\login_bg.dds .\pipeline\install\interfaces\launcher_bg_1.dds
move .\pipeline\install\interfaces\login_bg.dds .\pipeline\install\interfaces\launcher_bg_0.dds move .\pipeline\install\interfaces\login_bg.dds .\pipeline\install\interfaces\launcher_bg_0.dds
pause if /I "%RC_ROOT%"=="" pause

Loading…
Cancel
Save