Files
gtav-src/tools_ng/etc/content/content_level_gta5_liberty_generic.xml
2025-09-29 00:52:08 +02:00

24 lines
1.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"
xmlns:xi="http://www.w3.org/2003/XInclude"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
<graph id="cutspeds" edgedefault="directed">
<!--Export Nodes-->
<node id="gta5_liberty::generic::gtxd::xml">
<data key="content_type">file</data>
<data key="path">$(assets)/maps/ParentTxds.xml</data>
<data key="gtxdxml">true</data>
</node>
<node id="gta5_liberty::generic::gtxd::export">
<data key="content_type">file</data>
<data key="path">$(export)/levels/gta5_liberty/generic/gtxd.zip</data>
<data key="gtxdzip">true</data>
</node>
<edge source="gta5_liberty::generic::gtxd::xml" target="gta5_liberty::generic::gtxd::export">
<data key="processor">RSG.Pipeline.Processor.Map.ParentTextureDictionary</data>
</edge>
</graph>
</graphml>