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

65 lines
3.2 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<!--
File:: %RS_TOOLSROOT%/etc/content/dependencies.xml
Description:: Content tree core dependencies.
Author:: David Muir <david.muir@rockstarnorth.com>
Date:: 22 March 2011
-->
<content type="group" name="dependencies">
<!--
Core Global Dependencies for all assets.
-->
<content type="group" name="global_dependencies">
<content type="dependency_directory" path="$(assets)/metadata" />
</content>
<!--
Core Map Dependencies for all maps.
-->
<content type="group" name="map_dependencies">
<content type="dependency_file" path="$(assets)/maps/ParentTxds.xml" />
<content type="dependency_file" path="$(export)/levels/gta5/_citye/citye_xr.xml" />
<content type="dependency_file" path="$(export)/levels/gta5/_citye/citye_xr.zip" />
<content type="dependency_file" path="$(processed)/levels/gta5/_citye/citye_xr.zip" />
<content type="dependency_file" path="$(export)/levels/gta5/_citye/industrial_xr.xml" />
<content type="dependency_file" path="$(export)/levels/gta5/_citye/industrial_xr.zip" />
<content type="dependency_file" path="$(processed)/levels/gta5/_citye/industrial_xr.zip" />
<content type="dependency_file" path="$(export)/levels/gta5/_citye/port_xr.xml" />
<content type="dependency_file" path="$(export)/levels/gta5/_citye/port_xr.zip" />
<content type="dependency_file" path="$(processed)/levels/gta5/_citye/port_xr.zip" />
<content type="dependency_file" path="$(export)/levels/gta5/_cityw/airport_xr.xml" />
<content type="dependency_file" path="$(export)/levels/gta5/_cityw/airport_xr.zip" />
<content type="dependency_file" path="$(processed)/levels/gta5/_cityw/airport_xr.zip" />
<content type="dependency_file" path="$(export)/levels/gta5/_cityw/marina_xr.xml" />
<content type="dependency_file" path="$(export)/levels/gta5/_cityw/marina_xr.zip" />
<content type="dependency_file" path="$(processed)/levels/gta5/_cityw/marina_xr.zip" />
<content type="dependency_file" path="$(export)/levels/gta5/_hills/cs_xref.xml" />
<content type="dependency_file" path="$(export)/levels/gta5/_hills/cs_xref.zip" />
<content type="dependency_file" path="$(processed)/levels/gta5/_hills/cs_xref.zip" />
<content type="dependency_directory" path="$(export)/levels/gta5/props" />
<content type="dependency_directory" path="$(export)/levels/gta5/interiors/int_props" />
<content type="dependency_directory" path="$(processed)/levels/gta5/props" />
</content>
<!--
Core Character Dependencies for all characters.
-->
<content type="group" name="character_dependencies">
<!-- Ragdoll XML files required for platform converion and Ragebuilder -->
<content type="dependency_directory" path="$(common)/data/ragdoll" />
<!-- Character SceneXml files -->
<content type="dependency_directory" path="$(assets)/characters" />
</content>
<!--
Core Vehicle Dependencies for all maps.
-->
<content type="group" name="vehicle_dependencies">
<!-- Vehicle SceneXml files -->
<content type="dependency_directory" path="$(assets)/vehicles" />
</content>
</content>