From 19a9973c2caa2b7294daf7bb952a3159af7c717b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 18 Dec 2011 21:05:57 +0100 Subject: [PATCH] define some vars --- defaultXonotic.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 6fc54b53a..cdca6cb29 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -995,7 +995,8 @@ seta cl_notify_carried_items "3" "notify you of carried items when you obtain th // startmap_dm is used when running with the -listen or -dedicated commandline options set serverconfig server.cfg -alias startmap_dm "set _sv_init 0; map _init/_init; exec $serverconfig; set _sv_init 1; map _init/_init" +set sv_init 0 +alias startmap_dm "set _sv_init 0; map _init/_init; exec $serverconfig; set _sv_init 1" alias sv_loadconfig "exec $serverconfig" alias sv_restart "say \"Server will restart at the end of the match, you will all be reconnected automatically. $* \"; quit_and_redirect self" @@ -1778,6 +1779,11 @@ seta cl_gentle_damage 0 "client side gentle mode (only replaces damage flash); set g_jetpack 0 "Jetpack mutator (uses the hook's button, can't coexist with the offhand hook, but only with the onhand one)" set g_running_guns 0 "... or wonder, till it drives you mad, what would have followed if you had." +set g_bastet 0 "don't try" +set g_loituma 0 "no, really" + +set _urllib_nextslot 0 "temp variable" +set cl_warpzone_usetrace 1 "do not touch" set cl_effects_lightningarc_simple 0 set cl_effects_lightningarc_segmentlength 64 -- 2.39.2