28 lines
1.1 KiB
XML
Executable File
28 lines
1.1 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 Audio Content Tree.
|
|
-->
|
|
<graph id="audio" edgedefault="directed">
|
|
|
|
<!--
|
|
ComponentPeds; export and platform node definition and a single
|
|
process that uses the Character Processor.
|
|
-->
|
|
<node id="audio::occlusion::export">
|
|
<data key="content_type">directory</data>
|
|
<data key="path">$(export)/audio/occlusion</data>
|
|
</node>
|
|
<node id="audio::occlusion::platform">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(target)/audio/occlusion.rpf</data>
|
|
</node>
|
|
<edge source="audio::occlusion::export" target="audio::occlusion::platform">
|
|
<data key="processor">RSG.Pipeline.Processor.Platform.Rage</data>
|
|
</edge>
|
|
|
|
</graph>
|
|
</graphml> |