32 lines
991 B
XML
Executable File
32 lines
991 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/client_mapexport.xml
|
|
Description: Map Auto-Export Automation Pipeline MapExportJobProcessor Settings.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 8 August 2012
|
|
-->
|
|
<Parameters>
|
|
<!--
|
|
Parameter to tell system whether to check out the map export data.
|
|
-->
|
|
<Parameter name="Perforce Checkout" type="bool" value="false" />
|
|
|
|
<!--
|
|
Parameter to tell system whether to submit files output from the Map
|
|
Export processor.
|
|
-->
|
|
<Parameter name="Submit" type="bool" value="false" />
|
|
|
|
<!--
|
|
Parameter to tell system whether to revert unchanged output from the Asset
|
|
Pipeline engine.
|
|
-->
|
|
<Parameter name="Revert Unchanged Files" type="bool" value="true" />
|
|
|
|
<!--
|
|
Parameter to tell system whether to use the map content-node's
|
|
auto_export flag.
|
|
-->
|
|
<Parameter name="Use AutoExport Content Flag" type="bool" value="true" />
|
|
</Parameters> |