X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=4ef1d04d6765a3260f0825bb2e88b875970cb968;hb=7a287a4a58acdedc1ffe0a0bd4df6c65af4d7be1;hp=80bd84a0768432f114133f5f3e0aee01265059a4;hpb=b0259aa7cd71ac09094e96c4986318ae476f3180;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 80bd84a07..4ef1d04d6 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -156,7 +156,7 @@ float scoreboard_showaccuracy; // float coop; // float deathmatch; -// float dmg_take; +float dmg_take; // float dmg_save; // vector dmg_origin; @@ -232,7 +232,9 @@ float announcer_5min; // database for misc stuff float tempdb; float ClientProgsDB; -vector hook_shotorigin; +vector hook_shotorigin[4]; +vector electro_shotorigin[4]; +vector gauntlet_shotorigin[4]; #ifdef BLURTEST float blurtest_time0, blurtest_time1, blurtest_radius, blurtest_power; @@ -256,3 +258,20 @@ float w_deathtype, w_issilent, w_random; string w_deathtypestring; vector w_org, w_backoff; +float rifle_scope; +float nex_scope; + +float minelayer_maxmines; + +float hagar_maxrockets; + +float bgmtime; + +string weaponorder_byimpulse; +string weaponorder_bypriority; + +float nex_charge_movingavg; + +float serverflags; + +float uid2name_dialog;