From bfac159db2e9eb481dfc9e873d994182d08fd64a Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 28 Jun 2012 11:04:28 +0200 Subject: [PATCH] fix linefeeds. How does tZork always manage to get them in... they are blocked --- maps/topoftheworld.map.options | 12 ++++++------ maps/topoftheworld.mapinfo | 26 +++++++++++++------------- scripts/map_topoftheworld.shader | 32 ++++++++++++++++---------------- 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/maps/topoftheworld.map.options b/maps/topoftheworld.map.options index 61a1baa5..e508ebdf 100644 --- a/maps/topoftheworld.map.options +++ b/maps/topoftheworld.map.options @@ -1,6 +1,6 @@ --bsp + -samplesize 32 -minsamplesize 16 -np 20 --light + -fast -gamma 1.5 -compensate 2 -samples 3 --vis + --minimap + --nosRGB -Version: 1 +-bsp + -samplesize 32 -minsamplesize 16 -np 20 +-light + -fast -gamma 1.5 -compensate 2 -samples 3 +-vis + +-minimap + +-nosRGB +Version: 1 diff --git a/maps/topoftheworld.mapinfo b/maps/topoftheworld.mapinfo index 501cb4d9..64907e58 100644 --- a/maps/topoftheworld.mapinfo +++ b/maps/topoftheworld.mapinfo @@ -1,13 +1,13 @@ -title Top of the world -description Large scale vehicle ctf map -author Jakob "tZork" Markström Gröhn -cdtrack 10 -has weapons -has turrets -has weapons -gametype ctf caplimit=5 timelimit=60 -settemp_for_type all g_use_ammunition 0 -settemp_for_type all g_turrets_unit_plasma_dual_respawntime 120 -settemp_for_type all g_turrets_unit_mlrs_std_respawntime 180 -settemp_for_type all g_turrets_unit_flac_std_respawntime 240 -settemp_for_type all g_turrets_unit_plasma_dual_shot_speed 5000 +title Top of the world +description Large scale vehicle ctf map +author Jakob "tZork" Markström Gröhn +cdtrack 10 +has weapons +has turrets +has weapons +gametype ctf caplimit=5 timelimit=60 +settemp_for_type all g_use_ammunition 0 +settemp_for_type all g_turrets_unit_plasma_dual_respawntime 120 +settemp_for_type all g_turrets_unit_mlrs_std_respawntime 180 +settemp_for_type all g_turrets_unit_flac_std_respawntime 240 +settemp_for_type all g_turrets_unit_plasma_dual_shot_speed 5000 diff --git a/scripts/map_topoftheworld.shader b/scripts/map_topoftheworld.shader index 571ae4de..8b776763 100644 --- a/scripts/map_topoftheworld.shader +++ b/scripts/map_topoftheworld.shader @@ -1,17 +1,17 @@ -textures/map_topoftheworld/hexglass -{ - q3map_bouncescale 3 - dpreflectcube cubemaps/default/sky - dpnoshadow - surfaceparm trans - { - map textures/map_topoftheworld/hexglass.tga - blendfunc blend - rgbgen lightingDiffuse - } - { - map $lightmap - blendfunc GL_DST_COLOR GL_ZERO - rgbGen identity - } +textures/map_topoftheworld/hexglass +{ + q3map_bouncescale 3 + dpreflectcube cubemaps/default/sky + dpnoshadow + surfaceparm trans + { + map textures/map_topoftheworld/hexglass.tga + blendfunc blend + rgbgen lightingDiffuse + } + { + map $lightmap + blendfunc GL_DST_COLOR GL_ZERO + rgbGen identity + } } \ No newline at end of file -- 2.39.2