1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
logoTitle
{
cull disable
{
map textures/oafx/burnme.tga
blendfunc add
tcMod scroll 0 0.1
}
{
map textures/oafx/burnme.tga
blendfunc add
rgbGen wave noise 0 0.1 0 7
tcMod scroll 0 -0.03
}
{
map textures/oafx/burnme.tga
blendfunc add
rgbGen wave sin 0 2 0 0.14
tcMod scroll 0 -0.08
}
}
logoEmblem
{
cull disable
{
map textures/oafx/orangechrm_2.tga
tcMod rotate 7
tcGen environment
}
}
logoHalo
{
deformVertexes autosprite
{
clampmap textures/oafx/flare.tga
blendfunc add
rgbGen const ( 0.960784 0.360784 0.160784 )
tcMod rotate -7
}
{
clampmap textures/oafx/flare.tga
blendfunc add
rgbGen const ( 0.960784 0.360784 0.160784 )
tcMod rotate 3
tcMod stretch sin 1 -0.5 0 0.3
}
{
clampmap textures/oafx/flare.tga
blendfunc add
rgbGen const ( 0.960784 0.360784 0.160784 )
tcMod rotate 9
tcMod stretch sin 1 0.4 0 0.6
}
}
menu/art/cut_frame
{
{
map menu/art/cutred.tga
blendfunc filter
}
{
map menu/art/cut_frame.tga
blendfunc blend
}
}
menu/art/addbotframe
{
{
map menu/art/addbotred.tga
blendfunc filter
}
{
map menu/art/addbotframe.tga
blendfunc blend
}
}
|