From 067082588e1a0ebfedd40f401746b0b8c8ae57dd Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Thu, 14 Apr 2011 16:03:47 +0300 Subject: [PATCH] Load all configs in default.cfg instead of defaultVT.cfg --- data/default.cfg | 6 ++++++ data/defaultVT.cfg | 13 ------------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/data/default.cfg b/data/default.cfg index e92bba54..c6d6a1b2 100644 --- a/data/default.cfg +++ b/data/default.cfg @@ -1 +1,7 @@ +// load the default settings exec defaultVT.cfg +exec botsVT.cfg +exec ctfscoringVT.cfg +exec physicsVT.cfg +exec balanceVT.cfg +exec turretsVT.cfg \ No newline at end of file diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index baa6477d..e595ba89 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -280,9 +280,7 @@ set sv_fragmessage_information_handicap 1 "Enable handicap display information, set sv_fragmessage_information_stats 0 "Enable statistics (health/armor) display information, 0 = Never display; 1 = Always display (Only available for the person who was killed)" set sv_fragmessage_information_typefrag 1 "Enable typefrag display information, 0 = Never display; 1 = Always display" -// use default physics set sv_friction_on_land 0 -exec physicsVT.cfg set sv_player_viewoffset "0 0 35" "view offset of the player model" set sv_player_mins "-16 -16 -24" "playermodel mins" @@ -345,8 +343,6 @@ cl_movement_waterfriction $sv_waterfriction seta cl_autoswitch 1 "automatically switch to newly picked up weapons if they are better than what you are carrying" alias autoswitch "set cl_autoswitch $1 ; cmd autoswitch $1" -exec botsVT.cfg - // waypoint editor enable set g_waypointeditor 0 @@ -528,8 +524,6 @@ set g_ctf_flag_pickup_effects 1 set g_ctf_flag_capture_effects 1 set g_ctf_captimerecord_always 0 "if enabled, assisted CTF records (with other players on the server) are recorded too" -exec ctfscoringVT.cfg - // domination seta g_domination 0 "Domination: capture and hold control points to gain points" set g_domination_default_teams 2 "default number of teams for maps that aren't domination-specific" @@ -592,11 +586,6 @@ set g_rpg_canleave 1 "when enabled, anyone can leave a predator's stomach in RPG set g_rpg_botattack 1 "bot behavior in RPG. 0 causes bots to never attack, 1 allows bots to swallow you harmlessly, 2 allows bots to attack normally" set g_rpg_turretattack 0 "if disabled, turrets don't attack anyone in RPG games. Otherwise, they attack everyone." -// server game balance settings -// powerup balance settings -// weapon balance settings follow -exec balanceVT.cfg - set g_bloodloss 0 "amount of health below which blood loss occurs" set g_footsteps 1 "serverside footstep sounds" @@ -1318,8 +1307,6 @@ set sv_clones 0 "number of clones a player may make (reset by the \"kill\" comma set cl_handicap 1 "the higher, the more damage you will receive (client setting)" -exec turretsVT.cfg - // must be at the bottom of this file: // alias for switching the teamselect menu alias menu_showteamselect "menu_cmd directmenu TeamSelect" -- 2.39.2