CompileTrigger: Difference between revisions
Jump to navigation
Jump to search
Note:Different textures will have no functional effect, unless paired with other Shader Parameters.
SirYodaJedi (talk | contribs) m (Manual Move from %compiletrigger) Tag: Removed redirect |
No edit summary |
||
| Line 14: | Line 14: | ||
[[Category:Material System]] | [[Category:Material System]] | ||
[[Category: | [[Category:Shader parameters]] | ||
Revision as of 08:30, 15 August 2023
Compiles the texture to be used for a Trigger
Generally "Tools/toolstrigger" could be used for any trigger. But if a mod/map has multiple types of triggers, one could make multiple tool textures to differentiate the types of triggers easier. Such as trigger_hurt, trigger_once, trigger_multiple...
Example
LightmappedGeneric
{
$translucent 1
$basetexture "Tools/toolstrigger"
"srgb?$basetexture" "Tools/toolstrigger-dx10"
"%compiletrigger" 1
"%keywords" "airexchange,borealis,c17downtown,c17industrial,c17sewers,c17skyscraper,c17trainstation,combine,kraken,wasteland"
}