From 53ec6ce82588fa3afab1f6ce8dd70b8da95e7c32 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 18 Jul 2010 16:26:52 +0200 Subject: [PATCH] CRLF fixes --- scripts/common.shader | 466 +-- scripts/decals.shader | 294 +- scripts/exx.shader | 3526 ++++++++++----------- scripts/facility114x.shader | 874 +++--- scripts/trak4x.shader | 2858 ++++++++--------- scripts/trak5x.shader | 5812 +++++++++++++++++------------------ 6 files changed, 6915 insertions(+), 6915 deletions(-) diff --git a/scripts/common.shader b/scripts/common.shader index f544e10e..80643be3 100644 --- a/scripts/common.shader +++ b/scripts/common.shader @@ -1,233 +1,233 @@ -textures/common/antiportal -{ - qer_trans 0.30 - qer_nocarve - surfaceparm nodraw - surfaceparm nonsolid - surfaceparm structural - surfaceparm trans - surfaceparm antiportal -} - -textures/common/caulk -{ - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm nomarks -} - -textures/common/forcecaulk -{ - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm nomarks - surfaceparm structural -} - -textures/common/clip -{ - qer_trans 0.40 - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm nonsolid - surfaceparm trans - surfaceparm nomarks - surfaceparm noimpact - surfaceparm playerclip -} - -textures/common/donotenter -{ - qer_trans 0.50 - surfaceparm nodraw - surfaceparm nonsolid - surfaceparm trans - surfaceparm nomarks - surfaceparm donotenter -} - -textures/common/full_clip // silly shader, use weapclip instead -{ - qer_trans 0.40 - surfaceparm nodraw - surfaceparm playerclip -} - -textures/common/hint // should NOT use surfaceparm hint.. strange but true -{ - qer_nocarve - qer_trans 0.30 - surfaceparm nodraw - surfaceparm nonsolid - surfaceparm structural - surfaceparm trans - surfaceparm noimpact - surfaceparm hint // ydnar: yes it should. -} - -textures/common/hintskip -{ - qer_nocarve - qer_trans 0.30 - surfaceparm nodraw - surfaceparm nonsolid - surfaceparm skip - surfaceparm structural - surfaceparm trans -} - -textures/common/invisible // solid, transparent polygons, casts shadows -{ - surfaceparm nolightmap - { - map textures/common/invisible.tga - alphaFunc GE128 - depthWrite - rgbGen vertex - } -} - -textures/common/nodraw -{ - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm nonsolid - surfaceparm trans - surfaceparm nomarks -} - -textures/common/nodrawnonsolid -{ - surfaceparm nonsolid - surfaceparm nolightmap - surfaceparm nodraw -} - -textures/common/nodrop -{ - qer_nocarve - qer_trans 0.5 - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm nonsolid - surfaceparm trans - surfaceparm nomarks - surfaceparm nodrop -} - - -textures/common/noimpact -{ - qer_editorimage textures/common/nolightmap.tga - qer_nocarve - qer_trans 0.5 - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm trans - surfaceparm nomarks - surfaceparm noimpact -} - -textures/common/nolightmap -{ - surfaceparm nolightmap -} - -textures/common/origin -{ - qer_nocarve - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm nonsolid - surfaceparm trans - surfaceparm origin -} - -textures/common/skip -{ - qer_nocarve - qer_trans 0.30 - surfaceparm nodraw - surfaceparm nonsolid - surfaceparm skip - surfaceparm structural - surfaceparm trans -} - -textures/common/terrain -{ - q3map_terrain - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm nomarks -} - -textures/common/terrain2 -{ - q3map_terrain - qer_editorimage textures/common/terrain.tga - surfaceparm dust - surfaceparm nodraw - surfaceparm nomarks - surfaceparm nolightmap -} - -textures/common/trigger -{ - qer_trans 0.50 - qer_nocarve - surfaceparm nodraw -} - -textures/common/weapclip -{ - qer_trans 0.40 - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm trans - surfaceparm nomarks -} - -// -// ydnar q3map lightgrid bounds -// -// the min/max bounds of brushes with this shader in a map -// will define the bounds of the map's lightgrid (model lighting) -// note: make it as small as possible around player space -// to minimize bsp size and compile time -// - -textures/common/lightgrid -{ - qer_trans 0.5 - surfaceparm nodraw - surfaceparm nolightmap - surfaceparm nonsolid - surfaceparm detail - surfaceparm nomarks - surfaceparm trans - surfaceparm lightgrid -} - -textures/common/warpzone -{ - surfaceparm nolightmap - // surfaceparm nonsolid // no, it must be solid like trigger - surfaceparm trans - surfaceparm nomarks - { - map textures/common/warpzone/trans.tga // fully transparent - blendfunc blend - } - dp_camera - dp_refract 1 1 1 1 // makes the camera render like a refraction -} - -textures/common/camera -{ - { - map textures/common/warpzone/trans.tga // fully transparent - blendfunc blend - } - dp_camera -} +textures/common/antiportal +{ + qer_trans 0.30 + qer_nocarve + surfaceparm nodraw + surfaceparm nonsolid + surfaceparm structural + surfaceparm trans + surfaceparm antiportal +} + +textures/common/caulk +{ + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm nomarks +} + +textures/common/forcecaulk +{ + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm nomarks + surfaceparm structural +} + +textures/common/clip +{ + qer_trans 0.40 + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm nonsolid + surfaceparm trans + surfaceparm nomarks + surfaceparm noimpact + surfaceparm playerclip +} + +textures/common/donotenter +{ + qer_trans 0.50 + surfaceparm nodraw + surfaceparm nonsolid + surfaceparm trans + surfaceparm nomarks + surfaceparm donotenter +} + +textures/common/full_clip // silly shader, use weapclip instead +{ + qer_trans 0.40 + surfaceparm nodraw + surfaceparm playerclip +} + +textures/common/hint // should NOT use surfaceparm hint.. strange but true +{ + qer_nocarve + qer_trans 0.30 + surfaceparm nodraw + surfaceparm nonsolid + surfaceparm structural + surfaceparm trans + surfaceparm noimpact + surfaceparm hint // ydnar: yes it should. +} + +textures/common/hintskip +{ + qer_nocarve + qer_trans 0.30 + surfaceparm nodraw + surfaceparm nonsolid + surfaceparm skip + surfaceparm structural + surfaceparm trans +} + +textures/common/invisible // solid, transparent polygons, casts shadows +{ + surfaceparm nolightmap + { + map textures/common/invisible.tga + alphaFunc GE128 + depthWrite + rgbGen vertex + } +} + +textures/common/nodraw +{ + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm nonsolid + surfaceparm trans + surfaceparm nomarks +} + +textures/common/nodrawnonsolid +{ + surfaceparm nonsolid + surfaceparm nolightmap + surfaceparm nodraw +} + +textures/common/nodrop +{ + qer_nocarve + qer_trans 0.5 + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm nonsolid + surfaceparm trans + surfaceparm nomarks + surfaceparm nodrop +} + + +textures/common/noimpact +{ + qer_editorimage textures/common/nolightmap.tga + qer_nocarve + qer_trans 0.5 + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm trans + surfaceparm nomarks + surfaceparm noimpact +} + +textures/common/nolightmap +{ + surfaceparm nolightmap +} + +textures/common/origin +{ + qer_nocarve + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm nonsolid + surfaceparm trans + surfaceparm origin +} + +textures/common/skip +{ + qer_nocarve + qer_trans 0.30 + surfaceparm nodraw + surfaceparm nonsolid + surfaceparm skip + surfaceparm structural + surfaceparm trans +} + +textures/common/terrain +{ + q3map_terrain + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm nomarks +} + +textures/common/terrain2 +{ + q3map_terrain + qer_editorimage textures/common/terrain.tga + surfaceparm dust + surfaceparm nodraw + surfaceparm nomarks + surfaceparm nolightmap +} + +textures/common/trigger +{ + qer_trans 0.50 + qer_nocarve + surfaceparm nodraw +} + +textures/common/weapclip +{ + qer_trans 0.40 + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm trans + surfaceparm nomarks +} + +// +// ydnar q3map lightgrid bounds +// +// the min/max bounds of brushes with this shader in a map +// will define the bounds of the map's lightgrid (model lighting) +// note: make it as small as possible around player space +// to minimize bsp size and compile time +// + +textures/common/lightgrid +{ + qer_trans 0.5 + surfaceparm nodraw + surfaceparm nolightmap + surfaceparm nonsolid + surfaceparm detail + surfaceparm nomarks + surfaceparm trans + surfaceparm lightgrid +} + +textures/common/warpzone +{ + surfaceparm nolightmap + // surfaceparm nonsolid // no, it must be solid like trigger + surfaceparm trans + surfaceparm nomarks + { + map textures/common/warpzone/trans.tga // fully transparent + blendfunc blend + } + dp_camera + dp_refract 1 1 1 1 // makes the camera render like a refraction +} + +textures/common/camera +{ + { + map textures/common/warpzone/trans.tga // fully transparent + blendfunc blend + } + dp_camera +} diff --git a/scripts/decals.shader b/scripts/decals.shader index 1bcc797b..2aa926fb 100644 --- a/scripts/decals.shader +++ b/scripts/decals.shader @@ -1,147 +1,147 @@ -textures/decals/scorch01 -{ - qer_editorimage textures/decals/scorch01 - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/decals/scorch01 - blendFunc filter - rgbgen identity - } -} - -textures/decals/scorch02 -{ - qer_editorimage textures/decals/scorch02 - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - - { - map textures/decals/scorch02 - blendFunc filter - rgbgen identity - } - -} - - -textures/decals/splatter01 -{ - qer_editorimage textures/decals/splatter01 - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - - { - map textures/decals/splatter01 - blendFunc filter - rgbgen identity - } -} - -textures/decals/splatter02 -{ - qer_editorimage textures/decals/splatter02 - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - - { - map textures/decals/splatter02 - blendFunc filter - rgbgen identity - } -} -textures/decals/splatter03 -{ - qer_editorimage textures/decals/splatter03 - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - - - { - map textures/decals/splatter03 - blendFunc filter - rgbgen identity - } -} - -textures/decals/splatter04 -{ - qer_editorimage textures/decals/splatter04 - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - - { - map textures/decals/splatter04 - blendFunc filter - rgbgen identity - } -} - -textures/decals/splatter05 -{ - qer_editorimage textures/decals/splatter05 - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - - { - map textures/decals/splatter05 - blendFunc filter - rgbgen identity - } -} +textures/decals/scorch01 +{ + qer_editorimage textures/decals/scorch01 + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/decals/scorch01 + blendFunc filter + rgbgen identity + } +} + +textures/decals/scorch02 +{ + qer_editorimage textures/decals/scorch02 + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + + { + map textures/decals/scorch02 + blendFunc filter + rgbgen identity + } + +} + + +textures/decals/splatter01 +{ + qer_editorimage textures/decals/splatter01 + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + + { + map textures/decals/splatter01 + blendFunc filter + rgbgen identity + } +} + +textures/decals/splatter02 +{ + qer_editorimage textures/decals/splatter02 + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + + { + map textures/decals/splatter02 + blendFunc filter + rgbgen identity + } +} +textures/decals/splatter03 +{ + qer_editorimage textures/decals/splatter03 + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + + + { + map textures/decals/splatter03 + blendFunc filter + rgbgen identity + } +} + +textures/decals/splatter04 +{ + qer_editorimage textures/decals/splatter04 + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + + { + map textures/decals/splatter04 + blendFunc filter + rgbgen identity + } +} + +textures/decals/splatter05 +{ + qer_editorimage textures/decals/splatter05 + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + + { + map textures/decals/splatter05 + blendFunc filter + rgbgen identity + } +} diff --git a/scripts/exx.shader b/scripts/exx.shader index 80254519..892b96cb 100644 --- a/scripts/exx.shader +++ b/scripts/exx.shader @@ -1,1763 +1,1763 @@ -textures/exx/base-crete01 -{ - qer_editorimage textures/exx/base/base_crete01.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_crete01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-crete01blue -{ - qer_editorimage textures/exx/base/base_crete01blue.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_crete01blue.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-crete01red -{ - qer_editorimage textures/exx/base/base_crete01red.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_crete01red.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-crete02 -{ - qer_editorimage textures/exx/base/base_crete02.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_crete02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-crete03 -{ - qer_editorimage textures/exx/base/base_crete03.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_crete03.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-metal01 -{ - qer_editorimage textures/exx/base/base_metal01.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_metal01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-metal02 -{ - qer_editorimage textures/exx/base/base_metal02.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_metal02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-metal03 -{ - qer_editorimage textures/exx/base/base_metal03.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_metal03.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-metal04 -{ - qer_editorimage textures/exx/base/base_metal04.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_metal04.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-metal05rust -{ - qer_editorimage textures/exx/base/base_metal05rust.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_metal05rust.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-metal06rust -{ - qer_editorimage textures/exx/base/base_metal06rust.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_metal06rust.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/base-metal07rust -{ - qer_editorimage textures/exx/base/base_metal07rust.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/base/base_metal07rust.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-clang01 -{ - qer_editorimage textures/exx/floor/floor_clang01.tga - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - surfaceparm metalsteps - - - - { - map textures/exx/floor/floor_clang01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-clang01b -{ - qer_editorimage textures/exx/floor/floor_clang01b.tga - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - surfaceparm metalsteps - - - { - map textures/exx/floor/floor_clang01b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-crete01 -{ - qer_editorimage textures/exx/floor/floor_crete01.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_crete01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-crete01-phoenix -{ - qer_editorimage textures/exx/floor/floor_crete01_phoenix.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_crete01_phoenix.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-crete01-phoenixb -{ - qer_editorimage textures/exx/floor/floor_crete01_phoenixb.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_crete01_phoenixb.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-crete01b -{ - qer_editorimage textures/exx/floor/floor_crete01b.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_crete01b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-grate01 -{ - qer_editorimage textures/exx/floor/floor_grate01.tga - surfaceparm trans - surfaceparm metalsteps - q3map_bounceScale 0.75 - surfaceparm alphashadow - surfaceparm nomarks - Cull None - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_grate01.tga - alphaFunc GT0 - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-grate02 -{ - qer_editorimage textures/exx/floor/floor_grate02.tga - surfaceparm trans - surfaceparm metalsteps - q3map_bounceScale 0.75 - surfaceparm alphashadow - surfaceparm nomarks - Cull None - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_grate02.tga - alphaFunc GT0 - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-grate03 -{ - qer_editorimage textures/exx/floor/floor_grate03.tga - surfaceparm trans - surfaceparm metalsteps - q3map_bounceScale 0.75 - surfaceparm alphashadow - surfaceparm nomarks - Cull None - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_grate03.tga - alphaFunc GT0 - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-grate04 -{ - qer_editorimage textures/exx/floor/floor_grate04.tga - surfaceparm trans - surfaceparm metalsteps - q3map_bounceScale 0.75 - surfaceparm alphashadow - surfaceparm nomarks - Cull None - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_grate04.tga - alphaFunc GT0 - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-metal02 -{ - qer_editorimage textures/exx/floor/floor_metal02.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_metal02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-panel01 -{ - qer_editorimage textures/exx/floor/floor_panel01.tga - surfaceparm metalsteps - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_panel01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-rnd01 -{ - qer_editorimage textures/exx/floor/floor_rnd01.tga - surfaceparm metalsteps - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_rnd01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-rnd02 -{ - qer_editorimage textures/exx/floor/floor_rnd02.tga - surfaceparm metalsteps - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_rnd02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-simple05 -{ - qer_editorimage textures/exx/floor/floor_simple05.tga - surfaceparm metalsteps - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_simple05.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-simplines -{ - qer_editorimage textures/exx/floor/floor_simplines.tga - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_simplines.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-tile03 -{ - qer_editorimage textures/exx/floor/floor_tile03.tga - surfaceparm metalsteps - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_tile03.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-tread01 -{ - qer_editorimage textures/exx/floor/floor_tread01.tga - surfaceparm metalsteps - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_tread01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/floor-wrn01 -{ - qer_editorimage textures/exx/floor/floor_wrn01.tga - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/floor/floor_wrn01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} - -textures/exx/light-panel01 -{ - qer_editorimage textures/exx/light/light_panel01.tga - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/light/light_panel01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/light-u201 -{ - qer_editorimage textures/exx/light/light_u201.tga - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/light/light_u201.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-metal01 -{ - qer_editorimage textures/exx/panel/panel_metal01.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_metal01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-metal01c -{ - qer_editorimage textures/exx/panel/panel_metal01c.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_metal01c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-metal02 -{ - qer_editorimage textures/exx/panel/panel_metal02.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_metal02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-metal03 -{ - qer_editorimage textures/exx/panel/panel_metal03.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_metal03.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-metal04 -{ - qer_editorimage textures/exx/panel/panel_metal04.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_metal04.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-metal05 -{ - qer_editorimage textures/exx/panel/panel_metal05.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_metal05.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-metalbig04 -{ - qer_editorimage textures/exx/panel/panel_metalbig04.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_metalbig04.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-metalbig04b -{ - qer_editorimage textures/exx/panel/panel_metalbig04b.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_metalbig04b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-q201 -{ - qer_editorimage textures/exx/panel/panel_q201.tga - surfaceparm metalsteps - - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_q201.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-q201b -{ - qer_editorimage textures/exx/panel/panel_q201b.tga - - surfaceparm metalsteps - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_q201b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-q201c -{ - qer_editorimage textures/exx/panel/panel_q201c.tga - - surfaceparm metalsteps - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_q201c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-q201d -{ - qer_editorimage textures/exx/panel/panel_q201d.tga - - surfaceparm metalsteps - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_q201d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-q201e -{ - qer_editorimage textures/exx/panel/panel_q201e.tga - - surfaceparm metalsteps - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_q201e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/panel-rs01 -{ - qer_editorimage textures/exx/panel/panel_rs01.tga - - surfaceparm metalsteps - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/panel/panel_rs01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-01 -{ - qer_editorimage textures/exx/trim/trim_01.tga - - surfaceparm metalsteps - q3map_bounceScale 1.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-baseboard -{ - qer_editorimage textures/exx/trim/trim_baseboard.tga - - surfaceparm metalsteps - q3map_bounceScale 1.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_baseboard.tga - } - - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-baseboard02 -{ - qer_editorimage textures/exx/trim/trim_baseboard02.tga - - surfaceparm metalsteps - q3map_bounceScale 1.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_baseboard02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-baseboard03 -{ - qer_editorimage textures/exx/trim/trim_baseboard03.tga - - surfaceparm metalsteps - q3map_bounceScale 1.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_baseboard03.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-metalsupp01 -{ - qer_editorimage textures/exx/trim/trim_metalsupp01.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_metalsupp01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-psimple04 -{ - qer_editorimage textures/exx/trim/trim_psimple04.tga - - surfaceparm metalsteps - q3map_bounceScale 1.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_psimple04.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-psimple05 -{ - qer_editorimage textures/exx/trim/trim_psimple05.tga - - surfaceparm metalsteps - q3map_bounceScale 1.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_psimple05.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-simple01 -{ - qer_editorimage textures/exx/trim/trim_simple01.tga - - surfaceparm metalsteps - q3map_bounceScale 1.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_simple01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-simple03 -{ - qer_editorimage textures/exx/trim/trim_simple03.tga - - surfaceparm metalsteps - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_simple03.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-steptop01 -{ - qer_editorimage textures/exx/trim/trim_steptop01.tga - - surfaceparm metalsteps - q3map_bounceScale 0.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_steptop01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-support03 -{ - qer_editorimage textures/exx/trim/trim_support03.tga - - surfaceparm metalsteps - q3map_bounceScale 1.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_support03.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-vert01 -{ - qer_editorimage textures/exx/trim/trim_vert01.tga - - surfaceparm metalsteps - q3map_bounceScale 1.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_vert01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/trim-horz01 -{ - qer_editorimage textures/exx/trim/trim_horz01.tga - - surfaceparm metalsteps - q3map_bounceScale 1.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/trim/trim_horz01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} - -textures/exx/wall-bigrib02 -{ - qer_editorimage textures/exx/wall/wall_bigrib02.tga - - surfaceparm metalsteps - q3map_bounceScale 1.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_bigrib02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-bplate06 -{ - qer_editorimage textures/exx/wall/wall_bplate06.tga - - surfaceparm metalsteps - q3map_bounceScale 1.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_bplate06.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-crete01 -{ - qer_editorimage textures/exx/wall/wall_crete01.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_crete01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-crete02 -{ - qer_editorimage textures/exx/wall/wall_crete02.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_crete02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-crete03 -{ - qer_editorimage textures/exx/wall/wall_crete03.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_crete03.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-crete03b -{ - qer_editorimage textures/exx/wall/wall_crete03b.tga - - q3map_bounceScale 0.5 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_crete03b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-des01 -{ - qer_editorimage textures/exx/wall/wall_des01.tga - - surfaceparm metalsteps - q3map_bounceScale 1.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_des01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-metal01 -{ - qer_editorimage textures/exx/wall/wall_metal01.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_metal01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-metal01b -{ - qer_editorimage textures/exx/wall/wall_metal01b.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_metal01b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-metal02 -{ - qer_editorimage textures/exx/wall/wall_metal02.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_metal02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-metalb01 -{ - qer_editorimage textures/exx/wall/wall_metalb01.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_metalb01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-metalrib01 -{ - qer_editorimage textures/exx/wall/wall_metalrib01.tga - - surfaceparm metalsteps - q3map_bounceScale 2 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_metalrib01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-panel05 -{ - qer_editorimage textures/exx/wall/wall_panel05.tga - - surfaceparm metalsteps - q3map_bounceScale 1.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_panel05.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-panels08 -{ - qer_editorimage textures/exx/wall/wall_panels08.tga - - surfaceparm metalsteps - q3map_bounceScale 1.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_panels08.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-panels08b -{ - qer_editorimage textures/exx/wall/wall_panels08b.tga - - surfaceparm metalsteps - q3map_bounceScale 1.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_panels08b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-pipe -{ - qer_editorimage textures/exx/wall/wall_pipe.tga - - surfaceparm metalsteps - q3map_bounceScale 1.25 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_pipe.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/exx/wall-u207 -{ - qer_editorimage textures/exx/wall/wall_u207.tga - - surfaceparm metalsteps - q3map_bounceScale 1.75 - dpoffsetmapping - 2 - dpglossintensitymod 3 - dpglossexponentmod 4 - - - { - map textures/exx/wall/wall_u207.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} +textures/exx/base-crete01 +{ + qer_editorimage textures/exx/base/base_crete01.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_crete01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-crete01blue +{ + qer_editorimage textures/exx/base/base_crete01blue.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_crete01blue.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-crete01red +{ + qer_editorimage textures/exx/base/base_crete01red.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_crete01red.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-crete02 +{ + qer_editorimage textures/exx/base/base_crete02.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_crete02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-crete03 +{ + qer_editorimage textures/exx/base/base_crete03.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_crete03.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-metal01 +{ + qer_editorimage textures/exx/base/base_metal01.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_metal01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-metal02 +{ + qer_editorimage textures/exx/base/base_metal02.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_metal02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-metal03 +{ + qer_editorimage textures/exx/base/base_metal03.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_metal03.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-metal04 +{ + qer_editorimage textures/exx/base/base_metal04.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_metal04.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-metal05rust +{ + qer_editorimage textures/exx/base/base_metal05rust.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_metal05rust.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-metal06rust +{ + qer_editorimage textures/exx/base/base_metal06rust.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_metal06rust.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/base-metal07rust +{ + qer_editorimage textures/exx/base/base_metal07rust.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/base/base_metal07rust.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-clang01 +{ + qer_editorimage textures/exx/floor/floor_clang01.tga + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + surfaceparm metalsteps + + + + { + map textures/exx/floor/floor_clang01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-clang01b +{ + qer_editorimage textures/exx/floor/floor_clang01b.tga + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + surfaceparm metalsteps + + + { + map textures/exx/floor/floor_clang01b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-crete01 +{ + qer_editorimage textures/exx/floor/floor_crete01.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_crete01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-crete01-phoenix +{ + qer_editorimage textures/exx/floor/floor_crete01_phoenix.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_crete01_phoenix.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-crete01-phoenixb +{ + qer_editorimage textures/exx/floor/floor_crete01_phoenixb.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_crete01_phoenixb.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-crete01b +{ + qer_editorimage textures/exx/floor/floor_crete01b.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_crete01b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-grate01 +{ + qer_editorimage textures/exx/floor/floor_grate01.tga + surfaceparm trans + surfaceparm metalsteps + q3map_bounceScale 0.75 + surfaceparm alphashadow + surfaceparm nomarks + Cull None + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_grate01.tga + alphaFunc GT0 + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-grate02 +{ + qer_editorimage textures/exx/floor/floor_grate02.tga + surfaceparm trans + surfaceparm metalsteps + q3map_bounceScale 0.75 + surfaceparm alphashadow + surfaceparm nomarks + Cull None + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_grate02.tga + alphaFunc GT0 + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-grate03 +{ + qer_editorimage textures/exx/floor/floor_grate03.tga + surfaceparm trans + surfaceparm metalsteps + q3map_bounceScale 0.75 + surfaceparm alphashadow + surfaceparm nomarks + Cull None + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_grate03.tga + alphaFunc GT0 + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-grate04 +{ + qer_editorimage textures/exx/floor/floor_grate04.tga + surfaceparm trans + surfaceparm metalsteps + q3map_bounceScale 0.75 + surfaceparm alphashadow + surfaceparm nomarks + Cull None + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_grate04.tga + alphaFunc GT0 + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-metal02 +{ + qer_editorimage textures/exx/floor/floor_metal02.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_metal02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-panel01 +{ + qer_editorimage textures/exx/floor/floor_panel01.tga + surfaceparm metalsteps + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_panel01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-rnd01 +{ + qer_editorimage textures/exx/floor/floor_rnd01.tga + surfaceparm metalsteps + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_rnd01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-rnd02 +{ + qer_editorimage textures/exx/floor/floor_rnd02.tga + surfaceparm metalsteps + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_rnd02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-simple05 +{ + qer_editorimage textures/exx/floor/floor_simple05.tga + surfaceparm metalsteps + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_simple05.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-simplines +{ + qer_editorimage textures/exx/floor/floor_simplines.tga + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_simplines.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-tile03 +{ + qer_editorimage textures/exx/floor/floor_tile03.tga + surfaceparm metalsteps + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_tile03.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-tread01 +{ + qer_editorimage textures/exx/floor/floor_tread01.tga + surfaceparm metalsteps + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_tread01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/floor-wrn01 +{ + qer_editorimage textures/exx/floor/floor_wrn01.tga + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/floor/floor_wrn01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} + +textures/exx/light-panel01 +{ + qer_editorimage textures/exx/light/light_panel01.tga + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/light/light_panel01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/light-u201 +{ + qer_editorimage textures/exx/light/light_u201.tga + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/light/light_u201.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-metal01 +{ + qer_editorimage textures/exx/panel/panel_metal01.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_metal01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-metal01c +{ + qer_editorimage textures/exx/panel/panel_metal01c.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_metal01c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-metal02 +{ + qer_editorimage textures/exx/panel/panel_metal02.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_metal02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-metal03 +{ + qer_editorimage textures/exx/panel/panel_metal03.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_metal03.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-metal04 +{ + qer_editorimage textures/exx/panel/panel_metal04.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_metal04.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-metal05 +{ + qer_editorimage textures/exx/panel/panel_metal05.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_metal05.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-metalbig04 +{ + qer_editorimage textures/exx/panel/panel_metalbig04.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_metalbig04.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-metalbig04b +{ + qer_editorimage textures/exx/panel/panel_metalbig04b.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_metalbig04b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-q201 +{ + qer_editorimage textures/exx/panel/panel_q201.tga + surfaceparm metalsteps + + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_q201.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-q201b +{ + qer_editorimage textures/exx/panel/panel_q201b.tga + + surfaceparm metalsteps + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_q201b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-q201c +{ + qer_editorimage textures/exx/panel/panel_q201c.tga + + surfaceparm metalsteps + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_q201c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-q201d +{ + qer_editorimage textures/exx/panel/panel_q201d.tga + + surfaceparm metalsteps + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_q201d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-q201e +{ + qer_editorimage textures/exx/panel/panel_q201e.tga + + surfaceparm metalsteps + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_q201e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/panel-rs01 +{ + qer_editorimage textures/exx/panel/panel_rs01.tga + + surfaceparm metalsteps + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/panel/panel_rs01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-01 +{ + qer_editorimage textures/exx/trim/trim_01.tga + + surfaceparm metalsteps + q3map_bounceScale 1.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-baseboard +{ + qer_editorimage textures/exx/trim/trim_baseboard.tga + + surfaceparm metalsteps + q3map_bounceScale 1.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_baseboard.tga + } + + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-baseboard02 +{ + qer_editorimage textures/exx/trim/trim_baseboard02.tga + + surfaceparm metalsteps + q3map_bounceScale 1.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_baseboard02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-baseboard03 +{ + qer_editorimage textures/exx/trim/trim_baseboard03.tga + + surfaceparm metalsteps + q3map_bounceScale 1.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_baseboard03.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-metalsupp01 +{ + qer_editorimage textures/exx/trim/trim_metalsupp01.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_metalsupp01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-psimple04 +{ + qer_editorimage textures/exx/trim/trim_psimple04.tga + + surfaceparm metalsteps + q3map_bounceScale 1.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_psimple04.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-psimple05 +{ + qer_editorimage textures/exx/trim/trim_psimple05.tga + + surfaceparm metalsteps + q3map_bounceScale 1.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_psimple05.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-simple01 +{ + qer_editorimage textures/exx/trim/trim_simple01.tga + + surfaceparm metalsteps + q3map_bounceScale 1.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_simple01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-simple03 +{ + qer_editorimage textures/exx/trim/trim_simple03.tga + + surfaceparm metalsteps + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_simple03.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-steptop01 +{ + qer_editorimage textures/exx/trim/trim_steptop01.tga + + surfaceparm metalsteps + q3map_bounceScale 0.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_steptop01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-support03 +{ + qer_editorimage textures/exx/trim/trim_support03.tga + + surfaceparm metalsteps + q3map_bounceScale 1.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_support03.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-vert01 +{ + qer_editorimage textures/exx/trim/trim_vert01.tga + + surfaceparm metalsteps + q3map_bounceScale 1.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_vert01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/trim-horz01 +{ + qer_editorimage textures/exx/trim/trim_horz01.tga + + surfaceparm metalsteps + q3map_bounceScale 1.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/trim/trim_horz01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} + +textures/exx/wall-bigrib02 +{ + qer_editorimage textures/exx/wall/wall_bigrib02.tga + + surfaceparm metalsteps + q3map_bounceScale 1.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_bigrib02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-bplate06 +{ + qer_editorimage textures/exx/wall/wall_bplate06.tga + + surfaceparm metalsteps + q3map_bounceScale 1.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_bplate06.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-crete01 +{ + qer_editorimage textures/exx/wall/wall_crete01.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_crete01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-crete02 +{ + qer_editorimage textures/exx/wall/wall_crete02.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_crete02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-crete03 +{ + qer_editorimage textures/exx/wall/wall_crete03.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_crete03.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-crete03b +{ + qer_editorimage textures/exx/wall/wall_crete03b.tga + + q3map_bounceScale 0.5 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_crete03b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-des01 +{ + qer_editorimage textures/exx/wall/wall_des01.tga + + surfaceparm metalsteps + q3map_bounceScale 1.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_des01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-metal01 +{ + qer_editorimage textures/exx/wall/wall_metal01.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_metal01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-metal01b +{ + qer_editorimage textures/exx/wall/wall_metal01b.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_metal01b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-metal02 +{ + qer_editorimage textures/exx/wall/wall_metal02.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_metal02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-metalb01 +{ + qer_editorimage textures/exx/wall/wall_metalb01.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_metalb01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-metalrib01 +{ + qer_editorimage textures/exx/wall/wall_metalrib01.tga + + surfaceparm metalsteps + q3map_bounceScale 2 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_metalrib01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-panel05 +{ + qer_editorimage textures/exx/wall/wall_panel05.tga + + surfaceparm metalsteps + q3map_bounceScale 1.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_panel05.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-panels08 +{ + qer_editorimage textures/exx/wall/wall_panels08.tga + + surfaceparm metalsteps + q3map_bounceScale 1.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_panels08.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-panels08b +{ + qer_editorimage textures/exx/wall/wall_panels08b.tga + + surfaceparm metalsteps + q3map_bounceScale 1.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_panels08b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-pipe +{ + qer_editorimage textures/exx/wall/wall_pipe.tga + + surfaceparm metalsteps + q3map_bounceScale 1.25 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_pipe.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/exx/wall-u207 +{ + qer_editorimage textures/exx/wall/wall_u207.tga + + surfaceparm metalsteps + q3map_bounceScale 1.75 + dpoffsetmapping - 2 + dpglossintensitymod 3 + dpglossexponentmod 4 + + + { + map textures/exx/wall/wall_u207.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} diff --git a/scripts/facility114x.shader b/scripts/facility114x.shader index 8096628a..081ed8e6 100644 --- a/scripts/facility114x.shader +++ b/scripts/facility114x.shader @@ -1,437 +1,437 @@ -textures/facility114x/base-base -{ - qer_editorimage textures/facility114x/base/base.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/base/base.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/base-baseblue -{ - qer_editorimage textures/facility114x/base/baseblue.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/base/baseblue.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/base-basegray -{ - qer_editorimage textures/facility114x/base/basegray.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/base/basegray.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/base-basered -{ - qer_editorimage textures/facility114x/base/basered.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/base/basered.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/base-baseyellow -{ - qer_editorimage textures/facility114x/base/baseyellow.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/base/baseyellow.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/ceiling-ceiling00 -{ - qer_editorimage textures/facility114x/ceiling/ceiling00.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/ceiling/ceiling00.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/ceiling-ceiling01 -{ - qer_editorimage textures/facility114x/ceiling/ceiling01.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/ceiling/ceiling01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/floor-floor00 -{ - qer_editorimage textures/facility114x/floor/floor00.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/floor/floor00.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/floor-floor01 -{ - qer_editorimage textures/facility114x/floor/floor01.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/floor/floor01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/floor-floor02 -{ - qer_editorimage textures/facility114x/floor/floor02.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/floor/floor02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/misc-door01 -{ - qer_editorimage textures/facility114x/misc/door01.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/misc/door01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/misc-lift00 -{ - qer_editorimage textures/facility114x/misc/lift00.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/misc/lift00.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/misc-lift01 -{ - qer_editorimage textures/facility114x/misc/lift01.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/misc/lift01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/misc-lift02 -{ - qer_editorimage textures/facility114x/misc/lift02.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/misc/lift02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/misc-tube -{ - qer_editorimage textures/facility114x/misc/tube.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/misc/tube.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/trim-trim00 -{ - qer_editorimage textures/facility114x/trim/trim00.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/trim/trim00.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/trim-trim01 -{ - qer_editorimage textures/facility114x/trim/trim01.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/trim/trim01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/trim-trim02 -{ - qer_editorimage textures/facility114x/trim/trim02.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/trim/trim02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/wall-corridor00 -{ - qer_editorimage textures/facility114x/wall/corridor00.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/wall/corridor00.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/wall-corridor01 -{ - qer_editorimage textures/facility114x/wall/corridor01.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/wall/corridor01.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/wall-corridor02 -{ - qer_editorimage textures/facility114x/wall/corridor02.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/wall/corridor02.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/wall-corridor03 -{ - qer_editorimage textures/facility114x/wall/corridor03.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/wall/corridor03.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/facility114x/wall-corridor04 -{ - qer_editorimage textures/facility114x/wall/corridor04.tga - - q3map_bounceScale 1.25 - - - { - map textures/facility114x/wall/corridor04.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} +textures/facility114x/base-base +{ + qer_editorimage textures/facility114x/base/base.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/base/base.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/base-baseblue +{ + qer_editorimage textures/facility114x/base/baseblue.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/base/baseblue.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/base-basegray +{ + qer_editorimage textures/facility114x/base/basegray.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/base/basegray.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/base-basered +{ + qer_editorimage textures/facility114x/base/basered.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/base/basered.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/base-baseyellow +{ + qer_editorimage textures/facility114x/base/baseyellow.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/base/baseyellow.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/ceiling-ceiling00 +{ + qer_editorimage textures/facility114x/ceiling/ceiling00.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/ceiling/ceiling00.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/ceiling-ceiling01 +{ + qer_editorimage textures/facility114x/ceiling/ceiling01.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/ceiling/ceiling01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/floor-floor00 +{ + qer_editorimage textures/facility114x/floor/floor00.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/floor/floor00.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/floor-floor01 +{ + qer_editorimage textures/facility114x/floor/floor01.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/floor/floor01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/floor-floor02 +{ + qer_editorimage textures/facility114x/floor/floor02.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/floor/floor02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/misc-door01 +{ + qer_editorimage textures/facility114x/misc/door01.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/misc/door01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/misc-lift00 +{ + qer_editorimage textures/facility114x/misc/lift00.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/misc/lift00.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/misc-lift01 +{ + qer_editorimage textures/facility114x/misc/lift01.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/misc/lift01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/misc-lift02 +{ + qer_editorimage textures/facility114x/misc/lift02.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/misc/lift02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/misc-tube +{ + qer_editorimage textures/facility114x/misc/tube.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/misc/tube.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/trim-trim00 +{ + qer_editorimage textures/facility114x/trim/trim00.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/trim/trim00.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/trim-trim01 +{ + qer_editorimage textures/facility114x/trim/trim01.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/trim/trim01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/trim-trim02 +{ + qer_editorimage textures/facility114x/trim/trim02.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/trim/trim02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/wall-corridor00 +{ + qer_editorimage textures/facility114x/wall/corridor00.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/wall/corridor00.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/wall-corridor01 +{ + qer_editorimage textures/facility114x/wall/corridor01.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/wall/corridor01.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/wall-corridor02 +{ + qer_editorimage textures/facility114x/wall/corridor02.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/wall/corridor02.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/wall-corridor03 +{ + qer_editorimage textures/facility114x/wall/corridor03.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/wall/corridor03.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/facility114x/wall-corridor04 +{ + qer_editorimage textures/facility114x/wall/corridor04.tga + + q3map_bounceScale 1.25 + + + { + map textures/facility114x/wall/corridor04.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} diff --git a/scripts/trak4x.shader b/scripts/trak4x.shader index 45a207ea..ff37c5c1 100644 --- a/scripts/trak4x.shader +++ b/scripts/trak4x.shader @@ -1,1429 +1,1429 @@ -textures/trak4x/base-concrete1a -{ - qer_editorimage textures/trak4x/base/base_concrete1a.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_concrete1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-concrete1b -{ - qer_editorimage textures/trak4x/base/base_concrete1b.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_concrete1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-concrete2a -{ - qer_editorimage textures/trak4x/base/base_concrete2a.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_concrete2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-concrete3 -{ - qer_editorimage textures/trak4x/base/base_concrete3.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_concrete3.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-concrete4a -{ - qer_editorimage textures/trak4x/base/base_concrete4a.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_concrete4a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-concrete4b -{ - qer_editorimage textures/trak4x/base/base_concrete4b.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_concrete4b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-concrete5a -{ - qer_editorimage textures/trak4x/base/base_concrete5a.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_concrete5a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-concrete5b -{ - qer_editorimage textures/trak4x/base/base_concrete5b.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_concrete5b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-concrete6 -{ - qer_editorimage textures/trak4x/base/base_concrete6.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_concrete6.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-painted2 -{ - qer_editorimage textures/trak4x/base/base_painted2.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_painted2.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-paint_blue -{ - qer_editorimage textures/trak4x/base/base_paint_blue.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_paint_blue.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-paint_dblue -{ - qer_editorimage textures/trak4x/base/base_paint_dblue.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_paint_dblue.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-paint_green -{ - qer_editorimage textures/trak4x/base/base_paint_green.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_paint_green.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-paint_pink -{ - qer_editorimage textures/trak4x/base/base_paint_pink.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_paint_pink.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-paint_purp -{ - qer_editorimage textures/trak4x/base/base_paint_purp.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_paint_purp.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-paint_red -{ - qer_editorimage textures/trak4x/base/base_paint_red.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_paint_red.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-paint_yellow -{ - qer_editorimage textures/trak4x/base/base_paint_yellow.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_paint_yellow.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-rust1 -{ - qer_editorimage textures/trak4x/base/base_rust1.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_rust1.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-rust1a -{ - qer_editorimage textures/trak4x/base/base_rust1a.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_rust1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-rust1b -{ - qer_editorimage textures/trak4x/base/base_rust1b.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/base_rust1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-rust1c -{ - qer_editorimage textures/trak4x/base/base_rust1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_rust1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-rust2 -{ - qer_editorimage textures/trak4x/base/base_rust2.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_rust2.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/base-rust2b -{ - qer_editorimage textures/trak4x/base/base_rust2b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/base/base_rust2b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wood1c -{ - qer_editorimage textures/trak4x/base/wood1c.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/wood1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wood1d -{ - qer_editorimage textures/trak4x/base/wood1d.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/base/wood1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-door -{ - qer_editorimage textures/trak4x/decal/decal_door.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_door.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-exit -{ - qer_editorimage textures/trak4x/decal/decal_exit.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_exit.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-help -{ - qer_editorimage textures/trak4x/decal/decal_help.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_help.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-iso1 -{ - qer_editorimage textures/trak4x/decal/decal_iso1.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_iso1.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-iso2 -{ - qer_editorimage textures/trak4x/decal/decal_iso2.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_iso2.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-iso3 -{ - qer_editorimage textures/trak4x/decal/decal_iso3.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_iso3.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-northwing -{ - qer_editorimage textures/trak4x/decal/decal_northwing.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_northwing.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-paperdecal -{ - qer_editorimage textures/trak4x/decal/decal_paperdecal.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_paperdecal.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-pills -{ - qer_editorimage textures/trak4x/decal/decal_pills.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_pills.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-southwing -{ - qer_editorimage textures/trak4x/decal/decal_southwing.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_southwing.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-theater1 -{ - qer_editorimage textures/trak4x/decal/decal_theater1.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_theater1.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-theater2 -{ - qer_editorimage textures/trak4x/decal/decal_theater2.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_theater2.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/decal-wallpainting -{ - qer_editorimage textures/trak4x/decal/decal_wallpainting.tga - surfaceparm trans - q3map_bounceScale 0.5 - - - { - map textures/trak4x/decal/decal_wallpainting.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/floor-tile1 -{ - qer_editorimage textures/trak4x/floor/floor_tile1.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/floor/floor_tile1.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/floor-tile2a -{ - qer_editorimage textures/trak4x/floor/floor_tile2a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/floor/floor_tile2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/floor-tile2b -{ - qer_editorimage textures/trak4x/floor/floor_tile2b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/floor/floor_tile2b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/floor-tile3a -{ - qer_editorimage textures/trak4x/floor/floor_tile3a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/floor/floor_tile3a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/floor-tile3b -{ - qer_editorimage textures/trak4x/floor/floor_tile3b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/floor/floor_tile3b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/floor-tile3c -{ - qer_editorimage textures/trak4x/floor/floor_tile3c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/floor/floor_tile3c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/trim-grate1 -{ - qer_editorimage textures/trak4x/trim/trim_grate1.tga - surfaceparm trans - q3map_bounceScale 1.25 - - - { - map textures/trak4x/trim/trim_grate1.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/trim-grate2a -{ - qer_editorimage textures/trak4x/trim/trim_grate2a.tga - surfaceparm trans - q3map_bounceScale 1.25 - - - { - map textures/trak4x/trim/trim_grate2a.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/trim-trim1 -{ - qer_editorimage textures/trak4x/trim/trim_trim1.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/trim/trim_trim1.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/trim-trim1a -{ - qer_editorimage textures/trak4x/trim/trim_trim1a.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/trim/trim_trim1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/trim-trim1b -{ - qer_editorimage textures/trak4x/trim/trim_trim1b.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/trim/trim_trim1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/trim-trim1c -{ - qer_editorimage textures/trak4x/trim/trim_trim1c.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/trim/trim_trim1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/trim-trim1d -{ - qer_editorimage textures/trak4x/trim/trim_trim1d.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/trim/trim_trim1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/trim-trim1e -{ - qer_editorimage textures/trak4x/trim/trim_trim1e.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/trim/trim_trim1e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/trim-trim1f -{ - qer_editorimage textures/trak4x/trim/trim_trim1f.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/trim/trim_trim1f.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-brick1 -{ - qer_editorimage textures/trak4x/wall/wall_brick1.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_brick1.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-brick2 -{ - qer_editorimage textures/trak4x/wall/wall_brick2.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_brick2.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-brick2a -{ - qer_editorimage textures/trak4x/wall/wall_brick2a.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_brick2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-brick2b -{ - qer_editorimage textures/trak4x/wall/wall_brick2b.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_brick2b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-door1 -{ - qer_editorimage textures/trak4x/wall/wall_door1.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/wall/wall_door1.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-door1a -{ - qer_editorimage textures/trak4x/wall/wall_door1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/wall/wall_door1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-door1b -{ - qer_editorimage textures/trak4x/wall/wall_door1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/wall/wall_door1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-door1c -{ - qer_editorimage textures/trak4x/wall/wall_door1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/wall/wall_door1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-door1d -{ - qer_editorimage textures/trak4x/wall/wall_door1d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/wall/wall_door1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-door1e -{ - qer_editorimage textures/trak4x/wall/wall_door1e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak4x/wall/wall_door1e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster1 -{ - qer_editorimage textures/trak4x/wall/wall_plaster1.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster1.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3-2 -{ - qer_editorimage textures/trak4x/wall/wall_plaster3-2.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3-2.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3 -{ - qer_editorimage textures/trak4x/wall/wall_plaster3.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3a-2 -{ - qer_editorimage textures/trak4x/wall/wall_plaster3a-2.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3a-2.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3a-3 -{ - qer_editorimage textures/trak4x/wall/wall_plaster3a-3.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3a-3.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3a -{ - qer_editorimage textures/trak4x/wall/wall_plaster3a.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3b-2 -{ - qer_editorimage textures/trak4x/wall/wall_plaster3b-2.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3b-2.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3b -{ - qer_editorimage textures/trak4x/wall/wall_plaster3b.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3c-2 -{ - qer_editorimage textures/trak4x/wall/wall_plaster3c-2.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3c-2.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3c-3 -{ - qer_editorimage textures/trak4x/wall/wall_plaster3c-3.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3c-3.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3c -{ - qer_editorimage textures/trak4x/wall/wall_plaster3c.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3d-2 -{ - qer_editorimage textures/trak4x/wall/wall_plaster3d-2.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3d-2.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak4x/wall-plaster3d -{ - qer_editorimage textures/trak4x/wall/wall_plaster3d.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak4x/wall/wall_plaster3d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} +textures/trak4x/base-concrete1a +{ + qer_editorimage textures/trak4x/base/base_concrete1a.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_concrete1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-concrete1b +{ + qer_editorimage textures/trak4x/base/base_concrete1b.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_concrete1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-concrete2a +{ + qer_editorimage textures/trak4x/base/base_concrete2a.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_concrete2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-concrete3 +{ + qer_editorimage textures/trak4x/base/base_concrete3.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_concrete3.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-concrete4a +{ + qer_editorimage textures/trak4x/base/base_concrete4a.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_concrete4a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-concrete4b +{ + qer_editorimage textures/trak4x/base/base_concrete4b.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_concrete4b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-concrete5a +{ + qer_editorimage textures/trak4x/base/base_concrete5a.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_concrete5a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-concrete5b +{ + qer_editorimage textures/trak4x/base/base_concrete5b.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_concrete5b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-concrete6 +{ + qer_editorimage textures/trak4x/base/base_concrete6.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_concrete6.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-painted2 +{ + qer_editorimage textures/trak4x/base/base_painted2.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_painted2.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-paint_blue +{ + qer_editorimage textures/trak4x/base/base_paint_blue.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_paint_blue.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-paint_dblue +{ + qer_editorimage textures/trak4x/base/base_paint_dblue.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_paint_dblue.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-paint_green +{ + qer_editorimage textures/trak4x/base/base_paint_green.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_paint_green.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-paint_pink +{ + qer_editorimage textures/trak4x/base/base_paint_pink.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_paint_pink.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-paint_purp +{ + qer_editorimage textures/trak4x/base/base_paint_purp.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_paint_purp.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-paint_red +{ + qer_editorimage textures/trak4x/base/base_paint_red.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_paint_red.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-paint_yellow +{ + qer_editorimage textures/trak4x/base/base_paint_yellow.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_paint_yellow.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-rust1 +{ + qer_editorimage textures/trak4x/base/base_rust1.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_rust1.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-rust1a +{ + qer_editorimage textures/trak4x/base/base_rust1a.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_rust1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-rust1b +{ + qer_editorimage textures/trak4x/base/base_rust1b.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/base_rust1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-rust1c +{ + qer_editorimage textures/trak4x/base/base_rust1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_rust1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-rust2 +{ + qer_editorimage textures/trak4x/base/base_rust2.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_rust2.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/base-rust2b +{ + qer_editorimage textures/trak4x/base/base_rust2b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/base/base_rust2b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wood1c +{ + qer_editorimage textures/trak4x/base/wood1c.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/wood1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wood1d +{ + qer_editorimage textures/trak4x/base/wood1d.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/base/wood1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-door +{ + qer_editorimage textures/trak4x/decal/decal_door.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_door.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-exit +{ + qer_editorimage textures/trak4x/decal/decal_exit.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_exit.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-help +{ + qer_editorimage textures/trak4x/decal/decal_help.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_help.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-iso1 +{ + qer_editorimage textures/trak4x/decal/decal_iso1.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_iso1.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-iso2 +{ + qer_editorimage textures/trak4x/decal/decal_iso2.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_iso2.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-iso3 +{ + qer_editorimage textures/trak4x/decal/decal_iso3.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_iso3.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-northwing +{ + qer_editorimage textures/trak4x/decal/decal_northwing.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_northwing.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-paperdecal +{ + qer_editorimage textures/trak4x/decal/decal_paperdecal.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_paperdecal.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-pills +{ + qer_editorimage textures/trak4x/decal/decal_pills.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_pills.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-southwing +{ + qer_editorimage textures/trak4x/decal/decal_southwing.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_southwing.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-theater1 +{ + qer_editorimage textures/trak4x/decal/decal_theater1.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_theater1.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-theater2 +{ + qer_editorimage textures/trak4x/decal/decal_theater2.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_theater2.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/decal-wallpainting +{ + qer_editorimage textures/trak4x/decal/decal_wallpainting.tga + surfaceparm trans + q3map_bounceScale 0.5 + + + { + map textures/trak4x/decal/decal_wallpainting.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/floor-tile1 +{ + qer_editorimage textures/trak4x/floor/floor_tile1.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/floor/floor_tile1.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/floor-tile2a +{ + qer_editorimage textures/trak4x/floor/floor_tile2a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/floor/floor_tile2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/floor-tile2b +{ + qer_editorimage textures/trak4x/floor/floor_tile2b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/floor/floor_tile2b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/floor-tile3a +{ + qer_editorimage textures/trak4x/floor/floor_tile3a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/floor/floor_tile3a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/floor-tile3b +{ + qer_editorimage textures/trak4x/floor/floor_tile3b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/floor/floor_tile3b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/floor-tile3c +{ + qer_editorimage textures/trak4x/floor/floor_tile3c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/floor/floor_tile3c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/trim-grate1 +{ + qer_editorimage textures/trak4x/trim/trim_grate1.tga + surfaceparm trans + q3map_bounceScale 1.25 + + + { + map textures/trak4x/trim/trim_grate1.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/trim-grate2a +{ + qer_editorimage textures/trak4x/trim/trim_grate2a.tga + surfaceparm trans + q3map_bounceScale 1.25 + + + { + map textures/trak4x/trim/trim_grate2a.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/trim-trim1 +{ + qer_editorimage textures/trak4x/trim/trim_trim1.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/trim/trim_trim1.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/trim-trim1a +{ + qer_editorimage textures/trak4x/trim/trim_trim1a.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/trim/trim_trim1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/trim-trim1b +{ + qer_editorimage textures/trak4x/trim/trim_trim1b.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/trim/trim_trim1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/trim-trim1c +{ + qer_editorimage textures/trak4x/trim/trim_trim1c.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/trim/trim_trim1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/trim-trim1d +{ + qer_editorimage textures/trak4x/trim/trim_trim1d.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/trim/trim_trim1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/trim-trim1e +{ + qer_editorimage textures/trak4x/trim/trim_trim1e.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/trim/trim_trim1e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/trim-trim1f +{ + qer_editorimage textures/trak4x/trim/trim_trim1f.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/trim/trim_trim1f.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-brick1 +{ + qer_editorimage textures/trak4x/wall/wall_brick1.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_brick1.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-brick2 +{ + qer_editorimage textures/trak4x/wall/wall_brick2.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_brick2.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-brick2a +{ + qer_editorimage textures/trak4x/wall/wall_brick2a.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_brick2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-brick2b +{ + qer_editorimage textures/trak4x/wall/wall_brick2b.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_brick2b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-door1 +{ + qer_editorimage textures/trak4x/wall/wall_door1.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/wall/wall_door1.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-door1a +{ + qer_editorimage textures/trak4x/wall/wall_door1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/wall/wall_door1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-door1b +{ + qer_editorimage textures/trak4x/wall/wall_door1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/wall/wall_door1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-door1c +{ + qer_editorimage textures/trak4x/wall/wall_door1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/wall/wall_door1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-door1d +{ + qer_editorimage textures/trak4x/wall/wall_door1d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/wall/wall_door1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-door1e +{ + qer_editorimage textures/trak4x/wall/wall_door1e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak4x/wall/wall_door1e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster1 +{ + qer_editorimage textures/trak4x/wall/wall_plaster1.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster1.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3-2 +{ + qer_editorimage textures/trak4x/wall/wall_plaster3-2.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3-2.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3 +{ + qer_editorimage textures/trak4x/wall/wall_plaster3.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3a-2 +{ + qer_editorimage textures/trak4x/wall/wall_plaster3a-2.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3a-2.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3a-3 +{ + qer_editorimage textures/trak4x/wall/wall_plaster3a-3.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3a-3.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3a +{ + qer_editorimage textures/trak4x/wall/wall_plaster3a.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3b-2 +{ + qer_editorimage textures/trak4x/wall/wall_plaster3b-2.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3b-2.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3b +{ + qer_editorimage textures/trak4x/wall/wall_plaster3b.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3c-2 +{ + qer_editorimage textures/trak4x/wall/wall_plaster3c-2.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3c-2.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3c-3 +{ + qer_editorimage textures/trak4x/wall/wall_plaster3c-3.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3c-3.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3c +{ + qer_editorimage textures/trak4x/wall/wall_plaster3c.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3d-2 +{ + qer_editorimage textures/trak4x/wall/wall_plaster3d-2.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3d-2.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak4x/wall-plaster3d +{ + qer_editorimage textures/trak4x/wall/wall_plaster3d.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak4x/wall/wall_plaster3d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} diff --git a/scripts/trak5x.shader b/scripts/trak5x.shader index 500ae264..c721dc46 100644 --- a/scripts/trak5x.shader +++ b/scripts/trak5x.shader @@ -1,2906 +1,2906 @@ -textures/trak5x/base-base1a -{ - qer_editorimage textures/trak5x/base/base_base1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_base1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-base1b -{ - qer_editorimage textures/trak5x/base/base_base1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_base1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-base1c -{ - qer_editorimage textures/trak5x/base/base_base1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_base1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-holes1a -{ - qer_editorimage textures/trak5x/base/base_holes1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_holes1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-holes1b -{ - qer_editorimage textures/trak5x/base/base_holes1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_holes1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-pipe1a -{ - qer_editorimage textures/trak5x/base/base_pipe1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_pipe1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-pipe1b -{ - qer_editorimage textures/trak5x/base/base_pipe1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_pipe1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-pipe1c -{ - qer_editorimage textures/trak5x/base/base_pipe1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_pipe1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-pipe1d -{ - qer_editorimage textures/trak5x/base/base_pipe1d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_pipe1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-pits1a -{ - qer_editorimage textures/trak5x/base/base_pits1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_pits1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/base-ribs1a -{ - qer_editorimage textures/trak5x/base/base_ribs1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/base/base_ribs1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-floor2a -{ - qer_editorimage textures/trak5x/floor/floor_floor2a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_floor2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-floor2b -{ - qer_editorimage textures/trak5x/floor/floor_floor2b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_floor2b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-floor2c -{ - qer_editorimage textures/trak5x/floor/floor_floor2c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_floor2c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-floor2d -{ - qer_editorimage textures/trak5x/floor/floor_floor2d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_floor2d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-floor2e -{ - qer_editorimage textures/trak5x/floor/floor_floor2e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_floor2e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-floor2f -{ - qer_editorimage textures/trak5x/floor/floor_floor2f.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_floor2f.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile1a -{ - qer_editorimage textures/trak5x/floor/floor_tile1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile1b -{ - qer_editorimage textures/trak5x/floor/floor_tile1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile1c -{ - qer_editorimage textures/trak5x/floor/floor_tile1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile1d -{ - qer_editorimage textures/trak5x/floor/floor_tile1d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile1e -{ - qer_editorimage textures/trak5x/floor/floor_tile1e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile1e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile2a -{ - qer_editorimage textures/trak5x/floor/floor_tile2a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile2b -{ - qer_editorimage textures/trak5x/floor/floor_tile2b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile2b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile2c -{ - qer_editorimage textures/trak5x/floor/floor_tile2c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile2c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile2d -{ - qer_editorimage textures/trak5x/floor/floor_tile2d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile2d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile3a -{ - qer_editorimage textures/trak5x/floor/floor_tile3a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile3a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile3b -{ - qer_editorimage textures/trak5x/floor/floor_tile3b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile3b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile3c -{ - qer_editorimage textures/trak5x/floor/floor_tile3c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile3c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile3d -{ - qer_editorimage textures/trak5x/floor/floor_tile3d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile3d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile3e -{ - qer_editorimage textures/trak5x/floor/floor_tile3e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile3e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile4a -{ - qer_editorimage textures/trak5x/floor/floor_tile4a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile4a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile4b -{ - qer_editorimage textures/trak5x/floor/floor_tile4b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile4b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile4c -{ - qer_editorimage textures/trak5x/floor/floor_tile4c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile4c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile4d -{ - qer_editorimage textures/trak5x/floor/floor_tile4d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile4d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile4e -{ - qer_editorimage textures/trak5x/floor/floor_tile4e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile4e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile5a -{ - qer_editorimage textures/trak5x/floor/floor_tile5a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile5a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile5b -{ - qer_editorimage textures/trak5x/floor/floor_tile5b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile5b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile5c -{ - qer_editorimage textures/trak5x/floor/floor_tile5c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile5c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile5d -{ - qer_editorimage textures/trak5x/floor/floor_tile5d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile5d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/floor-tile5e -{ - qer_editorimage textures/trak5x/floor/floor_tile5e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/floor/floor_tile5e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/light-light1a -{ - qer_editorimage textures/trak5x/light/light_light1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/light/light_light1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/light-light1b -{ - qer_editorimage textures/trak5x/light/light_light1b.tga - - q3map_bounceScale 1.25 - - q3map_surfacelight 1500 - - { - map textures/trak5x/light/light_light1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/light-light1c -{ - qer_editorimage textures/trak5x/light/light_light1c.tga - - q3map_bounceScale 1.25 - - q3map_surfacelight 1500 - - { - map textures/trak5x/light/light_light1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/light-light2a -{ - qer_editorimage textures/trak5x/light/light_light2a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/light/light_light2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/light-light2b -{ - qer_editorimage textures/trak5x/light/light_light2b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/light/light_light2b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/light-light2c -{ - qer_editorimage textures/trak5x/light/light_light2c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/light/light_light2c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/light-light2d -{ - qer_editorimage textures/trak5x/light/light_light2d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/light/light_light2d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/light-light3a -{ - qer_editorimage textures/trak5x/light/light_light3a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/light/light_light3a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/misc-glass -{ - qer_editorimage textures/trak5x/misc/misc_glass.tga - surfaceparm trans - q3map_bounceScale 0.75 - - - { - map textures/trak5x/misc/misc_glass.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/misc-pipez1a -{ - qer_editorimage textures/trak5x/misc/misc_pipez1a.tga - - q3map_bounceScale 0.5 - - - { - map textures/trak5x/misc/misc_pipez1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/misc-thingy1a -{ - qer_editorimage textures/trak5x/misc/misc_thingy1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/misc/misc_thingy1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-ceil1a -{ - qer_editorimage textures/trak5x/panel/panel_ceil1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_ceil1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-comp1a -{ - qer_editorimage textures/trak5x/panel/panel_comp1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_comp1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-comp1b -{ - qer_editorimage textures/trak5x/panel/panel_comp1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_comp1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-comp1c -{ - qer_editorimage textures/trak5x/panel/panel_comp1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_comp1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-comp1d -{ - qer_editorimage textures/trak5x/panel/panel_comp1d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_comp1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-comp1e -{ - qer_editorimage textures/trak5x/panel/panel_comp1e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_comp1e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-crate1a -{ - qer_editorimage textures/trak5x/panel/panel_crate1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_crate1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-crate1b -{ - qer_editorimage textures/trak5x/panel/panel_crate1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_crate1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-crate1c -{ - qer_editorimage textures/trak5x/panel/panel_crate1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_crate1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-crate1d -{ - qer_editorimage textures/trak5x/panel/panel_crate1d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_crate1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-crate1e -{ - qer_editorimage textures/trak5x/panel/panel_crate1e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_crate1e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-grate1a -{ - qer_editorimage textures/trak5x/panel/panel_grate1a.tga - surfaceparm trans - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_grate1a.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-grate2a -{ - qer_editorimage textures/trak5x/panel/panel_grate2a.tga - surfaceparm trans - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_grate2a.tga - blendFunc blend - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-graypanel1 -{ - qer_editorimage textures/trak5x/panel/panel_graypanel1.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_graypanel1.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-graypanel2 -{ - qer_editorimage textures/trak5x/panel/panel_graypanel2.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_graypanel2.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-graypanel3 -{ - qer_editorimage textures/trak5x/panel/panel_graypanel3.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_graypanel3.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-panel1a -{ - qer_editorimage textures/trak5x/panel/panel_panel1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_panel1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-panel2a -{ - qer_editorimage textures/trak5x/panel/panel_panel2a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_panel2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-trisec1c -{ - qer_editorimage textures/trak5x/panel/panel_trisec1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_trisec1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-trisec1d -{ - qer_editorimage textures/trak5x/panel/panel_trisec1d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_trisec1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel1a -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel1b -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel1c -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel1d -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel1d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel1e -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel1e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel1e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel2a -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel2a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel2b -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel2b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel2b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel2c -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel2c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel2c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel2d -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel2d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel2d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/panel-vertpanel2e -{ - qer_editorimage textures/trak5x/panel/panel_vertpanel2e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/panel/panel_vertpanel2e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-basictrim1a -{ - qer_editorimage textures/trak5x/trim/trim_basictrim1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_basictrim1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-basictrim1b -{ - qer_editorimage textures/trak5x/trim/trim_basictrim1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_basictrim1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-stair1a -{ - qer_editorimage textures/trak5x/trim/trim_stair1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_stair1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim1a -{ - qer_editorimage textures/trak5x/trim/trim_trim1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim1b -{ - qer_editorimage textures/trak5x/trim/trim_trim1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim2a -{ - qer_editorimage textures/trak5x/trim/trim_trim2a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim2b -{ - qer_editorimage textures/trak5x/trim/trim_trim2b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim2b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim3a -{ - qer_editorimage textures/trak5x/trim/trim_trim3a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim3a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim3b -{ - qer_editorimage textures/trak5x/trim/trim_trim3b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim3b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim3c -{ - qer_editorimage textures/trak5x/trim/trim_trim3c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim3c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim3d -{ - qer_editorimage textures/trak5x/trim/trim_trim3d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim3d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim3e -{ - qer_editorimage textures/trak5x/trim/trim_trim3e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim3e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim4a -{ - qer_editorimage textures/trak5x/trim/trim_trim4a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim4a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim4b -{ - qer_editorimage textures/trak5x/trim/trim_trim4b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim4b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim4c -{ - qer_editorimage textures/trak5x/trim/trim_trim4c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim4c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim4d -{ - qer_editorimage textures/trak5x/trim/trim_trim4d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim4d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim4e -{ - qer_editorimage textures/trak5x/trim/trim_trim4e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim4e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim5a -{ - qer_editorimage textures/trak5x/trim/trim_trim5a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim5a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim5b -{ - qer_editorimage textures/trak5x/trim/trim_trim5b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim5b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim5c -{ - qer_editorimage textures/trak5x/trim/trim_trim5c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim5c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim5d -{ - qer_editorimage textures/trak5x/trim/trim_trim5d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim5d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim5e -{ - qer_editorimage textures/trak5x/trim/trim_trim5e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim5e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim6a -{ - qer_editorimage textures/trak5x/trim/trim_trim6a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim6a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim6b -{ - qer_editorimage textures/trak5x/trim/trim_trim6b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim6b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim6c -{ - qer_editorimage textures/trak5x/trim/trim_trim6c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim6c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim6d -{ - qer_editorimage textures/trak5x/trim/trim_trim6d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim6d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim6e -{ - qer_editorimage textures/trak5x/trim/trim_trim6e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim6e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim7a -{ - qer_editorimage textures/trak5x/trim/trim_trim7a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim7a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim7b -{ - qer_editorimage textures/trak5x/trim/trim_trim7b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim7b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim7c -{ - qer_editorimage textures/trak5x/trim/trim_trim7c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim7c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim7d -{ - qer_editorimage textures/trak5x/trim/trim_trim7d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim7d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim7e -{ - qer_editorimage textures/trak5x/trim/trim_trim7e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim7e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim8a -{ - qer_editorimage textures/trak5x/trim/trim_trim8a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim8a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim8b -{ - qer_editorimage textures/trak5x/trim/trim_trim8b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim8b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim8c -{ - qer_editorimage textures/trak5x/trim/trim_trim8c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim8c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim8d -{ - qer_editorimage textures/trak5x/trim/trim_trim8d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim8d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim8e -{ - qer_editorimage textures/trak5x/trim/trim_trim8e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim8e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim9a -{ - qer_editorimage textures/trak5x/trim/trim_trim9a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim9a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim9b -{ - qer_editorimage textures/trak5x/trim/trim_trim9b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim9b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim9c -{ - qer_editorimage textures/trak5x/trim/trim_trim9c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim9c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim9d -{ - qer_editorimage textures/trak5x/trim/trim_trim9d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim9d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trim9e -{ - qer_editorimage textures/trak5x/trim/trim_trim9e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trim9e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trisec1a -{ - qer_editorimage textures/trak5x/trim/trim_trisec1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trisec1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/trim-trisec1b -{ - qer_editorimage textures/trak5x/trim/trim_trisec1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/trim/trim_trisec1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall1a -{ - qer_editorimage textures/trak5x/wall/wall_wall1a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall1a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall1b -{ - qer_editorimage textures/trak5x/wall/wall_wall1b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall1b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall1c -{ - qer_editorimage textures/trak5x/wall/wall_wall1c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall1c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall1d -{ - qer_editorimage textures/trak5x/wall/wall_wall1d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall1d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall1e -{ - qer_editorimage textures/trak5x/wall/wall_wall1e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall1e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall2a -{ - qer_editorimage textures/trak5x/wall/wall_wall2a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall2a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall2b -{ - qer_editorimage textures/trak5x/wall/wall_wall2b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall2b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall2c -{ - qer_editorimage textures/trak5x/wall/wall_wall2c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall2c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall2d -{ - qer_editorimage textures/trak5x/wall/wall_wall2d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall2d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall2e -{ - qer_editorimage textures/trak5x/wall/wall_wall2e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall2e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall3a -{ - qer_editorimage textures/trak5x/wall/wall_wall3a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall3a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall3b -{ - qer_editorimage textures/trak5x/wall/wall_wall3b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall3b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall3c -{ - qer_editorimage textures/trak5x/wall/wall_wall3c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall3c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall3d -{ - qer_editorimage textures/trak5x/wall/wall_wall3d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall3d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall3e -{ - qer_editorimage textures/trak5x/wall/wall_wall3e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall3e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall4a -{ - qer_editorimage textures/trak5x/wall/wall_wall4a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall4a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall4b -{ - qer_editorimage textures/trak5x/wall/wall_wall4b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall4b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall4c -{ - qer_editorimage textures/trak5x/wall/wall_wall4c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall4c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall4d -{ - qer_editorimage textures/trak5x/wall/wall_wall4d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall4d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall4e -{ - qer_editorimage textures/trak5x/wall/wall_wall4e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall4e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall5a -{ - qer_editorimage textures/trak5x/wall/wall_wall5a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall5a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall5b -{ - qer_editorimage textures/trak5x/wall/wall_wall5b.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall5b.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall5c -{ - qer_editorimage textures/trak5x/wall/wall_wall5c.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall5c.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall5d -{ - qer_editorimage textures/trak5x/wall/wall_wall5d.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall5d.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall5e -{ - qer_editorimage textures/trak5x/wall/wall_wall5e.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall5e.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall6a -{ - qer_editorimage textures/trak5x/wall/wall_wall6a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall6a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} -textures/trak5x/wall-wall7a -{ - qer_editorimage textures/trak5x/wall/wall_wall7a.tga - - q3map_bounceScale 1.25 - - - { - map textures/trak5x/wall/wall_wall7a.tga - - - } - { - map $lightmap - rgbGen identity - tcGen lightmap - blendfunc filter - } -} +textures/trak5x/base-base1a +{ + qer_editorimage textures/trak5x/base/base_base1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_base1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-base1b +{ + qer_editorimage textures/trak5x/base/base_base1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_base1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-base1c +{ + qer_editorimage textures/trak5x/base/base_base1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_base1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-holes1a +{ + qer_editorimage textures/trak5x/base/base_holes1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_holes1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-holes1b +{ + qer_editorimage textures/trak5x/base/base_holes1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_holes1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-pipe1a +{ + qer_editorimage textures/trak5x/base/base_pipe1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_pipe1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-pipe1b +{ + qer_editorimage textures/trak5x/base/base_pipe1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_pipe1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-pipe1c +{ + qer_editorimage textures/trak5x/base/base_pipe1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_pipe1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-pipe1d +{ + qer_editorimage textures/trak5x/base/base_pipe1d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_pipe1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-pits1a +{ + qer_editorimage textures/trak5x/base/base_pits1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_pits1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/base-ribs1a +{ + qer_editorimage textures/trak5x/base/base_ribs1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/base/base_ribs1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-floor2a +{ + qer_editorimage textures/trak5x/floor/floor_floor2a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_floor2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-floor2b +{ + qer_editorimage textures/trak5x/floor/floor_floor2b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_floor2b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-floor2c +{ + qer_editorimage textures/trak5x/floor/floor_floor2c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_floor2c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-floor2d +{ + qer_editorimage textures/trak5x/floor/floor_floor2d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_floor2d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-floor2e +{ + qer_editorimage textures/trak5x/floor/floor_floor2e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_floor2e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-floor2f +{ + qer_editorimage textures/trak5x/floor/floor_floor2f.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_floor2f.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile1a +{ + qer_editorimage textures/trak5x/floor/floor_tile1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile1b +{ + qer_editorimage textures/trak5x/floor/floor_tile1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile1c +{ + qer_editorimage textures/trak5x/floor/floor_tile1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile1d +{ + qer_editorimage textures/trak5x/floor/floor_tile1d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile1e +{ + qer_editorimage textures/trak5x/floor/floor_tile1e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile1e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile2a +{ + qer_editorimage textures/trak5x/floor/floor_tile2a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile2b +{ + qer_editorimage textures/trak5x/floor/floor_tile2b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile2b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile2c +{ + qer_editorimage textures/trak5x/floor/floor_tile2c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile2c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile2d +{ + qer_editorimage textures/trak5x/floor/floor_tile2d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile2d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile3a +{ + qer_editorimage textures/trak5x/floor/floor_tile3a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile3a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile3b +{ + qer_editorimage textures/trak5x/floor/floor_tile3b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile3b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile3c +{ + qer_editorimage textures/trak5x/floor/floor_tile3c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile3c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile3d +{ + qer_editorimage textures/trak5x/floor/floor_tile3d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile3d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile3e +{ + qer_editorimage textures/trak5x/floor/floor_tile3e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile3e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile4a +{ + qer_editorimage textures/trak5x/floor/floor_tile4a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile4a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile4b +{ + qer_editorimage textures/trak5x/floor/floor_tile4b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile4b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile4c +{ + qer_editorimage textures/trak5x/floor/floor_tile4c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile4c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile4d +{ + qer_editorimage textures/trak5x/floor/floor_tile4d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile4d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile4e +{ + qer_editorimage textures/trak5x/floor/floor_tile4e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile4e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile5a +{ + qer_editorimage textures/trak5x/floor/floor_tile5a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile5a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile5b +{ + qer_editorimage textures/trak5x/floor/floor_tile5b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile5b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile5c +{ + qer_editorimage textures/trak5x/floor/floor_tile5c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile5c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile5d +{ + qer_editorimage textures/trak5x/floor/floor_tile5d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile5d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/floor-tile5e +{ + qer_editorimage textures/trak5x/floor/floor_tile5e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/floor/floor_tile5e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/light-light1a +{ + qer_editorimage textures/trak5x/light/light_light1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/light/light_light1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/light-light1b +{ + qer_editorimage textures/trak5x/light/light_light1b.tga + + q3map_bounceScale 1.25 + + q3map_surfacelight 1500 + + { + map textures/trak5x/light/light_light1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/light-light1c +{ + qer_editorimage textures/trak5x/light/light_light1c.tga + + q3map_bounceScale 1.25 + + q3map_surfacelight 1500 + + { + map textures/trak5x/light/light_light1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/light-light2a +{ + qer_editorimage textures/trak5x/light/light_light2a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/light/light_light2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/light-light2b +{ + qer_editorimage textures/trak5x/light/light_light2b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/light/light_light2b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/light-light2c +{ + qer_editorimage textures/trak5x/light/light_light2c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/light/light_light2c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/light-light2d +{ + qer_editorimage textures/trak5x/light/light_light2d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/light/light_light2d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/light-light3a +{ + qer_editorimage textures/trak5x/light/light_light3a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/light/light_light3a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/misc-glass +{ + qer_editorimage textures/trak5x/misc/misc_glass.tga + surfaceparm trans + q3map_bounceScale 0.75 + + + { + map textures/trak5x/misc/misc_glass.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/misc-pipez1a +{ + qer_editorimage textures/trak5x/misc/misc_pipez1a.tga + + q3map_bounceScale 0.5 + + + { + map textures/trak5x/misc/misc_pipez1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/misc-thingy1a +{ + qer_editorimage textures/trak5x/misc/misc_thingy1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/misc/misc_thingy1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-ceil1a +{ + qer_editorimage textures/trak5x/panel/panel_ceil1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_ceil1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-comp1a +{ + qer_editorimage textures/trak5x/panel/panel_comp1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_comp1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-comp1b +{ + qer_editorimage textures/trak5x/panel/panel_comp1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_comp1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-comp1c +{ + qer_editorimage textures/trak5x/panel/panel_comp1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_comp1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-comp1d +{ + qer_editorimage textures/trak5x/panel/panel_comp1d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_comp1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-comp1e +{ + qer_editorimage textures/trak5x/panel/panel_comp1e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_comp1e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-crate1a +{ + qer_editorimage textures/trak5x/panel/panel_crate1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_crate1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-crate1b +{ + qer_editorimage textures/trak5x/panel/panel_crate1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_crate1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-crate1c +{ + qer_editorimage textures/trak5x/panel/panel_crate1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_crate1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-crate1d +{ + qer_editorimage textures/trak5x/panel/panel_crate1d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_crate1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-crate1e +{ + qer_editorimage textures/trak5x/panel/panel_crate1e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_crate1e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-grate1a +{ + qer_editorimage textures/trak5x/panel/panel_grate1a.tga + surfaceparm trans + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_grate1a.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-grate2a +{ + qer_editorimage textures/trak5x/panel/panel_grate2a.tga + surfaceparm trans + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_grate2a.tga + blendFunc blend + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-graypanel1 +{ + qer_editorimage textures/trak5x/panel/panel_graypanel1.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_graypanel1.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-graypanel2 +{ + qer_editorimage textures/trak5x/panel/panel_graypanel2.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_graypanel2.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-graypanel3 +{ + qer_editorimage textures/trak5x/panel/panel_graypanel3.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_graypanel3.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-panel1a +{ + qer_editorimage textures/trak5x/panel/panel_panel1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_panel1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-panel2a +{ + qer_editorimage textures/trak5x/panel/panel_panel2a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_panel2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-trisec1c +{ + qer_editorimage textures/trak5x/panel/panel_trisec1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_trisec1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-trisec1d +{ + qer_editorimage textures/trak5x/panel/panel_trisec1d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_trisec1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel1a +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel1b +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel1c +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel1d +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel1d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel1e +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel1e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel1e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel2a +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel2a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel2b +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel2b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel2b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel2c +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel2c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel2c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel2d +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel2d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel2d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/panel-vertpanel2e +{ + qer_editorimage textures/trak5x/panel/panel_vertpanel2e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/panel/panel_vertpanel2e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-basictrim1a +{ + qer_editorimage textures/trak5x/trim/trim_basictrim1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_basictrim1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-basictrim1b +{ + qer_editorimage textures/trak5x/trim/trim_basictrim1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_basictrim1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-stair1a +{ + qer_editorimage textures/trak5x/trim/trim_stair1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_stair1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim1a +{ + qer_editorimage textures/trak5x/trim/trim_trim1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim1b +{ + qer_editorimage textures/trak5x/trim/trim_trim1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim2a +{ + qer_editorimage textures/trak5x/trim/trim_trim2a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim2b +{ + qer_editorimage textures/trak5x/trim/trim_trim2b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim2b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim3a +{ + qer_editorimage textures/trak5x/trim/trim_trim3a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim3a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim3b +{ + qer_editorimage textures/trak5x/trim/trim_trim3b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim3b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim3c +{ + qer_editorimage textures/trak5x/trim/trim_trim3c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim3c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim3d +{ + qer_editorimage textures/trak5x/trim/trim_trim3d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim3d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim3e +{ + qer_editorimage textures/trak5x/trim/trim_trim3e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim3e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim4a +{ + qer_editorimage textures/trak5x/trim/trim_trim4a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim4a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim4b +{ + qer_editorimage textures/trak5x/trim/trim_trim4b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim4b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim4c +{ + qer_editorimage textures/trak5x/trim/trim_trim4c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim4c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim4d +{ + qer_editorimage textures/trak5x/trim/trim_trim4d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim4d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim4e +{ + qer_editorimage textures/trak5x/trim/trim_trim4e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim4e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim5a +{ + qer_editorimage textures/trak5x/trim/trim_trim5a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim5a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim5b +{ + qer_editorimage textures/trak5x/trim/trim_trim5b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim5b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim5c +{ + qer_editorimage textures/trak5x/trim/trim_trim5c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim5c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim5d +{ + qer_editorimage textures/trak5x/trim/trim_trim5d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim5d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim5e +{ + qer_editorimage textures/trak5x/trim/trim_trim5e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim5e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim6a +{ + qer_editorimage textures/trak5x/trim/trim_trim6a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim6a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim6b +{ + qer_editorimage textures/trak5x/trim/trim_trim6b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim6b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim6c +{ + qer_editorimage textures/trak5x/trim/trim_trim6c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim6c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim6d +{ + qer_editorimage textures/trak5x/trim/trim_trim6d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim6d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim6e +{ + qer_editorimage textures/trak5x/trim/trim_trim6e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim6e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim7a +{ + qer_editorimage textures/trak5x/trim/trim_trim7a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim7a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim7b +{ + qer_editorimage textures/trak5x/trim/trim_trim7b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim7b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim7c +{ + qer_editorimage textures/trak5x/trim/trim_trim7c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim7c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim7d +{ + qer_editorimage textures/trak5x/trim/trim_trim7d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim7d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim7e +{ + qer_editorimage textures/trak5x/trim/trim_trim7e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim7e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim8a +{ + qer_editorimage textures/trak5x/trim/trim_trim8a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim8a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim8b +{ + qer_editorimage textures/trak5x/trim/trim_trim8b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim8b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim8c +{ + qer_editorimage textures/trak5x/trim/trim_trim8c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim8c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim8d +{ + qer_editorimage textures/trak5x/trim/trim_trim8d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim8d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim8e +{ + qer_editorimage textures/trak5x/trim/trim_trim8e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim8e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim9a +{ + qer_editorimage textures/trak5x/trim/trim_trim9a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim9a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim9b +{ + qer_editorimage textures/trak5x/trim/trim_trim9b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim9b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim9c +{ + qer_editorimage textures/trak5x/trim/trim_trim9c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim9c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim9d +{ + qer_editorimage textures/trak5x/trim/trim_trim9d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim9d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trim9e +{ + qer_editorimage textures/trak5x/trim/trim_trim9e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trim9e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trisec1a +{ + qer_editorimage textures/trak5x/trim/trim_trisec1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trisec1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/trim-trisec1b +{ + qer_editorimage textures/trak5x/trim/trim_trisec1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/trim/trim_trisec1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall1a +{ + qer_editorimage textures/trak5x/wall/wall_wall1a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall1a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall1b +{ + qer_editorimage textures/trak5x/wall/wall_wall1b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall1b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall1c +{ + qer_editorimage textures/trak5x/wall/wall_wall1c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall1c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall1d +{ + qer_editorimage textures/trak5x/wall/wall_wall1d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall1d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall1e +{ + qer_editorimage textures/trak5x/wall/wall_wall1e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall1e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall2a +{ + qer_editorimage textures/trak5x/wall/wall_wall2a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall2a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall2b +{ + qer_editorimage textures/trak5x/wall/wall_wall2b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall2b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall2c +{ + qer_editorimage textures/trak5x/wall/wall_wall2c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall2c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall2d +{ + qer_editorimage textures/trak5x/wall/wall_wall2d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall2d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall2e +{ + qer_editorimage textures/trak5x/wall/wall_wall2e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall2e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall3a +{ + qer_editorimage textures/trak5x/wall/wall_wall3a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall3a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall3b +{ + qer_editorimage textures/trak5x/wall/wall_wall3b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall3b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall3c +{ + qer_editorimage textures/trak5x/wall/wall_wall3c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall3c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall3d +{ + qer_editorimage textures/trak5x/wall/wall_wall3d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall3d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall3e +{ + qer_editorimage textures/trak5x/wall/wall_wall3e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall3e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall4a +{ + qer_editorimage textures/trak5x/wall/wall_wall4a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall4a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall4b +{ + qer_editorimage textures/trak5x/wall/wall_wall4b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall4b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall4c +{ + qer_editorimage textures/trak5x/wall/wall_wall4c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall4c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall4d +{ + qer_editorimage textures/trak5x/wall/wall_wall4d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall4d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall4e +{ + qer_editorimage textures/trak5x/wall/wall_wall4e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall4e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall5a +{ + qer_editorimage textures/trak5x/wall/wall_wall5a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall5a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall5b +{ + qer_editorimage textures/trak5x/wall/wall_wall5b.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall5b.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall5c +{ + qer_editorimage textures/trak5x/wall/wall_wall5c.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall5c.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall5d +{ + qer_editorimage textures/trak5x/wall/wall_wall5d.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall5d.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall5e +{ + qer_editorimage textures/trak5x/wall/wall_wall5e.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall5e.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall6a +{ + qer_editorimage textures/trak5x/wall/wall_wall6a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall6a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/trak5x/wall-wall7a +{ + qer_editorimage textures/trak5x/wall/wall_wall7a.tga + + q3map_bounceScale 1.25 + + + { + map textures/trak5x/wall/wall_wall7a.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} -- 2.39.2