From: Mircea Kitsune Date: Wed, 30 Jun 2010 13:14:34 +0000 (+0300) Subject: This branch will include a weapon code hook to be used with cvars, together with... X-Git-Tag: xonotic-v0.1.0preview~514 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7b254122d8464c57d9643d4f08ca3e31e10ac6b7;p=xonotic%2Fxonotic-data.pk3dir.git This branch will include a weapon code hook to be used with cvars, together with a script which will allow swapping the weapon firing buttons. eg. Want the Mortar to shoot bouncy grenades with primary and explosive grenades with secondary? Set cl_reversefirebuttons_grenadelauncher 1. Committing the cvars for now... --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 950a8e116..970feba5e 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1493,6 +1493,24 @@ seta cl_weaponpriority8 "" "use impulse 208 for prev gun from this list, 218 for seta cl_weaponpriority9 "" "use impulse 209 for prev gun from this list, 219 for best gun, 229 for next gun" seta cl_weaponimpulsemode 0 "0: only cycle between currently usable weapons in weapon priority order; 1: cycle between all possible weapons on a key in weapon priority order" +seta cl_reversefirebuttons_tuba 0 +seta cl_reversefirebuttons_laser 0 +seta cl_reversefirebuttons_shotgun 0 +seta cl_reversefirebuttons_uzi 0 +seta cl_reversefirebuttons_campingrifle 0 +seta cl_reversefirebuttons_grenadelauncher 0 +seta cl_reversefirebuttons_electro 0 +seta cl_reversefirebuttons_hlac 0 +seta cl_reversefirebuttons_crylink 0 +seta cl_reversefirebuttons_minstanex 0 +seta cl_reversefirebuttons_nex 0 +seta cl_reversefirebuttons_hagar 0 +seta cl_reversefirebuttons_seeker 0 +seta cl_reversefirebuttons_fireball 0 +seta cl_reversefirebuttons_rocketlauncher 0 +seta cl_reversefirebuttons_hook 0 +seta cl_reversefirebuttons_porto 0 + seta sv_status_privacy 1 "hide IP addresses from \"status\" replies shown to clients" set g_maplist_allow_hidden 0 "allow hidden maps to be, e.g., voted for and in the maplist"