8 lines
668 B
Batchfile
Executable File
8 lines
668 B
Batchfile
Executable File
|
|
CALL setenv.bat >NUL
|
|
CALL %RS_TOOLSROOT%\ironlib\prompt.bat %RS_TOOLSIR% %RS_TOOLSROOT%\ironlib\util\anim\cutscene\cutscene_changes.rb --src_dir "$(assets)\cuts" --out_file %RS_PROJROOT%\build_changelists\changes_%TIME:~0,2%_%TIME:~3,2%_%TIME:~6,2%.txt
|
|
CALL %RS_TOOLSROOT%\ironlib\prompt.bat %RS_TOOLSIR% %RS_TOOLSROOT%\ironlib\util\anim\cutscene\zip_animations.rb --checkout
|
|
CALL %RS_TOOLSROOT%\ironlib\prompt.bat %RS_TOOLSIR% %RS_TOOLSROOT%\ironlib\util\anim\process_animations.rb --src_dir "$(export)/anim/cutscene/"
|
|
CALL %RS_TOOLSROOT%\bin\cutscene\filevalidator\CutsceneFileValidator.exe > %RS_TOOLSROOT%\revert.txt
|
|
echo Press any key to continue...
|
|
pause |