X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=4e5380f33239755ecf51b85de28c4a73627c30bd;hp=67d4b1ff7e780918379e66e7b8999f43d7df4ca6;hb=fa51f49b0ea8f1d6cd378b9be83cfcbd8f37c298;hpb=e47fe4a1e465ca76d53c6756973896fd57bc4f82 diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 67d4b1ff7..4e5380f33 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -149,8 +149,8 @@ void end_sys_fields; // flag for structure dumping // Additional OPTIONAL Fields and Globals float intermission; -float sb_showscores; -float sb_showaccuracy; +float scoreboard_showscores; +float scoreboard_showaccuracy; .string message; .float renderflags; // float coop; @@ -211,7 +211,7 @@ float race_othercheckpointtime; float race_othercheckpointdelta; float race_othercheckpointlapsdelta; string race_othercheckpointenemy; -float sb_showscores_force; +float scoreboard_showscores_force; float race_status; string race_status_name; float race_myrank; @@ -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; @@ -248,3 +250,18 @@ float ticrate; // only for Porto float angles_held_status; vector angles_held; + +// weapons +.float silent; + +float w_deathtype, w_issilent, w_random; +string w_deathtypestring; +vector w_org, w_backoff; + +float campingrifle_scope; +float nex_scope; + +float nex_minvelocity; +float nex_maxvelocity; + +float cr_maxbullets;