2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// Shaders for Q3Rally GFX Textures - rewritten by P3rlE
|
|
|
|
// based on several q3r_xxx.shader from quake3rally
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 1.hud (arrow)
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
gfx/hud/arrow
|
|
|
|
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
|
|
|
|
{
|
|
|
|
map gfx/hud/arrow.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 2.region
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
// the REGION shader is generated by the map editor on temporary
|
|
|
|
// brushes around a selected area for testing parts of maps
|
|
|
|
|
|
|
|
textures/REGION
|
|
|
|
{
|
|
|
|
surfaceparm nolightmap
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 3.lagometer (the background for the netgraph)
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
lagometer
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/lag.tga
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// blinked on top of lagometer when connection is interrupted
|
2020-07-08 17:30:01 +00:00
|
|
|
|
2011-02-18 14:31:32 +00:00
|
|
|
disconnected
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/net.tga
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
white
|
|
|
|
{
|
|
|
|
{
|
|
|
|
map *white
|
|
|
|
blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 4.console
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
console
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
|
|
|
|
|
|
|
{
|
2021-03-21 05:38:49 +00:00
|
|
|
map gfx/misc/screen01.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendFunc GL_ONE GL_ZERO
|
2021-03-21 05:38:49 +00:00
|
|
|
tcMod scroll 7.1 0.2
|
|
|
|
tcmod scale .8 1
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map gfx/misc/console01.tga
|
|
|
|
blendFunc Add
|
|
|
|
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
2018-09-01 23:43:36 +00:00
|
|
|
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 5.menu
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
menuback
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
2018-09-01 23:43:36 +00:00
|
|
|
|
|
|
|
{
|
2011-02-18 14:31:32 +00:00
|
|
|
map textures/sfx/logo512.tga
|
|
|
|
}
|
2018-09-01 23:43:36 +00:00
|
|
|
|
|
|
|
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
menubacknologo
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
|
|
|
|
|
|
|
{
|
|
|
|
map gfx/colors/black.tga
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
menubacknologo2
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
|
|
|
{
|
|
|
|
map menu/art/menu_back.tga
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
menubackRagePro // blends turn to shit on rage pro, so skip it
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
|
|
|
{
|
|
|
|
map textures/sfx/logo512.tga
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 6.levelshot detail (used to break up the blur on levelshots)
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
levelShotDetail
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map textures/sfx/detail.tga
|
2018-09-01 23:43:36 +00:00
|
|
|
blendFunc GL_DST_COLOR GL_SRC_COLOR
|
2011-02-18 14:31:32 +00:00
|
|
|
rgbgen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 7.menu 2D gfx
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
gfx/2d/menuinfo
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/menuinfo.tga
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/menuinfo2
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/menuinfo2.tga
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/quit
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
|
|
|
{
|
|
|
|
map gfx/2d/quit.tga
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/cursor
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
|
|
|
{
|
|
|
|
map gfx/2d/cursor.tga
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 8.chat icon
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
sprites/balloon3
|
|
|
|
{
|
|
|
|
{
|
|
|
|
map sprites/balloon4.tga
|
|
|
|
blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 9.teamplay icons
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
sprites/foe
|
|
|
|
{
|
|
|
|
nomipmaps
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map sprites/foe2.tga
|
|
|
|
blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
sprites/friend
|
|
|
|
{
|
|
|
|
nomipmaps
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map sprites/friend1.tga
|
|
|
|
blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 10.misc effects
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
2021-03-20 11:37:40 +00:00
|
|
|
textures/sfx/beam
|
|
|
|
{
|
|
|
|
surfaceparm trans
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
cull none
|
|
|
|
//surfaceparm nomipmaps
|
|
|
|
//nopicmip
|
|
|
|
{
|
|
|
|
map textures/sfx/beam.tga
|
|
|
|
tcMod Scroll .3 0
|
|
|
|
blendFunc add
|
|
|
|
}
|
|
|
|
// {
|
|
|
|
// map textures/sfx/beam.tga
|
|
|
|
// tcMod Scroll -.3 0
|
|
|
|
// blendFunc GL_ONE GL_ONE
|
|
|
|
// }
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2011-02-18 14:31:32 +00:00
|
|
|
sprites/plasma1
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
clampmap sprites/plasmaa.tga
|
|
|
|
blendfunc GL_ONE GL_ONE
|
|
|
|
tcMod rotate 931
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
sprites/plasma2
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
map sprites/plasma2.tga
|
|
|
|
blendfunc GL_ONE GL_ONE
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
teleportEffect
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map gfx/misc/teleportEffect2.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen entity
|
|
|
|
tcMod scale 1 4
|
|
|
|
tcMod scroll 0 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// markShadow is the very cheap blurry blob underneat the player
|
|
|
|
|
|
|
|
markShadow
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/damage/shadow.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// projectionShadow is used for cheap squashed model shadows
|
|
|
|
|
|
|
|
projectionShadow
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
deformVertexes projectionShadow
|
|
|
|
{
|
|
|
|
map *white
|
|
|
|
blendFunc GL_ONE GL_ZERO
|
|
|
|
rgbGen wave square 0 0 0 0 // just solid black
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// wake is the mark on water surfaces for paddling players
|
|
|
|
|
|
|
|
wake
|
|
|
|
{
|
|
|
|
{
|
|
|
|
clampmap sprites/splash.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen vertex
|
|
|
|
tcmod rotate 250
|
|
|
|
tcMod stretch sin .9 0.1 0 0.7
|
|
|
|
rgbGen wave sin .7 .3 .25 .5
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap sprites/splash.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen vertex
|
|
|
|
tcmod rotate -230
|
|
|
|
tcMod stretch sin .9 0.05 0 0.9
|
|
|
|
rgbGen wave sin .7 .3 .25 .4
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// viewBloodBlend gives the blended directional cue when you get hit
|
|
|
|
|
|
|
|
viewBloodBlend
|
|
|
|
{
|
|
|
|
sort nearest
|
|
|
|
{
|
|
|
|
//map models/weaphits/blood201.tga
|
|
|
|
map gfx/damage/blood_screen.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identityLighting
|
|
|
|
alphaGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
waterBubble
|
|
|
|
{
|
|
|
|
sort underwater
|
|
|
|
cull none
|
|
|
|
entityMergable // allow all the sprites to be merged together
|
|
|
|
{
|
|
|
|
map sprites/bubble.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen vertex
|
|
|
|
alphaGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
smokePuff
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
entityMergable // allow all the sprites to be merged together
|
|
|
|
{
|
|
|
|
map gfx/misc/smokepuff3.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen vertex
|
|
|
|
alphaGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
hasteSmokePuff // drops behind player's feet when speeded
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
entityMergable // allow all the sprites to be merged together
|
|
|
|
{
|
|
|
|
map gfx/misc/smokepuff3.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
//blendfunc GL_ONE GL_ONE
|
|
|
|
rgbGen vertex
|
|
|
|
alphaGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
smokePuffRagePro
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
entityMergable // allow all the sprites to be merged together
|
|
|
|
{
|
|
|
|
map gfx/misc/smokepuffragepro.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
shotgunSmokePuff
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map gfx/misc/smokepuff2b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
alphaGen entity
|
|
|
|
rgbGen entity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
flareShader
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map gfx/misc/flare.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
sun
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map gfx/misc/sun.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
railDisc
|
|
|
|
{
|
|
|
|
sort nearest
|
|
|
|
cull none
|
|
|
|
deformVertexes wave 100 sin 0 .5 0 2.4
|
|
|
|
{
|
|
|
|
clampmap gfx/misc/raildisc_mono2.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen vertex
|
|
|
|
tcMod rotate -30
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
railCore
|
|
|
|
{
|
|
|
|
sort nearest
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map gfx/misc/railcorethin_mono.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen vertex
|
|
|
|
tcMod scroll -1 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
lightningBolt
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map gfx/misc/lightning3.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
// rgbgen wave sin 1 5.1 0 7.1
|
|
|
|
rgbgen wave sin 1 0.5 0 7.1
|
|
|
|
tcmod scale 2 1
|
|
|
|
tcMod scroll -5 0
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map gfx/misc/lightning3.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
// rgbgen wave sin 1 8.3 0 8.1
|
|
|
|
rgbgen wave sin 1 0.8 0 8.1
|
|
|
|
tcmod scale -1.3 -1
|
|
|
|
tcMod scroll -7.2 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// shader used on the occasional machinegun bullet tracers
|
|
|
|
|
|
|
|
gfx/misc/tracer
|
|
|
|
{
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map gfx/misc/tracer2.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//
|
|
|
|
// wall marks
|
|
|
|
// use blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR so that
|
|
|
|
// their "contribution" can be damped down in fog volumes
|
|
|
|
// with distance
|
|
|
|
|
|
|
|
bloodMark
|
|
|
|
{
|
|
|
|
nopicmip // make sure a border remains
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
clampmap gfx/damage/blood_stain.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identityLighting
|
|
|
|
alphaGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bloodTrail
|
|
|
|
{
|
|
|
|
|
|
|
|
nopicmip // make sure a border remains
|
|
|
|
entityMergable // allow all the sprites to be merged together
|
|
|
|
{
|
|
|
|
//clampmap gfx/misc/blood.tga
|
|
|
|
clampmap gfx/damage/blood_spurt.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen vertex
|
|
|
|
alphaGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/damage/bullet_mrk
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/damage/bullet_mrk.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/damage/burn_med_mrk
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/damage/burn_med_mrk.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/damage/hole_lg_mrk
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/damage/hole_lg_mrk.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/damage/plasma_mrk
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/damage/plasma_mrk.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen vertex
|
|
|
|
alphaGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
railDic
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
|
|
|
deformVertexes autosprite
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oafx/plastrail.tga
|
|
|
|
blendfunc gl_one gl_src_alpha
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.3
|
|
|
|
tcMod rotate -460
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oafx/plastrail.tga
|
|
|
|
blendfunc gl_one gl_src_alpha
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.3
|
|
|
|
tcMod rotate 754
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
oldbulletExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map models/weaphits/bulletscroll.tga
|
|
|
|
blendfunc add
|
|
|
|
tcMod scroll -1.4 0
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
bitoutofdatebulletExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map models/weaphits/bulletscroll2.tga
|
|
|
|
blendfunc gl_one gl_src_alpha
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 2.8
|
|
|
|
tcMod scroll -1.5 0
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map models/weaphits/bulletscroll2.tga
|
|
|
|
blendfunc gl_one gl_src_alpha
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 2.8
|
|
|
|
tcMod scroll -1.5 0
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
bulletExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
animmap 12 models/weaphits/bullet_0000.tga models/weaphits/bullet_0001.tga models/weaphits/bullet_0002.tga models/weaphits/bullet_0003.tga models/weaphits/bullet_0004.tga models/weaphits/bullet_0005.tga models/weaphits/bullet_0006.tga models/weaphits/bullet_0007.tga
|
|
|
|
blendfunc add
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
lightningExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
|
|
|
deformVertexes wave 9 sin 0 1 0 9
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map models/weaphits/elecscroll.tga
|
|
|
|
blendfunc add
|
|
|
|
tcMod scroll -8 0
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
bfgExplocsion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map models/weaphits/bfgscroll.tga
|
|
|
|
blendfunc add
|
|
|
|
tcMod scroll -1.4 0
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map models/weaphits/bfgscroll.tga
|
|
|
|
blendfunc add
|
|
|
|
tcMod scroll -0.6 0
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
bfgExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/bfgfiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate 77
|
|
|
|
tcMod stretch sin 0.3 0.7 0 0.6
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/bfgfiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate -17
|
|
|
|
tcMod stretch sin 0 1.3 0 0.8
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/bfgfiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate -77
|
|
|
|
tcMod stretch sawtooth 0 1.3 0 0.8
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
plasmaExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
|
|
|
deformVertexes wave 1 sin 0 1 0 2
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap models/weaphits/plasring.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod stretch sawtooth 0 4.3 0 1.4
|
|
|
|
tcMod rotate -37
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap models/weaphits/plasring.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod stretch sawtooth 0 4.5 0 1.4
|
|
|
|
tcMod rotate 66
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
railExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap models/weaphits/smokering2.tga
|
|
|
|
blendfunc blend
|
|
|
|
rgbGen lightingDiffuse
|
|
|
|
tcMod stretch sawtooth 0 4.5 0 1.3
|
|
|
|
tcMod rotate -80
|
|
|
|
alphaGen wave inversesawtooth 0 1 0 1.65
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap models/weaphits/smokering2.tga
|
|
|
|
blendfunc blend
|
|
|
|
rgbGen lightingDiffuse
|
|
|
|
tcMod stretch sawtooth 0 4.5 0 1.4
|
|
|
|
tcMod rotate 66
|
|
|
|
alphaGen wave inversesawtooth 0 1 0 1.65
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap models/weaphits/spark.tga
|
|
|
|
blendfunc gl_src_alpha gl_one
|
2011-02-18 14:31:32 +00:00
|
|
|
rgbGen identity
|
2020-07-08 17:30:01 +00:00
|
|
|
tcMod stretch sawtooth 1.5 -3.5 0 1.1
|
|
|
|
tcMod rotate -80
|
|
|
|
alphaGen wave inversesawtooth 0 1 0 1.65
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
OLDplasmaExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map models/weaphits/plasscroll2.tga
|
|
|
|
blendfunc add
|
|
|
|
tcMod scroll -1.2 7
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
OLDrailExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
cull disable
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map models/weaphits/railscroll.tga
|
|
|
|
blendfunc blend
|
|
|
|
rgbGen lightingDiffuse
|
|
|
|
tcMod scroll -1 -0.06
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map models/weaphits/plasscroll2.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 0.6
|
|
|
|
tcMod scroll 0 1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
OLDrocketExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate 77
|
|
|
|
tcMod stretch sin 0.3 0.4 0 0.4
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap textures/oa/fiar2.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate 33
|
|
|
|
tcMod stretch sin 0.8 -0.4 0 0.1
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap textures/oa/fiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate -17
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap textures/oa/fiar2.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate -77
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
bloodExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap gfx/2d/bloodspew.tga
|
|
|
|
blendfunc blend
|
|
|
|
tcMod rotate 77
|
|
|
|
tcMod stretch sin 0 2 0 0.4
|
|
|
|
alphaGen wave inversesawtooth 0 1 0 1
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap gfx/2d/bloodspew.tga
|
|
|
|
blendfunc blend
|
|
|
|
tcMod rotate -43
|
|
|
|
tcMod stretch sin 0 1.7 0 0.4
|
|
|
|
alphaGen wave inversesawtooth 0 1 0 1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
olderrocketExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate 77
|
|
|
|
tcMod stretch sin 0 1 0 0.4
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar2.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate 33
|
|
|
|
tcMod stretch sin 0 1 0 0.4
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate -17
|
|
|
|
tcMod stretch sawtooth 0 1.8 0 1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar2.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate -77
|
|
|
|
tcMod stretch sawtooth 0.3 1 0 1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
rocketExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
animmap 8 models/weaphits/rlboom/rlboom_1.tga models/weaphits/rlboom/rlboom_2.tga models/weaphits/rlboom/rlboom_3.tga models/weaphits/rlboom/rlboom_4.tga models/weaphits/rlboom/rlboom_5.tga models/weaphits/rlboom/rlboom_6.tga models/weaphits/rlboom/rlboom_7.tga models/weaphits/rlboom/rlboom_8.tga
|
|
|
|
blendfunc gl_one gl_src_alpha
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 8
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
animmap 8 models/weaphits/rlboom/rlboom_2.tga models/weaphits/rlboom/rlboom_3.tga models/weaphits/rlboom/rlboom_4.tga models/weaphits/rlboom/rlboom_5.tga models/weaphits/rlboom/rlboom_6.tga models/weaphits/rlboom/rlboom_7.tga models/weaphits/rlboom/rlboom_8.tga models/weaphits/rlboom/rlboom_8.tga
|
|
|
|
blendfunc gl_one gl_src_alpha
|
|
|
|
rgbGen wave sawtooth 0 1 0 8
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate 77
|
|
|
|
tcMod stretch sawtooth 0 1 0 0.4
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar2.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate 33
|
|
|
|
tcMod stretch sin 0 1 0 0.4
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate -17
|
|
|
|
tcMod stretch sawtooth 0 1.5 0 1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar2.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate -77
|
|
|
|
tcMod stretch sawtooth 0.3 1 0 1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
lasmaExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 4
|
|
|
|
tcMod rotate 300
|
|
|
|
tcMod stretch sin 0.3 0.4 0 0.4
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap textures/oa/fiar2.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 4
|
|
|
|
tcMod rotate 122
|
|
|
|
tcMod stretch sin 0.8 -0.7 0 0.1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
ailExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
|
|
|
cull disable
|
2020-07-08 17:30:01 +00:00
|
|
|
{
|
|
|
|
clampmap textures/oa/fiar.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate 12
|
|
|
|
tcMod stretch sin 0.3 0.4 0 0.4
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar2.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate 15
|
|
|
|
tcMod stretch sin 0.8 -0.4 0 0.1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate -12
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/fiar2.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1
|
|
|
|
tcMod rotate -78
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
OLDgrenadeExplosion
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/grenfiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate 77
|
|
|
|
tcMod stretch sin 0.3 0.4 0 0.4
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/grenfiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate 33
|
|
|
|
tcMod stretch sin 0.8 -0.4 0 0.4
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/grenfiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate -17
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/grenfiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate -77
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
grenadeExplosion
|
|
|
|
{
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/grenfiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate 77
|
|
|
|
tcMod stretch sin 0 1 0 0.4
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/grenfiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate 33
|
|
|
|
tcMod stretch sin 0 1 0 0.4
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/grenfiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate -17
|
|
|
|
tcMod stretch sawtooth 0 1.8 0 1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap textures/oa/grenfiar.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc add
|
2020-07-08 17:30:01 +00:00
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.6
|
|
|
|
tcMod rotate -77
|
|
|
|
tcMod stretch sawtooth 0.3 1 0 1
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 11.scoreboard
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
scoreboardName
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap menu/tab/name.tga
|
2011-02-18 14:31:32 +00:00
|
|
|
blendfunc blend
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
scoreboardScore
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap menu/tab/score.tga
|
|
|
|
blendfunc blend
|
|
|
|
}
|
|
|
|
}
|
2011-02-18 14:31:32 +00:00
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
scoreboardTime
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap menu/tab/time.tga
|
|
|
|
blendfunc blend
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
scoreboardPing
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
clampmap menu/tab/ping.tga
|
|
|
|
blendfunc blend
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 12.crosshairs
|
|
|
|
// ------------------------------------------------------------
|
2011-02-18 14:31:32 +00:00
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
gfx/2d/crosshair
|
|
|
|
{
|
|
|
|
nopicmip
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map gfx/2d/crosshair.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
gfx/2d/crosshairb
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
nopicmip
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map gfx/2d/crosshairb.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
gfx/2d/crosshairc
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
nopicmip
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
map gfx/2d/crosshairc.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
gfx/2d/crosshaird
|
2011-02-18 14:31:32 +00:00
|
|
|
{
|
2020-07-08 17:30:01 +00:00
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/crosshaird.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/crosshaire
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/crosshaire.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/crosshairf
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/crosshairf.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/crosshairg
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/crosshairg.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/crosshairh
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/crosshairh.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/crosshairi
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/crosshairi.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/crosshairj
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/crosshairj.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/crosshairk
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/crosshairk.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 13.characters and numbers
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
gfx/2d/bigchars
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
nomipmaps
|
|
|
|
{
|
|
|
|
map gfx/2d/bigchars.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/select
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/select.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen identity
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/assault1d
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/assault1d.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/armor1h
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/armor1h.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/health
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/health.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/blank
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/blank.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/zero_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/zero_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/one_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/one_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/two_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/two_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/three_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/three_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/four_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/four_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/five_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/five_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/six_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/six_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/seven_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/seven_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/eight_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/eight_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/nine_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/nine_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/2d/numbers/minus_32b
|
|
|
|
{
|
|
|
|
nopicmip
|
|
|
|
{
|
|
|
|
map gfx/2d/numbers/minus_32b.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbgen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 14.explosions
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
plasmaExplosion
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
clampmap models/weaphits/plasmaboom.tga
|
|
|
|
blendfunc add
|
|
|
|
tcMod stretch triangle .6 0.1 0 8
|
|
|
|
tcmod rotate 999
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 1.5
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
railExplosion
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/ring02_1.tga models/weaphits/ring02_2.tga models/weaphits/ring02_3.tga models/weaphits/ring02_4.tga gfx/colors/black.tga
|
|
|
|
alphaGen wave inversesawtooth 0 1 0 5
|
|
|
|
blendfunc blend
|
|
|
|
}
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/ring02_2.tga models/weaphits/ring02_3.tga models/weaphits/ring02_4.tga gfx/colors/black.tga gfx/colors/black.tga
|
|
|
|
alphaGen wave sawtooth 0 1 0 5
|
|
|
|
blendfunc blend
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
lightningExplosion
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/ring02_1.tga models/weaphits/ring02_3.tga models/weaphits/ring02_3.tga gfx/colors/black.tga
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 5
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/ring02_2.tga models/weaphits/ring02_3.tga gfx/colors/black.tga gfx/colors/black.tga
|
|
|
|
rgbGen wave sawtooth 0 1 0 5
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bulletExplosion
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/bullet1.tga models/weaphits/bullet2.tga models/weaphits/bullet3.tga gfx/colors/black.tga
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 5
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/bullet2.tga models/weaphits/bullet3.tga gfx/colors/black.tga gfx/colors/black.tga
|
|
|
|
rgbGen wave sawtooth 0 1 0 5
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
rocketExplosion
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
animmap 8 models/weaphits/rlboom/rlboom_1.tga models/weaphits/rlboom/rlboom_2.tga models/weaphits/rlboom/rlboom_3.tga models/weaphits/rlboom/rlboom_4.tga models/weaphits/rlboom/rlboom_5.tga models/weaphits/rlboom/rlboom_6.tga models/weaphits/rlboom/rlboom_7.tga models/weaphits/rlboom/rlboom_8.tga
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 8
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
{
|
|
|
|
animmap 8 models/weaphits/rlboom/rlboom_2.tga models/weaphits/rlboom/rlboom_3.tga models/weaphits/rlboom/rlboom_4.tga models/weaphits/rlboom/rlboom_5.tga models/weaphits/rlboom/rlboom_6.tga models/weaphits/rlboom/rlboom_7.tga models/weaphits/rlboom/rlboom_8.tga gfx/colors/black.tga
|
|
|
|
rgbGen wave sawtooth 0 1 0 8
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
grenadeExplosion
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/glboom/glboom_1.tga models/weaphits/glboom/glboom_2.tga models/weaphits/glboom/glboom_3.tga
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 5
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/glboom/glboom_2.tga models/weaphits/glboom/glboom_3.tga gfx/colors/black.tga
|
|
|
|
rgbGen wave sawtooth 0 1 0 5
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bfgExplosion
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/bfgboom/bfgboom_1.tga models/weaphits/bfgboom/bfgboom_2.tga models/weaphits/bfgboom/bfgboom_3.tga
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 5
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/bfgboom/bfgboom_2.tga models/weaphits/bfgboom/bfgboom_3.tga gfx/colors/black.tga
|
|
|
|
rgbGen wave sawtooth 0 1 0 5
|
|
|
|
blendfunc add
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bloodExplosion // spurt of blood at point of impact
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
animmap 5 models/weaphits/blood201.tga models/weaphits/blood202.tga models/weaphits/blood203.tga models/weaphits/blood204.tga models/weaphits/blood205.tga
|
|
|
|
blendfunc blend
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/sfx/flame1
|
|
|
|
{
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nolightmap
|
|
|
|
surfaceparm trans
|
|
|
|
cull none
|
|
|
|
q3map_surfacelight 7500
|
|
|
|
|
|
|
|
|
2021-03-02 20:01:57 +00:00
|
|
|
{
|
|
|
|
animMap 10 textures/sfx/flame1.tga textures/sfx/flame2.tga textures/sfx/flame3.tga textures/sfx/flame4.tga textures/sfx/flame5.tga textures/sfx/flame6.tga textures/sfx/flame7.tga textures/sfx/flame8.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen wave inverseSawtooth 0 1 0 10
|
|
|
|
|
|
|
|
}
|
|
|
|
{
|
|
|
|
animMap 10 textures/sfx/flame2.tga textures/sfx/flame3.tga textures/sfx/flame4.tga textures/sfx/flame5.tga textures/sfx/flame6.tga textures/sfx/flame7.tga textures/sfx/flame8.tga textures/sfx/flame1.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen wave sawtooth 0 1 0 10
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
map textures/sfx/flameball.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen wave sin .6 .2 0 .6
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/sfx/flame2
|
|
|
|
{
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nolightmap
|
|
|
|
surfaceparm trans
|
|
|
|
cull none
|
|
|
|
q3map_surfacelight 7500
|
|
|
|
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
{
|
|
|
|
animMap 10 textures/sfx/flame1.tga textures/sfx/flame2.tga textures/sfx/flame3.tga textures/sfx/flame4.tga textures/sfx/flame5.tga textures/sfx/flame6.tga textures/sfx/flame7.tga textures/sfx/flame8.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen wave inverseSawtooth 0 1 0 10
|
|
|
|
|
|
|
|
}
|
|
|
|
{
|
|
|
|
animMap 10 textures/sfx/flame2.tga textures/sfx/flame3.tga textures/sfx/flame4.tga textures/sfx/flame5.tga textures/sfx/flame6.tga textures/sfx/flame7.tga textures/sfx/flame8.tga textures/sfx/flame1.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen wave sawtooth 0 1 0 10
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
map textures/sfx/flameball.tga
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen wave sin .6 .2 0 .6
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 15.camera flash
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
textures/stecki/cameraflash_01
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/cameraflash_02
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/cameraflash_03
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/cameraflash_04
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/cameraflash_05
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/cameraflash
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/cameraflash2
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/cameraflash3
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/cameraflash4
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/cameraflash5
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/cameraflash_01.tga
|
|
|
|
surfaceparm nomarks
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm nolightmap
|
|
|
|
deformVertexes autosprite
|
2011-02-18 14:31:32 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
animMap 2 textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_02.tga textures/stecki/cameraflash_01.tga textures/stecki/cameraflash_02.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave Inversesawtooth 0 2 0 2
|
|
|
|
// rgbGen wave Inversesawtooth 1 1 0 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-08 17:30:01 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 16.ufo gfx
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
textures/q3r_sfx/force_green
|
|
|
|
|
|
|
|
{
|
|
|
|
qer_editorimage models/mapobjects/ufo/ufo01glow.tga
|
|
|
|
cull disable
|
|
|
|
surfaceparm alphashadow
|
|
|
|
surfaceparm playerclip
|
|
|
|
{
|
|
|
|
map models/mapobjects/ufo/ufo01glow.tga
|
|
|
|
tcMod scroll 2.1 0
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave sin 1 1 .5 .1
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map models/mapobjects/ufo/ufo01glow.tga
|
|
|
|
tcMod scroll 1.4 0
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave square 1 1 .5 2
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map models/mapobjects/ufo/ufo01glow.tga
|
|
|
|
tcMod scroll -.9 0
|
|
|
|
blendFunc add
|
|
|
|
rgbGen wave square 1 1 .25 .5
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 17.stecki gfx
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
textures/stecki/haze
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/haze_rt.tga
|
|
|
|
surfaceparm sky
|
|
|
|
surfaceparm noimpact
|
|
|
|
surfaceparm nolightmap
|
|
|
|
q3map_sun 1 .992 .879 80 38 30
|
|
|
|
q3map_surfacelight 50
|
|
|
|
skyparms textures/stecki/haze - -
|
|
|
|
}
|
|
|
|
|
|
|
|
//stecki haze fog
|
|
|
|
|
|
|
|
textures/stecki/fog_haze
|
|
|
|
{
|
|
|
|
qer_editorimage textures/sfx/fog_grey.tga
|
|
|
|
surfaceparm trans
|
|
|
|
surfaceparm nonsolid
|
|
|
|
surfaceparm fog
|
|
|
|
surfaceparm nolightmap
|
|
|
|
|
|
|
|
fogparms ( .477 .477 .479 ) 400
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/night01
|
|
|
|
{
|
|
|
|
qer_editorimage textures/stecki/night01_up.tga
|
|
|
|
surfaceparm noimpact
|
|
|
|
surfaceparm nolightmap
|
|
|
|
surfaceparm sky
|
|
|
|
// q3map_lightimage textures/stecki/night01_up.tga
|
|
|
|
q3map_sun .9 .8 1 30 30 60
|
|
|
|
q3map_surfacelight 5
|
|
|
|
|
|
|
|
skyparms textures/stecki/night01 512 textures/stecki/night01
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/stecki/decal01
|
|
|
|
{
|
|
|
|
qer_editorimage gfx/damage/plasma_mrk.tga
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/damage/plasma_mrk.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
rgbGen vertex
|
|
|
|
alphaGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 18.teleporter
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
teleptThis
|
|
|
|
{
|
|
|
|
surfaceparm nolightmap
|
|
|
|
cull disable
|
|
|
|
deformVertexes autosprite
|
|
|
|
{
|
|
|
|
clampmap textures/flares/newflare.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave sawtooth 0 1 0 2
|
|
|
|
tcMod stretch inversesawtooth 0 1 0 2
|
|
|
|
tcMod rotate 333
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap textures/flares/lava.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave sawtooth 0 1 0 0.5
|
|
|
|
tcMod stretch inversesawtooth 0 1 0 0.5
|
|
|
|
tcMod rotate -333
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap textures/flares/newflare.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave sawtooth 0 1 0 1.25
|
|
|
|
tcMod stretch inversesawtooth 0 1 0 1.25
|
|
|
|
tcMod rotate 500
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap textures/flares/portalflare.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave inversesawtooth 0 1 0 4
|
|
|
|
tcMod stretch sawtooth 0 1 0 4
|
|
|
|
tcMod rotate 1323
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
teleptThat
|
|
|
|
{
|
|
|
|
q3map_lightimage textures/effects/jumpcirc.tga
|
|
|
|
surfaceparm nolightmap
|
|
|
|
cull disable
|
|
|
|
deformVertexes autosprite
|
|
|
|
q3map_surfacelight 300
|
|
|
|
{
|
|
|
|
clampmap textures/effects/jumpcirc.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave sawtooth 0 1 0 2
|
|
|
|
tcMod stretch inversesawtooth 0 1 0 2
|
|
|
|
tcMod rotate 333
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap textures/effects/jumpcirc.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave sawtooth 0 1 0 0.5
|
|
|
|
tcMod stretch inversesawtooth 0 1 0 0.5
|
|
|
|
tcMod rotate -333
|
|
|
|
}
|
|
|
|
{
|
|
|
|
clampmap textures/effects/jumpcirc.tga
|
|
|
|
blendfunc add
|
|
|
|
rgbGen wave sawtooth 0 1 0 1.25
|
|
|
|
tcMod stretch inversesawtooth 0 1 0 1.25
|
|
|
|
tcMod rotate 500
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 19.car gfx
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
gfx/flares/blite
|
|
|
|
{
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
map gfx/flares/blite.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/flares/hlite
|
|
|
|
{
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
map gfx/flares/hlite.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/flares/rlite
|
|
|
|
{
|
|
|
|
deformVertexes autosprite
|
|
|
|
|
|
|
|
{
|
|
|
|
map gfx/flares/rlite.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
}
|
|
|
|
gfx/skidmarks/asphalt
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/skidmarks/asphalt.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
gfx/skidmarks/grass
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/skidmarks/grass.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
gfx/skidmarks/dirt
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/skidmarks/dirt.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
gfx/skidmarks/flesh
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
{
|
|
|
|
map gfx/skidmarks/flesh.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
gfx/damage/spark
|
|
|
|
{
|
|
|
|
sort nearest
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map gfx/damage/spark.jpg
|
|
|
|
blendFunc GL_ONE GL_ONE
|
|
|
|
rgbGen vertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gfx/damage/oil_mark
|
|
|
|
{
|
|
|
|
polygonOffset
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
map gfx/damage/oil_mark.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map textures/reflect/oilreflect.tga
|
|
|
|
blendFunc add
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map gfx/damage/oil_mark_reflect.tga
|
|
|
|
blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
|
|
|
|
rgbGen exactVertex
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 20.goal gfx
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
textures/sfx2/redgoal2
|
|
|
|
{
|
|
|
|
surfaceparm nolightmap
|
|
|
|
surfaceparm trans
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map textures/sfx2/redgoal2.tga
|
|
|
|
tcgen environment
|
|
|
|
blendfunc add
|
|
|
|
tcmod turb .1 .3 .5 .4
|
|
|
|
tcmod scale .5 .5
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
textures/sfx2/bluegoal2
|
|
|
|
{
|
|
|
|
surfaceparm nolightmap
|
|
|
|
surfaceparm trans
|
|
|
|
cull none
|
|
|
|
{
|
|
|
|
map textures/sfx2/bluegoal2.tga
|
|
|
|
tcgen environment
|
|
|
|
blendfunc add
|
|
|
|
tcmod turb .1 .3 .5 .4
|
|
|
|
tcmod scale .5 .5
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 21.car gibs
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
models/gibs/muffler
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
{
|
|
|
|
map textures/sfx/specular.tga
|
|
|
|
tcGen environment
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map models/gibs/gibs.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
models/gibs/piston
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
{
|
|
|
|
map textures/sfx/specular.tga
|
|
|
|
tcGen environment
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map models/gibs/gibs.tga
|
|
|
|
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
models/gibs/shock
|
|
|
|
|
|
|
|
{
|
|
|
|
cull disable
|
|
|
|
{
|
|
|
|
map models/gibs/gibs.tga
|
|
|
|
blendFunc blend
|
|
|
|
alphaFunc GE128
|
|
|
|
depthWrite
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
models/gibs/steer
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
map models/gibs/gibs.tga
|
|
|
|
blendFunc blend
|
|
|
|
alphaFunc GE128
|
|
|
|
depthWrite
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
// 22.driver heads
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
models/players/heads/doom_f
|
|
|
|
{
|
|
|
|
{
|
|
|
|
map models/players/heads/doom.tga
|
|
|
|
rgbGen lightingDiffuse
|
|
|
|
}
|
|
|
|
{
|
|
|
|
|
|
|
|
map models/players/heads/doom_fx.tga
|
|
|
|
tcGen environment
|
|
|
|
rgbGen lightingDiffuse
|
|
|
|
blendfunc gl_ONE gl_ONE
|
|
|
|
}
|
|
|
|
|
2011-02-18 14:31:32 +00:00
|
|
|
}
|