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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
textures/trak2/trak2_light1a
{
qer_editorimage textures/trak2/trak2_light1a.tga
q3map_surfacelight 4000
{
map $lightmap
rgbGen identity
}
{
map textures/trak2/trak2_light1a.tga
blendFunc GL_DST_COLOR GL_ZERO
//blendFunc blend
rgbGen identity
}
{
map textures/trak2/trak2_light1a.blend.tga
blendfunc GL_ONE GL_ONE
}
}
textures/trak2/trak2_light1b
{
qer_editorimage textures/trak2/trak2_light1b.tga
q3map_surfacelight 4000
{
map $lightmap
rgbGen identity
}
{
map textures/trak2/trak2_light1b.tga
blendFunc GL_DST_COLOR GL_ZERO
//blendFunc blend
rgbGen identity
}
{
map textures/trak2/trak2_light1b.blend.tga
blendfunc GL_ONE GL_ONE
}
}
textures/trak2/trak2_light2a
{
qer_editorimage textures/trak2/trak2_light2a.tga
q3map_surfacelight 4000
{
map $lightmap
rgbGen identity
}
{
map textures/trak2/trak2_light2a.tga
blendFunc GL_DST_COLOR GL_ZERO
//blendFunc blend
rgbGen identity
}
{
map textures/trak2/trak2_light2a.blend.tga
blendfunc GL_ONE GL_ONE
}
}
textures/trak2/trak2_light3a
{
qer_editorimage textures/trak2/trak2_light3a.tga
q3map_surfacelight 4000
{
map $lightmap
rgbGen identity
}
{
map textures/trak2/trak2_light3a.tga
blendFunc GL_DST_COLOR GL_ZERO
//blendFunc blend
rgbGen identity
}
{
map textures/trak2/trak2_light3a.blend.tga
blendfunc GL_ONE GL_ONE
}
}
textures/trak2/trak2_faded1a_nonsolid
{
qer_editorimage textures/trak2/trak2_faded1a_nonsolid
surfaceparm nonsolid
{
map textures/trak2/trak2_faded1a_nonsolid
}
{
map $lightmap
blendfunc filter
tcGen lightmap
}
}
textures/trak2/bigorbit
{
qer_editorimage textures/station15-beta3/Asteroid
q3map_skylight 70 4
q3map_noFast
q3map_lightmapFilterRadius 0 2
surfaceparm sky
surfaceparm noimpact
surfaceparm nolightmap
q3map_sun 1 .86 .48 40 290 40
//skyparms env/bigorbit/bigorbit - -
// In the meanwhile, while we wait for 'bigorbit' to be gpled, use the other skybox
skyParms env/space1 128 -
}
|