]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/server/defs.qh
Goodbye old vixen model. We now have a brand new fox player mesh of much higher quali...
[voretournament/voretournament.git] / data / qcsrc / server / defs.qh
1 #define INDEPENDENT_ATTACK_FINISHED\r
2 \r
3 float require_spawnfunc_prefix; // if this float exists, only functions with spawnfunc_ name prefix qualify as spawn functions\r
4 \r
5 #define BUTTON_ATCK        button0\r
6 #define BUTTON_JUMP        button2\r
7 #define BUTTON_ATCK2       button3\r
8 #define BUTTON_ZOOM        button4\r
9 #define BUTTON_CROUCH      button5\r
10 #define BUTTON_JETPACK     button6\r
11 #define BUTTON_INFO        button7\r
12 #define BUTTON_CHAT        buttonchat\r
13 #define BUTTON_USE         buttonuse\r
14 #define BUTTON_DRAG        button8\r
15 #define BUTTON_REGURGITATE button9\r
16 #define BUTTON_DIGEST      button10\r
17 \r
18 // Globals\r
19 \r
20 float ctf_score_value(string parameter);\r
21 \r
22 float g_dm, g_domination, g_ctf, g_tdm, g_keyhunt, g_onslaught, g_assault, g_arena, g_ca, g_lms, g_race, g_cts, g_rpg;\r
23 float g_cloaked, g_footsteps, g_jump_grunt, g_midair, g_norecoil, g_vampire, g_bloodloss;\r
24 float g_warmup_limit;\r
25 float g_warmup_allguns;\r
26 float g_warmup_allow_timeout;\r
27 float g_ctf_win_mode;\r
28 float g_ctf_ignore_frags;\r
29 float g_ctf_reverse;\r
30 float g_race_qualifying;\r
31 float inWarmupStage;\r
32 float g_pickup_respawntime_weapon;\r
33 float g_pickup_respawntime_ammo;\r
34 float g_pickup_respawntime_short;\r
35 float g_pickup_respawntime_medium;\r
36 float g_pickup_respawntime_long;\r
37 float g_pickup_respawntime_powerup;\r
38 float g_pickup_respawntimejitter_weapon;\r
39 float g_pickup_respawntimejitter_ammo;\r
40 float g_pickup_respawntimejitter_short;\r
41 float g_pickup_respawntimejitter_medium;\r
42 float g_pickup_respawntimejitter_long;\r
43 float g_pickup_respawntimejitter_powerup;\r
44 float g_jetpack;\r
45 \r
46 float sv_clones;\r
47 float sv_gentle;\r
48 float sv_foginterval;\r
49 \r
50 entity  activator;\r
51 \r
52 float player_count;\r
53 float currentbots;\r
54 float bots_would_leave;\r
55 float lms_lowest_lives;\r
56 float lms_next_place;\r
57 float LMS_NewPlayerLives();\r
58 \r
59 void UpdateFrags(entity player, float f);\r
60 .float totalfrags;\r
61 \r
62 float team1_score, team2_score, team3_score, team4_score;\r
63 \r
64 float maxclients;\r
65 \r
66 // Vore functions\r
67 \r
68 .entity predator;\r
69 .entity fakepredator;\r
70 .float swallow_progress_prey, swallow_progress_pred;\r
71 .float digesting;\r
72 .float stomach_load, stomach_maxload;\r
73 .float weapon_delay;\r
74 .float fakeprey;\r
75 .float stat_eaten, stat_stomachload, stat_stomachmaxload, stat_digesting, stat_canleave, stat_canswallow;\r
76 .float dropweapon_check;\r
77 \r
78 // Fields\r
79 \r
80 .void(entity inflictor, entity attacker, float damage, float deathtype, vector hitloc, vector force) event_damage;\r
81 \r
82 //.string       wad;\r
83 //.string       map;\r
84 \r
85 //.float        worldtype;\r
86 .float  delay;\r
87 .float  wait;\r
88 .float  lip;\r
89 //.float        light_lev;\r
90 .float  speed;\r
91 //.float        style;\r
92 //.float        skill;\r
93 .float  sounds;\r
94 \r
95 .string killtarget;\r
96 \r
97 .vector pos1, pos2;\r
98 .vector mangle;\r
99 \r
100 .float cvar_cl_hitsound;\r
101 \r
102 .float  pain_finished;                  //Added by Supajoe\r
103 .float  pain_frame;                     //"\r
104 .float  statdraintime;                  // record the one-second intervals between draining health and armour when they're over 100\r
105 .float  crouch; // Crouching or not?\r
106 \r
107 .float  strength_finished;\r
108 //.float        speed_finished;\r
109 .float  invincible_finished;\r
110 //.float        slowmo_finished;\r
111 \r
112 .vector         finaldest, finalangle;          //plat.qc stuff\r
113 .void()         think1;\r
114 .float state;\r
115 .float          t_length, t_width;\r
116 \r
117 .vector destvec;                // for rain\r
118 .float cnt;             // for rain\r
119 .float count;\r
120 //.float cnt2;\r
121 \r
122 .float play_time;\r
123 .float death_time;\r
124 .float dead_frame;\r
125 .float fade_time;\r
126 .float fade_rate;\r
127 \r
128 // player animation state\r
129 .float animstate_startframe;\r
130 .float animstate_numframes;\r
131 .float animstate_framerate;\r
132 .float animstate_starttime;\r
133 .float animstate_endtime;\r
134 .float animstate_override;\r
135 .float animstate_looping;\r
136 \r
137 // player animation data for this model\r
138 // each vector is as follows:\r
139 // _x = startframe\r
140 // _y = numframes\r
141 // _z = framerate\r
142 .vector anim_die1; // player dies\r
143 .vector anim_die2; // player dies differently\r
144 .vector anim_draw; // player pulls out a weapon\r
145 .vector anim_duck; // player crouches (from idle to duckidle)\r
146 .vector anim_duckwalk; // player walking while crouching\r
147 .vector anim_duckjump; // player jumping from a crouch\r
148 .vector anim_duckidle; // player idling while crouching\r
149 .vector anim_idle; // player standing\r
150 .vector anim_jump; // player jump\r
151 .vector anim_pain1; // player flinches from pain\r
152 .vector anim_pain2; // player flinches from pain, differently\r
153 .vector anim_shoot; // player shoots\r
154 .vector anim_taunt; // player taunts others (FIXME: no code references this)\r
155 .vector anim_run; // player running forward\r
156 .vector anim_runbackwards; // player running backward\r
157 .vector anim_strafeleft; // player shuffling left quickly\r
158 .vector anim_straferight; // player shuffling right quickly\r
159 .vector anim_dead1; // player dead (must be identical to last frame of die1)\r
160 .vector anim_dead2; // player dead (must be identical to last frame of die2)\r
161 .vector anim_forwardright; // player running forward and right\r
162 .vector anim_forwardleft; // player running forward and left\r
163 .vector anim_backright; // player running backward and right\r
164 .vector anim_backleft; // player running back and left\r
165 \r
166 // weapon animation vectors:\r
167 .vector anim_fire1;\r
168 .vector anim_fire2;\r
169 .vector anim_idle;\r
170 .vector anim_reload;\r
171 \r
172 void() player_setupanimsformodel;\r
173 void setanim(entity e, vector anim, float looping, float override, float restart);\r
174 \r
175 .string mdl;\r
176 \r
177 .string playermodel;\r
178 .string playerskin;\r
179 \r
180 .float species;\r
181 \r
182 .float  respawntime;\r
183 .float  respawntimejitter;\r
184 //.float        chasecam;\r
185 \r
186 .float  damageforcescale;\r
187 \r
188 //.float          gravity;\r
189 \r
190 .float          dmg;\r
191 \r
192 // for railgun damage (hitting multiple enemies)\r
193 .float railgunhit;\r
194 .float railgunhitsolidbackup;\r
195 .vector railgunhitloc;\r
196 \r
197 .float          air_finished;\r
198 .float          dmgtime;\r
199 \r
200 .float          killcount;\r
201 .float hitsound, typehitsound;\r
202 \r
203 .float watersound_finished, digestsound_finished, gurglesound_finished;\r
204 .float iscreature;\r
205 .vector oldvelocity;\r
206 \r
207 .float pauseregenhealth_finished;\r
208 .float pauserothealth_finished;\r
209 .float pauseregenarmor_finished;\r
210 .float pauserotarmor_finished;\r
211 .float pauserotfuel_finished;\r
212 .string item_pickupsound;\r
213 \r
214 // definitions for weaponsystem\r
215 \r
216 .entity weaponentity;\r
217 .entity exteriorweaponentity;\r
218 .vector weaponentity_glowmod;\r
219 .float switchweapon;\r
220 .float autoswitch;\r
221 float weapon_action(float wpn, float wrequest);\r
222 float client_hasweapon(entity cl, float wpn, float andammo, float complain);\r
223 void w_clear();\r
224 void w_ready();\r
225 // VorteX: standalone think for weapons, so normal think on weaponentity can be reserved by weaponflashes (which needs update even player dies)\r
226 .float weapon_nextthink;\r
227 .void() weapon_think;\r
228 \r
229 //float PLAYER_WEAPONSELECTION_DELAY = );\r
230 float   PLAYER_WEAPONSELECTION_SPEED = 18;\r
231 vector  PLAYER_WEAPONSELECTION_RANGE = '0 20 -40';\r
232 \r
233 // weapon states (self.weaponentity.state)\r
234 float WS_CLEAR                  = 0; // no weapon selected\r
235 float WS_RAISE                  = 1; // raise frame\r
236 float WS_DROP                   = 2; // deselecting frame\r
237 float WS_INUSE                  = 3; // fire state\r
238 float WS_READY                  = 4; // idle frame\r
239 \r
240 // weapon requests\r
241 float WR_SETUP              = 1; // setup weapon data\r
242 float WR_THINK              = 2; // logic to run every frame\r
243 float WR_CHECKAMMO1         = 3; // checks ammo for weapon\r
244 float WR_CHECKAMMO2         = 4; // checks ammo for weapon\r
245 float WR_AIM                = 5; // runs bot aiming code for this weapon\r
246 float WR_PRECACHE           = 6; // precaches models/sounds used by this weapon\r
247 float WR_SUICIDEMESSAGE = 7; // sets w_deathtypestring or leaves it alone (and may inspect w_deathtype for details)\r
248 float WR_KILLMESSAGE    = 8; // sets w_deathtypestring or leaves it alone\r
249 float WR_RESETPLAYER    = 9; // does not need to do anything\r
250 float WR_RELOAD         = 10; // used for reloading\r
251 \r
252 void weapon_defaultspawnfunc(float wpn);\r
253 \r
254 string w_deathtypestring;\r
255 float w_deathtype;\r
256 \r
257 void(entity client, string s) centerprint_builtin = #73;\r
258 .vector dest1, dest2;\r
259 \r
260 float gameover;\r
261 float intermission_running;\r
262 float intermission_exittime;\r
263 float alreadychangedlevel;\r
264 \r
265 .float welcomemessage_time;\r
266 .float version;\r
267 \r
268 //swamp\r
269 .float in_swamp;              // bool\r
270 .entity swampslug;            // Uses this to release from swamp ("untouch" fix)\r
271 \r
272 // footstep interval\r
273 .float nextstep;\r
274 \r
275 .float ready;\r
276 #define RESTART_COUNTDOWN 10\r
277 float restart_mapalreadyrestarted; //bool, indicates whether reset_map() was already executed\r
278 entity restartTimer;\r
279 void restartTimer_Think();\r
280 float blockSpectators; //if set, new or existing spectators or observers will be removed unless they become a player within g_maxplayers_spectator_blocktime seconds\r
281 .float spectatortime; //point in time since the client is spectating or observing\r
282 void checkSpectatorBlock();\r
283 \r
284 .float winning;\r
285 .float jointime;\r
286 \r
287 float isJoinAllowed();\r
288 #define PREVENT_JOIN_TEXT "^1You may not join the game at this time.\n\nThe player limit reached maximum capacity."\r
289 \r
290 //sv_timeout: pauses the game by setting the gamespeed to a really low value (see TIMEOUT_SLOWMO_VALUE)\r
291 #define TIMEOUT_SLOWMO_VALUE 0.0001\r
292 float sys_frametime; // gets initialised in worlspawn, saves the value from cvar("sys_ticrate")\r
293 float remainingTimeoutTime; // contains the time in seconds that the active timeout has left\r
294 float remainingLeadTime; // contains the number of seconds left of the leadtime (before the timeout starts)\r
295 float timeoutStatus; // (values: 0, 1, 2) contains whether a timeout is not active (0), was called but still at leadtime (1) or is active (2)\r
296 .float allowedTimeouts; // contains the number of allowed timeouts for each player\r
297 entity timeoutInitiator; // contains the entity of the player who started the last timeout\r
298 float orig_slowmo; // contains the value of cvar("slowmo") so that, after timeout finished, it isn't set to slowmo 1 necessarily\r
299 .vector lastV_angle; //used when pausing the game in order to force the player to keep his old view angle fixed\r
300 entity timeoutHandler; //responsible for centerprinting the timeout countdowns and playing sounds\r
301 void timeoutHandler_Think();\r
302 void evaluateTimeout();\r
303 void evaluateTimein();\r
304 string getTimeoutText(float addOneSecond);\r
305 \r
306 .float spawnshieldtime;\r
307 \r
308 .float lms_nextcheck;\r
309 .float lms_traveled_distance;\r
310 \r
311 .entity flagcarried;\r
312 \r
313 .float playerid;\r
314 float playerid_last;\r
315 .float noalign;         // if set to 1, the item or spawnpoint won't be dropped to the floor\r
316 \r
317 .vector spawnorigin;\r
318 \r
319 .vector death_origin;\r
320 .vector killer_origin;\r
321 \r
322 float default_player_alpha;\r
323 float default_weapon_alpha;\r
324 \r
325 .float() customizeentityforclient;\r
326 .float cvar_cl_handicap;\r
327 .float cvar_cl_clippedspectating;\r
328 .float cvar_scr_centertime;\r
329 .float cvar_cl_shownames;\r
330 .string cvar_g_voretournamentversion;\r
331 .string cvar_cl_weaponpriority;\r
332 .string cvar_cl_weaponpriorities[10];\r
333 #ifdef ALLOW_FORCEMODELS\r
334 .float cvar_cl_forceplayermodels;\r
335 .float cvar_cl_forceplayermodelsfromvoretournament;\r
336 float sv_clforceplayermodels;\r
337 #endif\r
338 .float cvar_cl_gunalign;\r
339 .float cvar_cl_noantilag;\r
340 .float cvar_cl_vore_stomachmodel;\r
341 .float cvar_cl_vore_gulletmodel;\r
342 .float cvar_cl_vore_autodigest;\r
343 .float cvar_chase_active;\r
344 \r
345 void Announce(string snd);\r
346 void AnnounceTo(entity e, string snd);\r
347 \r
348 .float version_nagtime;\r
349 \r
350 .float skinindex;\r
351 \r
352 #define NUM_JUMPPADSUSED 3\r
353 .float jumppadcount;\r
354 .entity jumppadsused[NUM_JUMPPADSUSED];\r
355 \r
356 string gamemode_name;\r
357 float teams_matter;\r
358 \r
359 float startitem_failed;\r
360 \r
361 void DropFlag(entity flag, entity penalty_receiver, entity attacker);\r
362 \r
363 \r
364 typedef .float floatfield;\r
365 floatfield Item_CounterField(float it);\r
366 \r
367 float W_AmmoItemCode(float wpn);\r
368 float W_WeaponBit(float wpn);\r
369 string W_Name(float weaponid);\r
370 \r
371 void UpdateSelectedPlayer();\r
372 void ClearSelectedPlayer();\r
373 .entity selected_player;\r
374 .entity last_selected_player;\r
375 .float selected_player_time; // when this player has been selected\r
376 .float selected_player_count; // how long this player has been directly pointed to\r
377 .float selected_player_display_needs_update; // are regular updates necessary? (health)\r
378 .float selected_player_display_timeout; // when the selection will time out\r
379 \r
380 void FixIntermissionClient(entity e);\r
381 void FixClientCvars(entity e);\r
382 \r
383 float weaponsInMap;\r
384 \r
385 void centerprint_atprio(entity e, float prio, string s);\r
386 void centerprint_expire(entity e, float prio);\r
387 void centerprint(entity e, string s);\r
388 \r
389 .float respawn_countdown; // next number to count\r
390 \r
391 float bot_waypoints_for_items;\r
392 \r
393 .float attack_finished_for[WEP_MAXCOUNT];\r
394 .float attack_finished_single;\r
395 #ifdef INDEPENDENT_ATTACK_FINISHED\r
396 #define ATTACK_FINISHED_FOR(ent,w) ((ent).(attack_finished_for[(w) - WEP_FIRST]))\r
397 #else\r
398 #define ATTACK_FINISHED_FOR(ent,w) ((ent).attack_finished_single)\r
399 #endif\r
400 #define ATTACK_FINISHED(ent) ATTACK_FINISHED_FOR(ent,(ent).weapon)\r
401 \r
402 // assault game mode: Which team is attacking in this round?\r
403 float assault_attacker_team;\r
404 \r
405 // speedrun: when 1, player auto teleports back when capture timeout happens\r
406 .float speedrunning;\r
407 \r
408 // Q3 support\r
409 .float notteam;\r
410 .float notsingle;\r
411 .float notfree;\r
412 .float notq3a;\r
413 float q3acompat_machineshotgunswap;\r
414 \r
415 // database\r
416 float ServerProgsDB;\r
417 float TemporaryDB;\r
418 \r
419 .float team_saved;\r
420 \r
421 float some_spawn_has_been_used;\r
422 float have_team_spawns; // 0 = no team spawns requested, -1 = team spawns requested but none found, 1 = team spawns requested and found\r
423 \r
424 // set when showing a kill countdown\r
425 .entity killindicator;\r
426 .float killindicator_teamchange;\r
427 \r
428 void Damage (entity targ, entity inflictor, entity attacker, float damage, float deathtype, vector hitloc, vector force);\r
429 \r
430 float lockteams;\r
431 \r
432 .float parm_idlesince;\r
433 float sv_maxidle;\r
434 float sv_maxidle_spectatorsareidle;\r
435 \r
436 float sv_pogostick;\r
437 float sv_doublejump;\r
438 float tracebox_hits_trigger_hurt(vector start, vector mi, vector ma, vector end);\r
439 \r
440 float next_pingtime;\r
441 \r
442 .float Version;\r
443 .float SendFlags;\r
444 .float(entity to, float sendflags) SendEntity;\r
445 \r
446 // player sounds, voice messages\r
447 // TODO implemented fall and falling\r
448 #define ALLPLAYERSOUNDS \\r
449                 _VOICEMSG(death) \\r
450                 _VOICEMSG(fall) \\r
451                 _VOICEMSG(drown) \\r
452                 _VOICEMSG(gasp) \\r
453                 _VOICEMSG(grab) \\r
454                 _VOICEMSG(swallow) \\r
455                 _VOICEMSG(digest) \\r
456                 _VOICEMSG(regurgitate) \\r
457                 _VOICEMSG(regurgitate_prepare) \\r
458                 _VOICEMSG(gurgle) \\r
459                 _VOICEMSG(jump) \\r
460                 _VOICEMSG(pain25) \\r
461                 _VOICEMSG(pain50) \\r
462                 _VOICEMSG(pain75) \\r
463                 _VOICEMSG(pain100)\r
464 #define ALLVOICEMSGS \\r
465                 _VOICEMSG(attack) \\r
466                 _VOICEMSG(attackinfive) \\r
467                 _VOICEMSG(meet) \\r
468                 _VOICEMSG(seenflag) \\r
469                 _VOICEMSG(taunt) \\r
470                 _VOICEMSG(pred) \\r
471                 _VOICEMSG(prey) \\r
472                 _VOICEMSG(teamshoot)\r
473 \r
474 #define _VOICEMSG(m) .string playersound_##m;\r
475 ALLPLAYERSOUNDS\r
476 ALLVOICEMSGS\r
477 #undef _VOICEMSG\r
478 \r
479 // reserved sound names for the future (models lack sounds for them):\r
480 //              _VOICEMSG(affirmative) \\r
481 //              _VOICEMSG(attacking) \\r
482 //              _VOICEMSG(defending) \\r
483 //              _VOICEMSG(roaming) \\r
484 //              _VOICEMSG(onmyway) \\r
485 //              _VOICEMSG(droppedflag) \\r
486 //              _VOICEMSG(flagcarriertakingdamage) \\r
487 //              _VOICEMSG(negative) \\r
488 //              _VOICEMSG(seenenemy) \\r
489 //              _VOICEMSG(fall) \\r
490 //              _VOICEMSG(getflag) \\r
491 //              _VOICEMSG(incoming) \\r
492 //              _VOICEMSG(coverme) \\r
493 //              _VOICEMSG(needhelp) \\r
494 //              _VOICEMSG(defend) \\r
495 //              _VOICEMSG(freelance) \\r
496 //              _VOICEMSG(falling) \\r
497 \r
498 string globalsound_fall;\r
499 string globalsound_metalfall;\r
500 string globalsound_step;\r
501 string globalsound_metalstep;\r
502 \r
503 #define VOICETYPE_PLAYERSOUND 10\r
504 #define VOICETYPE_TEAMRADIO 11\r
505 #define VOICETYPE_LASTATTACKER 12\r
506 #define VOICETYPE_LASTATTACKER_ONLY 13\r
507 #define VOICETYPE_AUTOTAUNT 14\r
508 #define VOICETYPE_TAUNT 15\r
509 #define VOICETYPE_GURGLE 16\r
510 \r
511 #define TAUNTTYPE_DEATH 1\r
512 #define TAUNTTYPE_VOREPRED 2\r
513 #define TAUNTTYPE_VOREPREY 3\r
514 \r
515 void PrecachePlayerSounds(string f);\r
516 void PrecacheGlobalSound(string samplestring);\r
517 void UpdatePlayerSounds();\r
518 void ClearPlayerSounds();\r
519 void PlayerSound(entity player, .string samplefield, float channel, float voicetype);\r
520 void GlobalSound(string samplestring, float channel, float voicetype, float vol);\r
521 void VoiceMessage(string type, string message);\r
522 \r
523 // autotaunt system\r
524 .float cvar_cl_autotaunt;\r
525 .float cvar_cl_voice_directional;\r
526 .float cvar_cl_voice_directional_taunt_attenuation;\r
527 \r
528 .float version_mismatch;\r
529 \r
530 float independent_players;\r
531 #define IS_INDEPENDENT_PLAYER(e) ((e).solid == SOLID_TRIGGER)\r
532 #define MAKE_INDEPENDENT_PLAYER(e) (((e).solid = SOLID_TRIGGER) + ((e).frags = FRAGS_PLAYER_NONSOLID))\r
533 // we're using + here instead of , because fteqcc sucks\r
534 \r
535 string clientstuff;\r
536 .float phase;\r
537 .float weapons;\r
538 .float pressedkeys;\r
539 \r
540 .float porto_forbidden;\r
541 \r
542 .string fog;\r
543 \r
544 string cvar_changes;\r
545 \r
546 float game_starttime; //point in time when the countdown is over\r
547 .float stat_game_starttime;\r
548 \r
549 .float projectiledeathtype;\r
550 \r
551 .string message2;\r
552 \r
553 vector railgun_start, railgun_end; // filled by FireRailgunBullet, used by damage code for head shot\r
554 .float stat_allow_oldnexbeam;\r
555 \r
556 void target_voicescript_next(entity pl);\r
557 void target_voicescript_clear(entity pl);\r
558 \r
559 .string target2;\r
560 .string target3;\r
561 .string target4;\r
562 .float trigger_reverse;\r
563 \r
564 void SUB_DontUseTargets();\r
565 void SUB_UseTargets();\r
566 \r
567 .void() reset; // if set, an entity is reset using this\r
568 .void() reset2; // if set, an entity is reset using this (after calling ALL the reset functions for other entities)\r
569 \r
570 void ClientData_Touch(entity e);\r
571 \r
572 vector debug_shotorg; // if non-zero, overrides the shot origin of all weapons\r
573 \r
574 // the QC VM sucks\r
575 #define BITXOR(v,b)        ((v) + (b) - 2 * ((v) & (b)))\r
576 #define BITXOR_ASSIGN(v,b) ((v) += ((b) - 2 * ((v) & (b))))\r
577 \r
578 .float wasplayer;\r
579 \r
580 float servertime, serverprevtime, serverframetime;\r
581 \r
582 .entity soundentity;\r
583 \r
584 .float ammo_fuel;\r
585 \r
586 .vector prevorigin;\r
587 \r
588 //flood fields\r
589 .float nickspamtime; // time of last nick change\r
590 .float nickspamcount;\r
591 .float floodcontrol_chat;\r
592 .float floodcontrol_chatteam;\r
593 .float floodcontrol_chattell;\r
594 .float floodcontrol_voice;\r
595 .float floodcontrol_voiceteam;\r
596 \r
597 .float stat_shotorg; // networked stat for trueaim HUD\r
598 \r
599 string matchid;\r
600 .float hitplotfh;\r
601 .string noise4;\r
602 \r
603 .float last_pickup;\r
604 \r
605 .float stat_hit;\r
606 .float stat_fired;\r
607 .float stat_count;\r
608 \r
609 .float stats_hit[WEP_MAXCOUNT];  // for hitscan bullets hit\r
610 .float stats_fired[WEP_MAXCOUNT];  // for hitscan bullets fired\r
611 \r
612 .float stat_sbring1_type, stat_sbring1_clip, stat_sbring2_type, stat_sbring2_clip;\r
613 .float stat_crosshair_style;\r
614 \r
615 .float stat_leadlimit;\r
616 \r
617 .float stat_respawn_time; // shows respawn time, and is negative when awaiting respawn\r
618 \r
619 #ifdef PROFILING\r
620 float client_cefc_accumulator;\r
621 float client_cefc_accumulatortime;\r
622 #endif\r
623 \r
624 ..float current_ammo;\r
625 \r
626 .float weapon_load[WEP_MAXCOUNT];\r
627 .float clip_load;\r
628 .float old_clip_load;\r
629 .float clip_size;\r
630 \r
631 .float grabber_stunned;\r
632 \r
633 #define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_CORPSE; (e).dphitcontentsmask = DPCONTENTS_SOLID | DPCONTENTS_BODY | DPCONTENTS_CORPSE\r
634 // #define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_BBOX\r
635 \r
636 .float spectatee_status;\r
637 .float zoomstate;\r
638 .float bloodloss_timer;\r
639 .float restriction;\r
640 \r
641 .entity clientdata;\r
642 .entity personal;\r
643 \r
644 string deathmessage;\r
645 \r
646 .float just_joined;\r
647 \r
648 .float cvar_cl_accuracy_data_share;\r
649 .float cvar_cl_accuracy_data_receive;\r
650 \r
651 // dodging\r
652 .float cvar_cl_dodging_timeout;\r
653 \r
654 // these are used to store the last key press time for each of the keys..\r
655 .float last_FORWARD_KEY_time;\r
656 .float last_BACKWARD_KEY_time;\r
657 .float last_LEFT_KEY_time;\r
658 .float last_RIGHT_KEY_time;\r
659 \r
660 // these store the movement direction at the time of the dodge action happening.\r
661 .float dodging_direction_x;\r
662 .float dodging_direction_y;\r
663 \r
664 // this indicates the last time a dodge was executed. used to check if another one is allowed\r
665 // and to ramp up the dodge acceleration in the physics hook.\r
666 .float last_dodging_time;\r
667 \r
668 // set to 1 to indicate dodging has started.. reset by physics hook after dodge has been done..\r
669 .float dodging_action;\r
670 \r
671 // This is the velocity gain to be added over the ramp time.\r
672 // It will decrease from frame to frame during dodging_action = 1\r
673 // until it's 0.\r
674 .float dodging_velocity_gain;\r
675 \r
676 // the jump part of the dodge cannot be ramped\r
677 .float dodging_single_action;\r