r2770 - trunk/pro

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jun 21 09:17:55 EDT 2007


Author: esteel
Date: 2007-06-21 09:17:55 -0400 (Thu, 21 Jun 2007)
New Revision: 2770

Modified:
   trunk/pro/default.cfg
Log:
merged sv_maxrate, skill_auto, g_maplist, disable joystick from data into pro


Modified: trunk/pro/default.cfg
===================================================================
--- trunk/pro/default.cfg	2007-06-21 04:44:41 UTC (rev 2769)
+++ trunk/pro/default.cfg	2007-06-21 13:17:55 UTC (rev 2770)
@@ -103,7 +103,6 @@
 
 // server settings
 hostname "Nexuiz Pro Server"
-sv_maxrate 10000
 set sv_mapchange_delay 5
 set minplayers 0
 sv_cullentities_trace 1
@@ -155,6 +154,7 @@
 set bot_nofire 0 // makes bots not attack at all, mainly for testing in g_waypointeditor mode
 seta bot_prefix [BOT]
 seta bot_suffix ""
+seta skill_auto 0 // when 1, "skill" gets adjusted to match the best player on the map
 // general bot AI cvars
 set bot_ai_strategyinterval 2
 set bot_ai_enemydetectioninterval 0.5
@@ -221,7 +221,7 @@
 set g_casings 0
 set g_norecoil 1
 set g_throughfloor 0
-set g_maplist_defaultlist 'dm_aggressor''dm_aneurysm''dm_basement''dm_bleach''dm_bluesky''dm_bloodprison''dm_darkzone''dm_downer''dm_evilspace''dm_farewell''dm_runningman''dm_runningman_1on1remix''dm_silvercity''dm_skyway''dm_reslimed''dm_soylent''dm_starship''dm_stormkeep''dm_toxic''dm_warfare'
+set g_maplist_defaultlist 'dm_aggressor''dm_aneurysm''dm_basement''dm_bleach''dm_bloodprison''dm_bluesky''dm_darkzone''dm_dieselpower''dm_downer''dm_evilspace''dm_farewell''dm_final_rage''dm_reslimed''dm_ruiner''dm_runningman_1on1remix''dm_runningman''dm_silvercity''dm_skyway''dm_soylent''dm_starship''dm_stormkeep''dm_toxic''dm_warfare'
 seta g_maplist $g_maplist_defaultlist
 seta g_maplist_index 0 // this is used internally for saving position in maplist cycle
 seta g_maplist_selectrandom 0 // if 1, a random map will be chosen as next map - DEPRECATED in favor of g_maplist_shuffle
@@ -471,6 +471,11 @@
 cl_sound_r_exp3 ""
 sv_sound_land ""
 sv_sound_watersplash ""
+
+// disable joysticks
+set joystick 0
+set joy_enable 0
+
 // startmap_dm is used when running with the -listen or -dedicated commandline options
 alias startmap_sp "set _sv_init 1; map aggressor"
 alias startmap_dm "set _sv_init 1; map aggressor"




More information about the nexuiz-commits mailing list