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

70 lines
2.5 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<rage__CTextureConversionConfig>
<references>
<Item>
<name>Default</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/Default</path>
</Item>
<Item>
<name>Diffuse Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/Diffuse</path>
</Item>
<Item>
<name>Diffuse Map Dark</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/Diffuse_Dark</path>
</Item>
<Item>
<name>Diffuse Map High Quality</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/DiffuseHighQuality</path>
</Item>
<Item>
<name>Diffuse Map Dark High Quality</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/DiffuseHighQuality_Dark</path>
</Item>
<Item>
<name>Normal Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/NormalMap</path>
</Item>
<Item>
<name>Normal Map High Quality</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/NormalMapHighQuality</path>
</Item>
<Item>
<name>Specular Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/Specular</path>
</Item>
<Item>
<name>Diffuse - Extra Sharp Mips</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/DiffuseMipSharpen</path>
</Item>
<Item>
<name>Full Res Diffuse Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/FULL_Diffuse</path>
</Item>
<Item>
<name>Full Res Diffuse Map Dark</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/FULL_Diffuse_Dark</path>
</Item>
<Item>
<name>Full Res Diffuse Map High Quality</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/FULL_DiffuseHighQuality</path>
</Item>
<Item>
<name>Full Res Diffuse Map Dark High Quality</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/FULL_DiffuseHighQuality_Dark</path>
</Item>
<Item>
<name>Full Res Normal Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/FULL_NormalMap</path>
</Item>
<Item>
<name>Full Res Normal Map High Quality</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/FULL_NormalMapHighQuality</path>
</Item>
<Item>
<name>Full Res Specular Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/peds/Component/FULL_Specular</path>
</Item>
</references>
</rage__CTextureConversionConfig>