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

50 lines
1.6 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<rage__CTextureConversionConfig>
<references>
<Item>
<name>Default</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/Default</path>
</Item>
<Item>
<name>Diffuse Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/Diffuse</path>
</Item>
<Item>
<name>Diffuse Map Full Size</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/Diffuse_Not_Half</path>
</Item>
<Item>
<name>Diffuse Map HD Split</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/Diffuse_HD_Split</path>
</Item>
<Item>
<name>Diffuse Map Full Size HD Split</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/Diffuse_Not_Half_HD_Split</path>
</Item>
<Item>
<name>Diffuse Map High Quality</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/DiffuseHighQuality</path>
</Item>
<Item>
<name>Specular Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/Specular</path>
</Item>
<Item>
<name>Specular Map Full Size</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/Specular_Not_Half</path>
</Item>
<Item>
<name>Normal Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/NormalMap</path>
</Item>
<Item>
<name>Normal Map Full Size</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/NormalMap_Not_Half</path>
</Item>
<Item>
<name>Normal Map High Quality</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/NormalMapHighQuality</path>
</Item>
</references>
</rage__CTextureConversionConfig>