CompileTeam
Jump to navigation
Jump to search
Compiles the texture to only affect a specific team.


Example:
UnlitGeneric { $basetexture "tools\climb" $additive 1 "%compileTeam" 2 "%compilepassbullets" 1 "%compileladder" 1 $proxRange 0.0 $proxTeam 1.0 $one 1.0 Proxies { PlayerTeam { team 3 resultVar $proxTeam } Subtract { srcVar1 $one srcVar2 $proxRange resultVar $alpha } Multiply { srcVar1 $alpha srcVar2 $proxTeam resultVar $alpha } TextureScroll { texturescrollvar $baseTextureTransform texturescrollrate 1 texturescrollangle 90.00 } } }