63 lines
2.2 KiB
XML
Executable File
63 lines
2.2 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 Models Content Tree; defining the assets and processes
|
|
for the model pipeline.
|
|
|
|
This is exercised by the script: %RS_TOOLSROOT%/script/nm_test/data_build_componentpeds.bat
|
|
-->
|
|
<graph id="componentpeds_nmtest" edgedefault="directed">
|
|
|
|
<!--
|
|
Core Approved Peds: .ped.zip files.
|
|
|
|
S_M_Y_Cop_01
|
|
s_m_y_swat_01
|
|
s_f_m_sweatshop_01
|
|
s_m_m_chemsec_01
|
|
S_m_m_dockwork_01
|
|
A_C_Rottweiler
|
|
-->
|
|
<node id="componentpeds_nmtest::export">
|
|
<data key="content_type">directory</data>
|
|
<data key="path">$(export)/models/cdimages/componentpeds_nmtest</data>
|
|
<data key="wildcard">*.*</data>
|
|
</node>
|
|
|
|
<!--
|
|
Output file.
|
|
-->
|
|
<node id="componentpeds_nmtest::target">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(target)/levels/nm_test/componentpeds_nmbuild.rpf</data>
|
|
</node>
|
|
|
|
<!--
|
|
Processes.
|
|
-->
|
|
<edge source="componentpeds_nmtest::export" target="componentpeds_nmtest::target" >
|
|
<data key="processor">RSG.Pipeline.Processor.Common.CharacterProcessor</data>
|
|
</edge>
|
|
|
|
<!--
|
|
Core Approved StreamedPeds: player_zero
|
|
-->
|
|
<node id="streamedpeds_nmtest::export">
|
|
<data key="content_type">directory</data>
|
|
<data key="path">$(export)/models/cdimages/streamedpeds_nmtest</data>
|
|
<data key="wildcard">*.*</data>
|
|
</node>
|
|
<node id="streamedpeds_nmtest::target">
|
|
<data key="content_type">file</data>
|
|
<data key="path">$(target)/levels/nm_test/streamedpeds_nmbuild.rpf</data>
|
|
</node>
|
|
<edge source="streamedpeds_nmtest::export" target="streamedpeds_nmtest::target" >
|
|
<data key="processor">RSG.Pipeline.Processor.Common.CharacterProcessor</data>
|
|
</edge>
|
|
|
|
|
|
</graph>
|
|
</graphml> |