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

26 lines
780 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<rage__CTextureConversionConfig>
<references>
<Item>
<name>Default</name>
<path>${RS_ASSETS}/metadata/textures/templates/weapons/Default</path>
</Item>
<Item>
<name>Diffuse Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/weapons/Diffuse</path>
</Item>
<Item>
<name>Specular Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/weapons/Specular</path>
</Item>
<Item>
<name>Normal Map</name>
<path>${RS_ASSETS}/metadata/textures/templates/weapons/NormalMap</path>
</Item>
<Item>
<name>ScriptedRT32bppNoMips</name>
<path>${RS_ASSETS}/metadata/textures/templates/maps/ScriptedRT32bppNoMips</path>
</Item>
</references>
</rage__CTextureConversionConfig>