8,452
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) m (atm bulk import of hd tex wouldn't be fun due to the 'standard texture formats' BGRA4444 and DXT1) |
||
Line 586: | Line 586: | ||
====[[#textures_tag|<Textures>]]==== | ====[[#textures_tag|<Textures>]]==== | ||
=====... used for exceptions===== | =====... used for exceptions===== | ||
This tag is mandatory. If you | This tag is mandatory. AEKV textures will be imported by the master xml file automatically. Their formats will be DXT1 and BGRA4444 (for transparent ones). If you want them in better quality use the <Textures> tag. But if you are okay with the standard import you can write </Textures> to close the section. | ||
Example of an exception (overwriting the standard format): | |||
<Texture Name="GOO"> | <Texture Name="GOO"> | ||
<Format> | <!--<Flags></Flags>--> | ||
<Format>RGBA</Format> | |||
<GunkFlags>NoCollision</GunkFlags> | <GunkFlags>NoCollision</GunkFlags> | ||
<Image>env/images/GOO.tga</Image> | <Image>env/images/GOO.tga</Image> |
edits