49 lines
2.0 KiB
XML
Executable File
49 lines
2.0 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"
|
|
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
|
|
|
|
<!--
|
|
GTA5 data/cdimages Content Tree.
|
|
|
|
The car recordings are only marked up here so we can tag them with
|
|
an optimisation marker to not extract the zip file.
|
|
|
|
DHM TEST DHM TEST DHM TEST
|
|
-->
|
|
<!--<graph id="cdimages" edgedefault="directed">
|
|
|
|
<node id="cdimages::carrec::export">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(export)/data/cdimages/carrec.zip</data>
|
|
</node>
|
|
<node id="cdimages::carrec::platform">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(target)/data/cdimages/carrec.rpf</data>
|
|
</node>
|
|
<edge source="cdimages::carrec::export" target="cdimages::carrec::platform">
|
|
<data key="RageProcess_DoNotExtract">true</data>
|
|
<data key="processor">RSG.Pipeline.Processor.Platform.Rage</data>
|
|
</edge>
|
|
</graph> -->
|
|
|
|
<!--
|
|
GTA5 data/effects Content-Tree
|
|
-->
|
|
<graph id="effects" edgedefault="directed">
|
|
|
|
<node id="data::effects::ptfx::export">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(export)/data/effects/ptfx.zip</data>
|
|
</node>
|
|
<node id="data::effects::ptfx::platform">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(target)/data/effects/ptfx.rpf</data>
|
|
</node>
|
|
<edge source="data::effects::ptfx::export" target="data::effects::ptfx::platform">
|
|
<data key="processor">RSG.Pipeline.Processor.Platform.Rage</data>
|
|
<!-- Force-rebuild for internal zip timestamp issue. -->
|
|
<data key="rebuild">true</data>
|
|
</edge>
|
|
</graph>
|
|
</graphml> |