From 7b254122d8464c57d9643d4f08ca3e31e10ac6b7 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Wed, 30 Jun 2010 16:14:34 +0300 Subject: [PATCH] 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... --- defaultXonotic.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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" -- 2.39.2