21 lines
1.0 KiB
XML
Executable File
21 lines
1.0 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/PtfxPackageJobProcessor.xml
|
|
Description: Ptfx Package.
|
|
|
|
Author: Geoffrey Barber <geoffrey.barber@rockstarnorth.com>
|
|
Date: 25 July 2014
|
|
-->
|
|
<Parameters>
|
|
<!--
|
|
Parameter to point to command for packaging ingame art data.
|
|
-->
|
|
<Parameter name="Package Command" type="string" value="$(toolsroot)\script\vfx\data_mk_rmptfx_all_xge.bat"/>
|
|
<Parameter name="Input Zip Directory" type="string" value="$(export)\data\effects"/>
|
|
<Parameter name="Package Command Arguments" type="string" value="/automation"/>
|
|
<Parameter name="Asset Dependency Directory" type="string" value="$(art)\VFX;$(assets)\metadata\textures\vfx;$(toolsroot)\script\vfx"/>
|
|
<Parameter name="Upload With Errors" type="bool" value="true"/>
|
|
<Parameter name="Content Wildcard" type="string" value="*.*"/>
|
|
<Parameter name="Sync to Label" type="bool" value="false"/>
|
|
<Parameter name="Print Build Output" type="bool" value="false"/>
|
|
</Parameters> |