mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
reworked weapons.shader
This commit is contained in:
parent
64b924893f
commit
ccbadd8efe
2 changed files with 44 additions and 44 deletions
|
@ -1,44 +0,0 @@
|
|||
lightningBolt
|
||||
{
|
||||
cull disable
|
||||
{
|
||||
animmap 30 textures/oafx/lbeam3.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam7.tga textures/oafx/lbeam8.tga textures/oafx/lbeam5.tga textures/oafx/lbeam7.tga
|
||||
blendfunc add
|
||||
tcMod scale 0.5 1
|
||||
tcMod scroll -1 0
|
||||
}
|
||||
{
|
||||
animmap 40 textures/oafx/lbeam8.tga textures/oafx/lbeam7.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam3.tga textures/oafx/lbeam7.tga textures/oafx/lbeam4.tga
|
||||
blendfunc add
|
||||
tcMod scale 0.2 1
|
||||
tcMod scroll -0.3 0
|
||||
}
|
||||
}
|
||||
|
||||
lightningBoltnew
|
||||
{
|
||||
cull disable
|
||||
{
|
||||
animmap 30 textures/oafx/lbeam3.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam7.tga textures/oafx/lbeam8.tga textures/oafx/lbeam5.tga textures/oafx/lbeam7.tga
|
||||
blendfunc add
|
||||
tcMod scroll -1 0
|
||||
}
|
||||
}
|
||||
|
||||
lightningBoltNewNPM
|
||||
{
|
||||
cull disable
|
||||
{
|
||||
animmap 30 textures/oafx/lbeam3.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam7.tga textures/oafx/lbeam8.tga textures/oafx/lbeam5.tga textures/oafx/lbeam7.tga
|
||||
blendfunc add
|
||||
tcMod scale 0.5 1
|
||||
tcMod scroll -1 0
|
||||
}
|
||||
{
|
||||
animmap 40 textures/oafx/lbeam8.tga textures/oafx/lbeam7.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam3.tga textures/oafx/lbeam7.tga textures/oafx/lbeam4.tga
|
||||
blendfunc add
|
||||
tcMod scale 0.2 1
|
||||
tcMod scroll -0.3 0
|
||||
}
|
||||
}
|
||||
|
|
@ -187,6 +187,50 @@ models/weapons/vulcan/vulcan
|
|||
}
|
||||
}
|
||||
|
||||
lightningBolt
|
||||
{
|
||||
cull disable
|
||||
{
|
||||
animmap 30 textures/oafx/lbeam3.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam7.tga textures/oafx/lbeam8.tga textures/oafx/lbeam5.tga textures/oafx/lbeam7.tga
|
||||
blendfunc add
|
||||
tcMod scale 0.5 1
|
||||
tcMod scroll -1 0
|
||||
}
|
||||
{
|
||||
animmap 40 textures/oafx/lbeam8.tga textures/oafx/lbeam7.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam3.tga textures/oafx/lbeam7.tga textures/oafx/lbeam4.tga
|
||||
blendfunc add
|
||||
tcMod scale 0.2 1
|
||||
tcMod scroll -0.3 0
|
||||
}
|
||||
}
|
||||
|
||||
lightningBoltnew
|
||||
{
|
||||
cull disable
|
||||
{
|
||||
animmap 30 textures/oafx/lbeam3.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam7.tga textures/oafx/lbeam8.tga textures/oafx/lbeam5.tga textures/oafx/lbeam7.tga
|
||||
blendfunc add
|
||||
tcMod scroll -1 0
|
||||
}
|
||||
}
|
||||
|
||||
lightningBoltNewNPM
|
||||
{
|
||||
cull disable
|
||||
{
|
||||
animmap 30 textures/oafx/lbeam3.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam7.tga textures/oafx/lbeam8.tga textures/oafx/lbeam5.tga textures/oafx/lbeam7.tga
|
||||
blendfunc add
|
||||
tcMod scale 0.5 1
|
||||
tcMod scroll -1 0
|
||||
}
|
||||
{
|
||||
animmap 40 textures/oafx/lbeam8.tga textures/oafx/lbeam7.tga textures/oafx/lbeam4.tga textures/oafx/lbeam5.tga textures/oafx/lbeam6.tga textures/oafx/lbeam3.tga textures/oafx/lbeam7.tga textures/oafx/lbeam4.tga
|
||||
blendfunc add
|
||||
tcMod scale 0.2 1
|
||||
tcMod scroll -0.3 0
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// 3.Flamethrower
|
||||
// ------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue