From add1d66651541d8b14376ace47fb7a24039500d5 Mon Sep 17 00:00:00 2001 From: div0 Date: Tue, 29 Jan 2008 20:18:52 +0000 Subject: [PATCH] de-mapcfg default.cfg git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3305 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/default.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/default.cfg b/data/default.cfg index 5181a3d5e..52503fbb4 100644 --- a/data/default.cfg +++ b/data/default.cfg @@ -32,8 +32,7 @@ alias -hook -button6 alias ready "cmd ready" alias bsp "ls maps/*.bsp" -alias mapcfg "ls maps/*.mapcfg" -alias chmap "exec $exit_cfg ; exec game_reset.cfg; exec maps/$1.mapcfg" +alias chmap "map $*" alias gotomap "sv_cmd gotomap \"$1\"" alias reset "exec game_reset.cfg" @@ -782,7 +781,7 @@ set g_balance_keyhunt_throwvelocity 400 set g_balance_keyhunt_protecttime 0.8 set g_balance_keyhunt_damageforcescale 1 set g_keyhunt_teams_override 0 -set g_keyhunt_teams 0 // mapcfgs NEED to specify this! +set g_keyhunt_teams 0 // so it can be stuffcmd-ed still set cl_gravity 800 // but ignored anyway -- 2.39.2