1 #define INDEPENDENT_ATTACK_FINISHED
3 noref float require_spawnfunc_prefix; // if this float exists, only functions with spawnfunc_ name prefix qualify as spawn functions
5 #define BUTTON_ATCK button0
6 #define BUTTON_JUMP button2
7 #define BUTTON_ATCK2 button3
8 #define BUTTON_ZOOM button4
9 #define BUTTON_CROUCH button5
10 #define BUTTON_HOOK button6
11 #define BUTTON_INFO button7
12 #define BUTTON_CHAT buttonchat
13 #define BUTTON_USE buttonuse
14 #define BUTTON_DRAG button8
15 #define BUTTON_ZOOMSCRIPT button9
19 float g_cloaked, g_footsteps, g_grappling_hook, g_minstagib;
21 float g_warmup_allguns;
22 float g_warmup_allow_timeout;
23 float g_race_qualifying;
25 float g_pickup_respawntime_weapon;
26 float g_pickup_respawntime_superweapon;
27 float g_pickup_respawntime_ammo;
28 float g_pickup_respawntime_short;
29 float g_pickup_respawntime_medium;
30 float g_pickup_respawntime_long;
31 float g_pickup_respawntime_powerup;
32 float g_pickup_respawntimejitter_weapon;
33 float g_pickup_respawntimejitter_superweapon;
34 float g_pickup_respawntimejitter_ammo;
35 float g_pickup_respawntimejitter_short;
36 float g_pickup_respawntimejitter_medium;
37 float g_pickup_respawntimejitter_long;
38 float g_pickup_respawntimejitter_powerup;
48 float bots_would_leave;
50 void UpdateFrags(entity player, float f);
53 float team1_score, team2_score, team3_score, team4_score;
57 // flag set on worldspawn so that the code knows if it is dedicated or not
58 float server_is_dedicated;
62 .void(entity inflictor, entity attacker, float damage, float deathtype, vector hitloc, vector force) event_damage;
77 .float platmovetype_start, platmovetype_end;
84 .float pain_finished; //Added by Supajoe
85 .float pain_frame; //"
86 .float statdraintime; // record the one-second intervals between draining health and armour when they're over 100
87 .float crouch; // Crouching or not?
89 .float strength_finished;
90 .float invincible_finished;
91 .float superweapons_finished;
93 .vector finaldest, finalangle; //plat.qc stuff
96 .float t_length, t_width;
98 .vector destvec; // for rain
99 .vector destvec2; // for train
100 .float cnt; // for rain
105 .float respawn_flags;
107 .float respawn_time_max;
112 // player animation state
113 .float animstate_startframe;
114 .float animstate_numframes;
115 .float animstate_framerate;
116 .float animstate_starttime;
117 .float animstate_endtime;
118 .float animstate_override;
119 .float animstate_looping;
121 // weapon animation vectors:
127 void() player_setupanimsformodel;
128 void setanim(entity e, vector anim, float looping, float override, float restart);
138 .float respawntimejitter;
141 .float damageforcescale;
142 #define MIN_DAMAGEEXTRARADIUS 2
143 #define MAX_DAMAGEEXTRARADIUS 16
144 .float damageextraradius;
150 // for railgun damage (hitting multiple enemies)
152 .float railgunhitsolidbackup;
153 .vector railgunhitloc;
159 .float hitsound, typehitsound;
161 .float watersound_finished;
163 .float damagedbycontents;
164 .float damagedbytriggers;
169 .float pauseregen_finished;
170 .float pauserothealth_finished;
171 .float pauserotarmor_finished;
172 .float pauserotfuel_finished;
173 .string item_pickupsound;
175 // definitions for weaponsystem
177 .entity weaponentity;
178 .entity exteriorweaponentity;
179 .vector weaponentity_glowmod;
181 //.float weapon; // current weapon
182 .float switchweapon; // weapon requested to switch to
183 .float switchingweapon; // weapon currently being switched to (is copied from switchweapon once switch is possible)
184 .string weaponname; // name of .weapon
187 float weapon_action(float wpn, float wrequest);
188 float client_hasweapon(entity cl, float wpn, float andammo, float complain);
191 // VorteX: standalone think for weapons, so normal think on weaponentity can be reserved by weaponflashes (which needs update even player dies)
192 .float weapon_nextthink;
193 .void() weapon_think;
195 //float PLAYER_WEAPONSELECTION_DELAY = );
196 const float PLAYER_WEAPONSELECTION_SPEED = 18;
197 const vector PLAYER_WEAPONSELECTION_RANGE = '0 20 -40';
199 // weapon states (self.weaponentity.state)
200 const float WS_CLEAR = 0; // no weapon selected
201 const float WS_RAISE = 1; // raise frame
202 const float WS_DROP = 2; // deselecting frame
203 const float WS_INUSE = 3; // fire state
204 const float WS_READY = 4; // idle frame
206 // there is 2 weapon tics that can run in one server frame
207 #define W_TICSPERFRAME 2
209 void weapon_defaultspawnfunc(float wpn);
211 .vector dest1, dest2;
214 float intermission_running;
215 float intermission_exittime;
216 float alreadychangedlevel;
218 // Keys player is holding
220 // message delay for func_door locked by keys and key locks
221 // this field is used on player entities
222 .float key_door_messagetime;
228 .float in_swamp; // bool
229 .entity swampslug; // Uses this to release from swamp ("untouch" fix)
234 float blockSpectators; //if set, new or existing spectators or observers will be removed unless they become a player within g_maxplayers_spectator_blocktime seconds
235 .float spectatortime; //point in time since the client is spectating or observing
236 void checkSpectatorBlock();
238 float game_completion_ratio; // 0 at start, 1 near end
240 .float jointime; // time of joining
241 .float alivetime; // time of being alive
242 .float motd_actived_time; // used for both motd and campaign_message
244 float nJoinAllowed(entity ignore);
246 .float spawnshieldtime;
247 .float item_spawnshieldtime;
253 .float noalign; // if set to 1, the item or spawnpoint won't be dropped to the floor
257 .vector death_origin;
258 .vector killer_origin;
260 float default_player_alpha;
261 float default_weapon_alpha;
263 .float() customizeentityforclient;
264 .float cvar_cl_handicap;
265 .float cvar_cl_clippedspectating;
266 .float cvar_cl_autoscreenshot;
267 .float cvar_cl_movement_track_canjump;
268 .float cvar_cl_newusekeysupported;
270 .string cvar_g_xonoticversion;
271 .string cvar_cl_weaponpriority;
272 .string cvar_cl_weaponpriorities[10];
273 .float cvar_cl_gunalign;
274 .float cvar_cl_noantilag;
276 .string weaponorder_byimpulse;
278 .float cvar_cl_allow_uid2name;
279 .float cvar_cl_allow_uidtracking;
280 .string stored_netname;
282 .float version_nagtime;
284 #define NUM_JUMPPADSUSED 3
286 .entity jumppadsused[NUM_JUMPPADSUSED];
288 string gamemode_name;
290 float startitem_failed;
292 typedef .float floatfield;
293 floatfield Item_CounterField(float it);
295 float W_AmmoItemCode(float wpn);
296 string W_Name(float weaponid);
297 string W_Apply_Weaponreplace(string in);
299 void FixIntermissionClient(entity e);
300 void FixClientCvars(entity e);
304 .float respawn_countdown; // next number to count
306 float bot_waypoints_for_items;
308 .float attack_finished_for[WEP_MAXCOUNT];
309 .float attack_finished_single;
310 #ifdef INDEPENDENT_ATTACK_FINISHED
311 #define ATTACK_FINISHED_FOR(ent,w) ((ent).(attack_finished_for[(w) - WEP_FIRST]))
313 #define ATTACK_FINISHED_FOR(ent,w) ((ent).attack_finished_single)
315 #define ATTACK_FINISHED(ent) ATTACK_FINISHED_FOR(ent,(ent).weapon)
317 // assault game mode: Which team is attacking in this round?
318 float assault_attacker_team;
320 // speedrun: when 1, player auto teleports back when capture timeout happens
329 float some_spawn_has_been_used;
330 float have_team_spawns; // 0 = no team spawns requested, -1 = team spawns requested but none found, 1 = team spawns requested and found
331 float have_team_spawns_forteam[17]; // 0 = this team has no spawns, 1 = this team has spawns; team 0 is the "no-team"
333 // set when showing a kill countdown
334 .entity killindicator;
335 .float killindicator_teamchange;
337 void Damage (entity targ, entity inflictor, entity attacker, float damage, float deathtype, vector hitloc, vector force);
341 .float parm_idlesince;
343 float sv_maxidle_spectatorsareidle;
345 float tracebox_hits_trigger_hurt(vector start, vector mi, vector ma, vector end);
351 .float(entity to, float sendflags) SendEntity;
353 // player sounds, voice messages
354 // TODO implemented fall and falling
355 #define ALLPLAYERSOUNDS \
368 #define ALLVOICEMSGS \
370 _VOICEMSG(attackinfive) \
373 _VOICEMSG(freelance) \
374 _VOICEMSG(incoming) \
376 _VOICEMSG(needhelp) \
377 _VOICEMSG(seenflag) \
381 #define _VOICEMSG(m) .string playersound_##m;
386 // reserved sound names for the future (some models lack sounds for them):
387 // _VOICEMSG(flagcarriertakingdamage) \
388 // _VOICEMSG(getflag) \
389 // reserved sound names for the future (ALL models lack sounds for them):
390 // _VOICEMSG(affirmative) \
391 // _VOICEMSG(attacking) \
392 // _VOICEMSG(defending) \
393 // _VOICEMSG(roaming) \
394 // _VOICEMSG(onmyway) \
395 // _VOICEMSG(droppedflag) \
396 // _VOICEMSG(negative) \
397 // _VOICEMSG(seenenemy) \
399 string globalsound_fall;
400 string globalsound_metalfall;
401 string globalsound_step;
402 string globalsound_metalstep;
404 #define VOICETYPE_PLAYERSOUND 10
405 #define VOICETYPE_TEAMRADIO 11
406 #define VOICETYPE_LASTATTACKER 12
407 #define VOICETYPE_LASTATTACKER_ONLY 13
408 #define VOICETYPE_AUTOTAUNT 14
409 #define VOICETYPE_TAUNT 15
411 void PrecachePlayerSounds(string f);
412 void PrecacheGlobalSound(string samplestring);
413 void UpdatePlayerSounds();
414 void ClearPlayerSounds();
415 void PlayerSound(.string samplefield, float channel, float voicetype);
416 void GlobalSound(string samplestring, float channel, float voicetype);
417 void FakeGlobalSound(string samplestring, float channel, float voicetype);
418 void VoiceMessage(string type, string message);
419 float GetPlayerSoundSampleField_notFound;
420 .string GetVoiceMessageSampleField(string type);
423 .float cvar_cl_autotaunt;
424 .float cvar_cl_voice_directional;
425 .float cvar_cl_voice_directional_taunt_attenuation;
427 .float version_mismatch;
429 float independent_players;
430 #define INDEPENDENT_PLAYERS (autocvar__independent_players ? (autocvar__independent_players > 0) : independent_players)
431 #define IS_INDEPENDENT_PLAYER(e) ((e).solid == SOLID_TRIGGER)
432 #define MAKE_INDEPENDENT_PLAYER(e) (((e).solid = SOLID_TRIGGER) + ((e).frags = FRAGS_PLAYER_NONSOLID))
433 // we're using + here instead of , because fteqcc sucks
439 .float porto_forbidden;
444 string cvar_purechanges;
445 float cvar_purechanges_count;
447 float game_starttime; //point in time when the countdown to game start is over
448 float round_starttime; //point in time when the countdown to round start is over
449 .float stat_game_starttime;
450 .float stat_round_starttime;
452 .float stat_sv_airaccel_qw;
453 .float stat_sv_airstrafeaccel_qw;
454 .float stat_sv_airspeedlimit_nonqw;
455 .float stat_sv_maxspeed;
457 void W_Porto_Remove (entity p);
459 .float projectiledeathtype;
463 .float stat_allow_oldnexbeam;
465 // reset to 0 on weapon switch
466 // may be useful to all weapons
467 .float bulletcounter;
469 void target_voicescript_next(entity pl);
470 void target_voicescript_clear(entity pl);
476 .float target_random;
477 .float trigger_reverse;
480 .entity ballcarried; // Also used for keepaway
482 float g_nexball_meter_period;
484 void SUB_DontUseTargets();
485 void SUB_UseTargets();
487 .void() reset; // if set, an entity is reset using this
488 .void() reset2; // if set, an entity is reset using this (after calling ALL the reset functions for other entities)
490 void ClientData_Touch(entity e);
492 //vector debug_shotorg; // if non-zero, overrides the shot origin of all weapons
496 float servertime, serverprevtime, serverframetime;
505 .float nickspamtime; // time of last nick change
506 .float nickspamcount;
507 .float floodcontrol_chat;
508 .float floodcontrol_chatteam;
509 .float floodcontrol_chattell;
510 .float floodcontrol_voice;
511 .float floodcontrol_voiceteam;
513 .float stat_shotorg; // networked stat for trueaim HUD
523 .float stat_leadlimit;
525 float radar_showennemies;
528 float client_cefc_accumulator;
529 float client_cefc_accumulatortime;
532 ..float current_ammo;
534 .float weapon_load[WEP_MAXCOUNT];
535 .float ammo_none; // used by the reloading system, must always be 0
537 .float old_clip_load;
541 .float minelayer_mines;
543 .float nex_charge_rottime;
544 .float nex_chargepool_ammo;
547 .float grab; // 0 = can't grab, 1 = owner can grab, 2 = owner and team mates can grab, 3 = anyone can grab
549 #define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_CORPSE; (e).dphitcontentsmask = DPCONTENTS_SOLID | DPCONTENTS_BODY | DPCONTENTS_CORPSE
550 // when doing this, hagar can go through clones
551 // #define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_BBOX
553 .float spectatee_status;
564 .float cvar_cl_accuracy_data_share;
565 .float cvar_cl_accuracy_data_receive;
567 .float cvar_cl_weaponimpulsemode;
568 .float selectweapon; // last selected weapon of the player
570 .float ballistics_density; // wall piercing factor, larger = bullet can pass through more
573 #define ACTIVE_ACTIVE 1
574 #define ACTIVE_IDLE 2
575 #define ACTIVE_BUSY 2
576 #define ACTIVE_TOGGLE 3
578 .void (float act_state) setactive;
583 .float team_forced; // can be a team number to force a team, or 0 for default action, or -1 for forced spectator
585 .float player_blocked;
587 .float freezetag_frozen;
589 .entity muzzle_flash;
590 .float misc_bulletcounter; // replaces uzi & hlac bullet counter.
592 .float stat_respawn_time; // shows respawn time, and is negative when awaiting respawn
596 typedef vector(entity player, entity spot, vector current) spawn_evalfunc_t;
597 .spawn_evalfunc_t spawn_evalfunc;
603 .float missile_flags;
607 #define MIF_GUIDED_MANUAL 16
608 #define MIF_GUIDED_HEAT 32
609 #define MIF_GUIDED_LASER 64
610 #define MIF_GUIDED_AI 128
611 #define MIF_GUIDED_TAG 128
612 #define MIF_GUIDED_ALL (MIF_GUIDED_MANUAL | MIF_GUIDED_HEAT | MIF_GUIDED_LASER | MIF_GUIDED_AI | MIF_GUIDED_TAG)
613 #define MIF_GUIDED_TRACKING (MIF_GUIDED_HEAT | MIF_GUIDED_LASER | MIF_GUIDED_AI | MIF_GUIDED_TAG)
614 #define MIF_GUIDED_CONFUSABLE (MIF_GUIDED_HEAT | MIF_GUIDED_AI)
616 #define MISSILE_IS_CONFUSABLE(m) ((m.missile_flags & MIF_GUIDED_CONFUSABLE) ? TRUE : FALSE)
617 #define MISSILE_IS_GUIDED(m) ((m.missile_flags & MIF_GUIDED_ALL) ? TRUE : FALSE)
618 #define MISSILE_IS_TRACKING(m) ((m.missile_flags & MIF_GUIDED_TRACKING) ? TRUE : FALSE)