]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Whitelist a few cvars and replace electro with arc bolts in xdf balance (matches...
authorMario <mario@smbclan.net>
Fri, 10 Mar 2017 23:04:10 +0000 (09:04 +1000)
committerMario <mario@smbclan.net>
Fri, 10 Mar 2017 23:04:10 +0000 (09:04 +1000)
bal-wep-xdf.cfg
qcsrc/server/g_world.qc

index ef1c777e7080e0977afd2f8c2ab3b990ba1f2827..d9349ddcf7df7e51999b70d3a2760ab85b014aec 100644 (file)
@@ -223,7 +223,7 @@ set g_balance_electro_secondary_stick 0
 set g_balance_electro_secondary_touchexplode 0
 set g_balance_electro_switchdelay_drop 0
 set g_balance_electro_switchdelay_raise 0
-set g_balance_electro_weaponreplace ""
+set g_balance_electro_weaponreplace "arc"
 set g_balance_electro_weaponstart 0
 set g_balance_electro_weaponstartoverride -1
 set g_balance_electro_weaponthrowable 1
@@ -754,7 +754,7 @@ set g_balance_arc_beam_range 1000
 set g_balance_arc_beam_refire 0.25
 set g_balance_arc_beam_returnspeed 8
 set g_balance_arc_beam_tightness 0.5
-set g_balance_arc_bolt 0
+set g_balance_arc_bolt 1
 set g_balance_arc_bolt_ammo 1
 set g_balance_arc_bolt_damage 25
 set g_balance_arc_bolt_damageforcescale 0
index f4807ffcb6ab8ffa3b19b58c5625b6bb2c0f626b..1500936d330a2dbba465035cf29eec80f23ab8c9 100644 (file)
@@ -316,6 +316,8 @@ void cvar_changes_init()
                BADCVAR("gameversion");
                BADCVAR("g_allow_oldvortexbeam");
                BADCVAR("g_balance_kill_delay");
+               BADCVAR("g_buffs_pickup_anyway");
+               BADCVAR("g_buffs_randomize");
                BADCVAR("g_campcheck_distance");
                BADCVAR("g_ca_point_leadlimit");
                BADCVAR("g_ca_point_limit");
@@ -328,11 +330,14 @@ void cvar_changes_init()
                BADCVAR("g_freezetag_point_limit");
                BADCVAR("g_hats");
                BADCVAR("g_invasion_point_limit");
+               BADCVAR("g_jump_grunt");
                BADCVAR("g_keyhunt_point_leadlimit");
+               BADCVAR("g_maplist_selectrandom");
                BADCVAR("g_nexball_goalleadlimit");
                BADCVAR("g_new_toys_use_pickupsound");
                BADCVAR("g_physics_predictall");
                BADCVAR("g_piggyback");
+               BADCVAR("g_playerclip_collisions");
                BADCVAR("g_tdm_point_leadlimit");
                BADCVAR("g_tdm_point_limit");
                BADCVAR("leadlimit_and_fraglimit");