Files
gtav-src/tools_ng/etc/processors/RSG.Pipeline.Processor.Common.AssetProcessor.xml
T
2025-09-29 00:52:08 +02:00

24 lines
862 B
XML
Executable File

<?xml version='1.0'?>
<!--
File: %RS_TOOLSCONFIG%/processors/RSG.Pipeline.Processor.Common.AssetProcessor.xml
Description: AssetProcessor Processors Parameters
Author: Florian Derudder <florian.derudder@rockstarnorth.com>
Date: 29 May 2014
-->
<Parameters>
<!--
Parameter to tell processor how many files per packet to process.
-->
<Parameter name="XGE File Limit" type="int" value="20" />
<!--
Parameter to tell processor how much data to pack into a XGE packet.
Based on source input size (in bytes).
-->
<Parameter name="XGE Packet Size" type="long" value="10485760" />
<!--
Parameter to tell asset_processor processors where to extract and store local processed data.
-->
<Parameter name="Config Cache Directory" type="string" value="$(cache)/$(branch)/asset_processor" />
</Parameters>