Detail textures (GoldSrc): Difference between revisions
SirYodaJedi (talk | contribs) mNo edit summary |
SirYodaJedi (talk | contribs) mNo edit summary |
||
Line 18: | Line 18: | ||
}} | }} | ||
}} | }} | ||
{{note|Detail textures can only be used on [[BSP (GoldSrc)|BSP]] and [[WAD]] textures. To allow more detail to be added to an [[MDL (GoldSrc)|MDL]] texture, use a higher resolution (up to 512x512) canvas, as MDL textures aren't subject to AllocBlock (since they aren't lightmapped). UVs can also be realigned to use more textures, if a 512x512 canvas is insufficient.}} | {{note|Detail textures can only be used on [[BSP (GoldSrc)|BSP]] and [[WAD]] textures. To allow more detail to be added to an [[MDL (GoldSrc)|MDL]] texture, use a higher resolution (up to 512x512) canvas, as MDL textures aren't subject to AllocBlock (since they aren't lightmapped). UVs can also be realigned to use more textures, if a 512x512 canvas is insufficient.{{tip|Use {{hlam|4}} to enable mipmaps for such high-resolution textures, in order to greatly reduce shimmering on the textures when at a distance.}} | ||
==External Links == | ==External Links == | ||
* [https://the303.org/tutorials/gold_texture_p9.htm The303's GoldSrc texture tutorial - Part 9: DETAIL Textures] | * [https://the303.org/tutorials/gold_texture_p9.htm The303's GoldSrc texture tutorial - Part 9: DETAIL Textures] |
Revision as of 10:43, 7 August 2023
Detail textures in GoldSrc are textures that are overlaid on a WAD texture to increase the perceived detail of the surface, without increasing texel size (which would result in using up more AllocBlock).
Unlike Source, detail textures in GoldSrc always use DecalModulate, and are always 24-bit.

Users whose GPUs have blocked the GL_ARB_multitexture extension (such as for enabling overbright lighting) will not see detail textures.






{{note|Detail textures can only be used on BSP and WAD textures. To allow more detail to be added to an MDL texture, use a higher resolution (up to 512x512) canvas, as MDL textures aren't subject to AllocBlock (since they aren't lightmapped). UVs can also be realigned to use more textures, if a 512x512 canvas is insufficient.

