36 lines
1.5 KiB
XML
Executable File
36 lines
1.5 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
|
|
|
|
<xi:include href="%RS_TOOLSROOT%/etc/content/content_attributes.xml" />
|
|
|
|
<!--
|
|
GTA5 Weapon Name DLC.
|
|
-->
|
|
<graph id="WeaponNameDLC" edgedefault="directed">
|
|
<!-- Assets -->
|
|
<node id="weapon:source">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(art)/models/props/weapons/weaponName/weaponName.max</data>
|
|
</node>
|
|
<node id="weapon:export">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(export)/models/cdimages/weaponName.zip</data>
|
|
</node>
|
|
<node id="weapon:platform">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(target)/models/cdimages/weaponName.rpf</data>
|
|
</node>
|
|
|
|
<!-- Processes -->
|
|
<edge source="weapon:source" target="weapon:export">
|
|
<data key="processor">RSG.Pipeline.Processor.Common.Dcc3dsmaxExportProcessor</data>
|
|
</edge>
|
|
<edge source="weapon:export" target="weapon:platform">
|
|
<data key="processor">RSG.Pipeline.Processor.Platform.Rage</data>
|
|
</edge>
|
|
</graph>
|
|
</graphml>
|