14 lines
411 B
Batchfile
Executable File
14 lines
411 B
Batchfile
Executable File
@ECHO OFF
|
|
REM
|
|
REM File:: %RS_TOOLSROOT%/script/vfx/data_mk_rmptfx_texture_metadata.bat
|
|
REM Description:: Create TCS templates for RMPTFX textures.
|
|
REM
|
|
REM Author:: David Muir <david.muir@rockstarnorth.com>
|
|
REM Date:: 5 November 2012
|
|
REM
|
|
|
|
CALL setenv.bat >NUL
|
|
CALL %RS_TOOLSROOT%/ironlib/prompt.bat %RS_TOOLSIR% %RS_TOOLSIRONLIB%/util/vfx/data_mk_rmptfx_texture_metadata.rb --branch dev_ng
|
|
|
|
PAUSE
|