]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/common/constants.qh
race/cts rankings (default 15 best)
[divverent/nexuiz.git] / data / qcsrc / common / constants.qh
1 // COMMIT-TODO: Update if necessary before committing
2 // Revision 1: additional statistics sent (flag caps, returns, deaths)
3 // Revision 2: Mapvote preview pictures
4 // Revision 3: optimized map vote protocol
5 // Revision 4: CSQC config var system
6 // Revision 5: mapvote time fix
7 // Revision 6: more robust against packet loss/delays, also show not yet connected clients
8 // Revision 7: packet loss column
9 // Revision 8: race
10 // Revision 9: race delta
11 // Revision 10: scoreboard force
12 // Revision 11: scoreboard unforce; spectator support beginning
13 // Revision 12: smaller scores updates (SERVER: requires new engine)
14 // Revision 13: pointparticles
15 // Revision 14: laser
16 // Revision 15: zoom
17 // Revision 16: multi-weapons
18 // Revision 17: multi-weaponimpulses
19 // Revision 18: warmup
20 // Revision 19: fog
21 // Revision 20: naggers
22 // Revision 21: entcs for players optimized (position data down from 12 to 7 bytes); waypointsprites in csqc for team radar
23 // Revision 22: hook shot origin
24 #define CSQC_REVISION 22
25
26 // probably put these in common/
27 // so server/ and client/ can be synced better
28 const float GAME_DEATHMATCH             = 1;
29 const float GAME_TEAM_DEATHMATCH        = 2;
30 const float GAME_DOMINATION             = 3;
31 const float GAME_CTF                    = 4;
32 const float GAME_RUNEMATCH              = 5;
33 const float GAME_LMS                    = 6;
34 const float GAME_ARENA          = 7;
35 const float GAME_KEYHUNT                = 8;
36 const float GAME_ASSAULT                = 9;
37 const float GAME_ONSLAUGHT      = 10;
38 const float GAME_RACE   = 11;
39 const float GAME_NEXBALL = 12;
40 const float GAME_CTS = 13;
41 const float GAME_CA             = 14;
42
43 const float AS_STRING           = 1;
44 const float AS_INT              = 2;
45 const float AS_FLOAT_TRUNCATED  = 2;
46 const float AS_FLOAT            = 8;
47
48 const float TE_CSQC_PICTURE = 100;
49 const float TE_CSQC_RACE = 101;
50 const float TE_CSQC_SPAWN = 102;
51 const float TE_CSQC_ZCURVEPARTICLES = 103;
52 const float TE_CSQC_NEXGUNBEAMPARTICLE = 104;
53 const float TE_CSQC_LIGHTNINGARC = 105;
54 const float TE_CSQC_TEAMNAGGER = 106;
55 const float TE_CSQC_PINGPLREPORT = 107;
56
57 const float RACE_NET_CHECKPOINT_HIT_QUALIFYING = 0; // byte checkpoint, short time, short recordtime, string recordholder
58 const float RACE_NET_CHECKPOINT_CLEAR = 1;
59 const float RACE_NET_CHECKPOINT_NEXT_QUALIFYING = 2; // byte nextcheckpoint, short recordtime, string recordholder
60 const float RACE_NET_CHECKPOINT_HIT_RACE = 3; // byte checkpoint, short delta, byte lapsdelta, string opponent
61 const float RACE_NET_CHECKPOINT_HIT_RACE_BY_OPPONENT = 4; // byte checkpoint, short delta, byte lapsdelta, string opponent
62 const float RACE_NET_CHECKPOINT_NEXT_SPEC_QUALIFYING = 5; // byte nextcheckpoint, float laptime, short recordtime, string recordholder
63 const float RACE_NET_PENALTY_RACE = 6; // byte penaltytime, string reason
64 const float RACE_NET_PENALTY_QUALIFYING = 7; // byte penaltytime, string reason
65 const float RACE_NET_SERVER_RECORD = 8; // server record, sent to client
66 const float RACE_NET_SPEED_AWARD = 9; // speed award, sent to client
67 const float RACE_NET_SPEED_AWARD_BEST = 10; // all time best speed award, sent to client
68 const float RACE_NET_SERVER_RANKINGS = 11;
69 const float RANKINGS_CNT = 15;
70
71 const float ENT_CLIENT = 0;
72 const float ENT_CLIENT_DEAD = 1;
73 const float ENT_CLIENT_ENTCS = 2;
74 const float ENT_CLIENT_SCORES_INFO = 3;
75 const float ENT_CLIENT_SCORES = 4;
76 const float ENT_CLIENT_TEAMSCORES = 5;
77 const float ENT_CLIENT_POINTPARTICLES = 6;
78 const float ENT_CLIENT_RAINSNOW = 7;
79 const float ENT_CLIENT_LASER = 8;
80 const float ENT_CLIENT_NAGGER = 9; // flags [votecalledvote]
81 const float ENT_CLIENT_WAYPOINT = 10; // flags origin [team displayrule] [spritename] [spritename2] [spritename3] [lifetime maxdistance hideable]
82 const float ENT_CLIENT_RADARLINK = 11; // flags [startorigin] [endorigin] [startcolor+16*endcolor]
83 const float ENT_CLIENT_PROJECTILE = 12;
84 const float ENT_CLIENT_GIBSPLASH = 13;
85 const float ENT_CLIENT_DAMAGEINFO = 14;
86 const float ENT_CLIENT_CASING = 15;
87 const float ENT_CLIENT_INIT = 16;
88 const float ENT_CLIENT_MAPVOTE = 17;
89 const float ENT_CLIENT_CLIENTDATA = 18;
90 const float ENT_CLIENT_RANDOMSEED = 19;
91 const float ENT_CLIENT_WALL = 20;
92 const float ENT_CLIENT_SPIDERBOT = 21;
93 const float ENT_CLIENT_MODELEFFECT = 22;
94 const float ENT_CLIENT_TUBANOTE = 23;
95
96 const float ENT_CLIENT_TURRET = 40;
97
98 const float SPRITERULE_DEFAULT = 0;
99 const float SPRITERULE_TEAMPLAY = 1;
100
101 const float RADARICON_FLAG = 1;
102 const float RADARICON_FLAGCARRIER = 1;
103 const float RADARICON_HERE = 1; // TODO make these 3 and 4, and make images for them
104 const float RADARICON_DANGER = 1;
105 const float RADARICON_WAYPOINT = 1;
106 const float RADARICON_HELPME = 1;
107 const float RADARICON_CONTROLPOINT = 1;
108 const float RADARICON_GENERATOR = 1;
109 const float RADARICON_OBJECTIVE = 1;
110 const float RADARICON_DOMPOINT = 1;
111 const float RADARICON_POWERUP = 1;
112
113 ///////////////////////////
114 // key constants
115
116 //
117 // these are the key numbers that should be passed to Key_Event
118 //
119 const float K_TAB                       =       9;
120 const float K_ENTER             =       13;
121 const float K_ESCAPE            =       27;
122 const float K_SPACE             =       32;
123
124 // normal keys should be passed as lowercased ascii
125
126 const float K_BACKSPACE =       127;
127 const float K_UPARROW           =       128;
128 const float K_DOWNARROW =       129;
129 const float K_LEFTARROW =       130;
130 const float K_RIGHTARROW        =       131;
131
132 const float K_ALT               =       132;
133 const float K_CTRL      =       133;
134 const float K_SHIFT     =       134;
135 const float K_F1                =       135;
136 const float K_F2                =       136;
137 const float K_F3                =       137;
138 const float K_F4                =       138;
139 const float K_F5                =       139;
140 const float K_F6                =       140;
141 const float K_F7                =       141;
142 const float K_F8                =       142;
143 const float K_F9                =       143;
144 const float K_F10               =       144;
145 const float K_F11               =       145;
146 const float K_F12               =       146;
147 const float K_INS               =       147;
148 const float K_DEL               =       148;
149 const float K_PGDN      =       149;
150 const float K_PGUP      =       150;
151 const float K_HOME      =       151;
152 const float K_END               =       152;
153
154 const float K_KP_HOME                   =       160;
155 const float K_KP_UPARROW                =       161;
156 const float K_KP_PGUP                   =       162;
157 const float K_KP_LEFTARROW      =       163;
158 const float K_KP_5                      =       164;
159 const float K_KP_RIGHTARROW     =       165;
160 const float K_KP_END                    =       166;
161 const float K_KP_DOWNARROW      =       167;
162 const float K_KP_PGDN                   =       168;
163 const float K_KP_ENTER          =       169;
164 const float K_KP_INS            =       170;
165 const float K_KP_DEL                    =       171;
166 const float K_KP_SLASH          =       172;
167 const float K_KP_MINUS          =       173;
168 const float K_KP_PLUS                   =       174;
169
170 const float K_PAUSE             =       255;
171
172 //
173 // joystick buttons
174 //
175 const float K_JOY1              =       768;
176 const float K_JOY2              =       769;
177 const float K_JOY3              =       770;
178 const float K_JOY4              =       771;
179
180 //
181 // aux keys are for multi-buttoned joysticks to generate so they can use
182 // the normal binding process
183 //
184 const float K_AUX1              =       772;
185 const float K_AUX2              =       773;
186 const float K_AUX3              =       774;
187 const float K_AUX4              =       775;
188 const float K_AUX5              =       776;
189 const float K_AUX6              =       777;
190 const float K_AUX7              =       778;
191 const float K_AUX8              =       779;
192 const float K_AUX9              =       780;
193 const float K_AUX10             =       781;
194 const float K_AUX11             =       782;
195 const float K_AUX12             =       783;
196 const float K_AUX13             =       784;
197 const float K_AUX14             =       785;
198 const float K_AUX15             =       786;
199 const float K_AUX16             =       787;
200 const float K_AUX17             =       788;
201 const float K_AUX18             =       789;
202 const float K_AUX19             =       790;
203 const float K_AUX20             =       791;
204 const float K_AUX21             =       792;
205 const float K_AUX22             =       793;
206 const float K_AUX23             =       794;
207 const float K_AUX24             =       795;
208 const float K_AUX25             =       796;
209 const float K_AUX26             =       797;
210 const float K_AUX27             =       798;
211 const float K_AUX28             =       799;
212 const float K_AUX29             =       800;
213 const float K_AUX30             =       801;
214 const float K_AUX31             =       802;
215 const float K_AUX32             =       803;
216
217 //
218 // mouse buttons generate virtual keys
219 //
220 const float K_MOUSE1            =       512;
221 const float K_MOUSE2            =       513;
222 const float K_MOUSE3            =       514;
223 const float K_MWHEELUP  =       515;
224 const float K_MWHEELDOWN        =       516;
225 const float K_MOUSE4            =       517;
226 const float K_MOUSE5            =       518;
227 const float K_MOUSE6            =       519;
228 const float K_MOUSE7            =       520;
229 const float K_MOUSE8            =       521;
230 const float K_MOUSE9            =       522;
231 const float K_MOUSE10           =       523;
232 const float K_MOUSE11           =       524;
233 const float K_MOUSE12           =       525;
234 const float K_MOUSE13           =       526;
235 const float K_MOUSE14           =       527;
236 const float K_MOUSE15           =       528;
237 const float K_MOUSE16           =       529;
238
239 ///////////////////////////
240 // keys pressed
241 const float KEY_FORWARD         =       1;
242 const float KEY_BACKWARD        =       2;
243 const float KEY_LEFT            =       4;
244 const float KEY_RIGHT           =       8;
245 const float KEY_JUMP            =       16;
246 const float KEY_CROUCH          =       32;
247
248 ///////////////////////////
249 // cvar constants
250
251 float CVAR_SAVE         = 1;
252 float CVAR_NOTIFY       = 2;
253 float CVAR_READONLY     = 4;
254
255 ///////////////////////////
256 // csqc communication stuff
257
258 const float STAT_KH_KEYS = 32;
259 const float STAT_CTF_STATE = 33;
260 const float STAT_WEAPONS = 35;
261 const float STAT_SWITCHWEAPON = 36;
262 const float STAT_GAMESTARTTIME = 37;
263 const float STAT_STRENGTH_FINISHED = 38;
264 const float STAT_INVINCIBLE_FINISHED = 39;
265 const float STAT_DAMAGE_HITS = 40; // Used by the weapon stats code, represents the total amount of damage done to other players
266 const float STAT_DAMAGE_FIRED = 41;// Used by the weapon stats code, represents the total amount of potential damage fired
267 const float STAT_PRESSED_KEYS = 42;
268 const float STAT_ALLOW_OLDNEXBEAM = 43; // this stat could later contain some other bits of info, like, more server-side particle config
269 const float STAT_FUEL = 44;
270 const float STAT_NB_METERSTART = 45;
271 const float STAT_SHOTORG = 46; // compressShotOrigin
272 const float STAT_LEADLIMIT = 47;
273 const float STAT_BULLETS_LOADED = 48;
274 const float CTF_STATE_ATTACK = 1;
275 const float CTF_STATE_DEFEND = 2;
276 const float CTF_STATE_COMMANDER = 3;
277
278 const float STAT_HUD = 50;
279 const float HUD_NORMAL = 0;
280 const float HUD_SPIDERBOT = 10;
281 const float HUD_WAKIZASHI = 11;
282
283 const float STAT_VEHICLESTAT_HEALTH  = 60;
284 const float STAT_VEHICLESTAT_SHIELD  = 61;
285 const float STAT_VEHICLESTAT_ENERGY  = 62;
286 const float STAT_VEHICLESTAT_AMMO1   = 63;
287 const float STAT_VEHICLESTAT_RELOAD1 = 64;
288 const float STAT_VEHICLESTAT_AMMO2   = 65;
289 const float STAT_VEHICLESTAT_RELOAD2 = 66;
290
291 //const float STAT_SPIDERBOT_AIM     53 // compressShotOrigin
292 //const float STAT_SPIDERBOT_TARGET  54 // compressShotOrigin
293
294
295
296
297 // moved that here so the client knows the max.
298 // # of maps, I'll use arrays for them :P
299 #define MAPVOTE_COUNT 10
300
301 /**
302  * Lower scores are better (e.g. suicides)
303  */
304 #define SFL_LOWER_IS_BETTER     1
305
306 /**
307  * Don't show zero values as scores
308  */
309 #define SFL_HIDE_ZERO           2
310
311 /**
312  * Allow a column to be hidden (do not automatically add it even if it is a sorting key)
313  */
314 #define SFL_ALLOW_HIDE         16
315
316 /**
317  * Display as a rank (with st, nd, rd, th suffix)
318  */
319 #define SFL_RANK               32
320
321 /**
322  * Display as mm:ss.s, value is stored as 10ths of a second (AND 0 is the worst possible value!)
323  */
324 #define SFL_TIME               64
325
326 // not an extra constant yet
327 #define SFL_ZERO_IS_WORST SFL_TIME
328
329 /**
330  * Scoring priority (NOTE: PRIMARY is used for fraglimit)
331  */
332 #define SFL_SORT_PRIO_SECONDARY 4
333 #define SFL_SORT_PRIO_PRIMARY   8
334 #define SFL_SORT_PRIO_MASK     12
335
336 /**
337  * Score indices
338  */
339 #define MAX_SCORE 10
340 #define MAX_TEAMSCORE 2
341
342 #define ST_SCORE 0
343 #define SP_KILLS 0
344 #define SP_DEATHS 1
345 #define SP_SUICIDES 2
346 #define SP_SCORE 3
347 // game mode specific indices are not in common/, but in server/scores_rules.qc!
348
349 // this assignment must match menu/nexuiz/dialog_settings_misc.c!
350 float   CHAN_AUTO                               = 0;
351         // on world: announcers, ...                     INFO
352         // on players: item pickup                       ITEMS
353         // on entities: UNUSED
354         // on csqc: UNUSED
355 float   CHAN_WEAPON                             = 1; // Weapon fire
356         // on world: UNUSED
357         // on players: weapon firing                     WEAPONS
358         // on entities: turret firing                    WEAPONS
359         // on csqc: UNUSED
360 float   CHAN_VOICE                              = 2; // Voice/Radio
361         // on world: UNUSED
362         // on players: voice                             VOICE
363         // on entities: ambient                          AMBIENT
364         // on csqc: UNUSED
365 float   CHAN_TRIGGER                    = 3; // Triggers/Items
366         // on world: UNUSED
367         // on players: item pickup                       ITEMS
368         // on entities: platforms moving etc.            ITEMS
369         // on csqc: UNUSED
370 float   CHAN_PROJECTILE                 = 4; // Projectiles
371         // on world: UNUSED
372         // on players: projectiles hitting player        SHOTS
373         // on entities: projectiles                      SHOTS
374         // on csqc: projectile sounds                    SHOTS
375 float   CHAN_WEAPON2                    = 5; // Nex fire (separated as it is a very long sound)
376         // on world: UNUSED
377         // on players: weapon firing                     WEAPONS
378         // on entities: turret firing                    WEAPONS
379         // on csqc: UNUSED
380 float   CHAN_PAIN                               = 6; // Pain
381         // on world: UNUSED
382         // on players: pain                              PAIN
383         // on entities: projectiles flying               SHOTS
384         // on csqc: player pain                          PAIN
385 float   CHAN_PLAYER                             = 7; // Player body
386         // on world: UNUSED
387         // on players: player sounds                     PLAYER
388         // on entities: player sounds                    PLAYER
389         // on csqc: UNUSED
390
391 float   ATTN_NONE                               = 0;
392 float   ATTN_MIN                                = 0.015625;
393 float   ATTN_NORM                               = 0.5;
394 float   ATTN_IDLE                               = 2;
395 float   ATTN_STATIC                             = 3;
396 float   ATTN_MAX                                = 3.984375;
397
398 #define VOL_BASE 0.7
399 #define VOL_BASEVOICE 1.0
400
401 // this sets sounds and other properties of the projectiles in csqc
402 float PROJECTILE_ELECTRO = 1;
403 float PROJECTILE_ROCKET = 2;
404 float PROJECTILE_BULLET = 4;
405 float PROJECTILE_CRYLINK = 5;
406 float PROJECTILE_ELECTRO_BEAM = 6;
407 float PROJECTILE_GRENADE = 7;
408 float PROJECTILE_GRENADE_BOUNCING = 8;
409 float PROJECTILE_LASER = 9;
410 float PROJECTILE_HLAC = 10;
411 float PROJECTILE_PORTO_RED = 13;
412 float PROJECTILE_PORTO_BLUE = 14;
413 float PROJECTILE_HOOKBOMB = 15;
414 float PROJECTILE_HAGAR = 16;
415 float PROJECTILE_HAGAR_BOUNCING = 17;
416 float PROJECTILE_BULLET_GLOWING = 18;
417 float PROJECTILE_CRYLINK_BOUNCING = 19;
418 float PROJECTILE_FIREBALL = 20;
419 float PROJECTILE_FIREMINE = 21;
420 float PROJECTILE_BULLET_GLOWING_TRACER = 22;
421
422 float SPECIES_HUMAN        =  0;
423 float SPECIES_ROBOT_SOLID  =  1;
424 float SPECIES_ALIEN        =  2;
425 float SPECIES_ANIMAL       =  3;
426 float SPECIES_ROBOT_RUSTY  =  4;
427 float SPECIES_ROBOT_SHINY  =  5;
428 float SPECIES_RESERVED     = 15;
429
430 // Deathtypes (weapon deathtypes are the IT_* constants below)
431 // NOTE: when adding death types, please add an explanation to Docs/spamlog.txt too.
432 float DEATH_SPECIAL_START = 10000;
433 float DEATH_FALL = 10000;
434 float DEATH_TELEFRAG = 10001;
435 float DEATH_DROWN = 10002;
436 float DEATH_HURTTRIGGER = 10003;
437 float DEATH_LAVA = 10004;
438 float DEATH_SLIME = 10005;
439 float DEATH_KILL = 10006;
440 float DEATH_NOAMMO = 10007;
441 float DEATH_SWAMP = 10008;
442 float DEATH_TEAMCHANGE = 10009;
443 float DEATH_AUTOTEAMCHANGE = 10010;
444 float DEATH_CAMP = 10011;
445 float DEATH_SHOOTING_STAR = 10012;
446 float DEATH_ROT = 10013;
447 float DEATH_MIRRORDAMAGE = 10014;
448 float DEATH_TOUCHEXPLODE = 10015;
449 float DEATH_CHEAT = 10016;
450 float DEATH_FIRE = 10017;
451 float DEATH_TURRET = 10020;
452 float DEATH_QUIET = 10021;
453
454 float DEATH_SBMINIGUN = 10030;
455 float DEATH_SBROCKET  = 10031;
456 float DEATH_SBCRUSH   = 10032;
457 float DEATH_SBBLOWUP  = 10033;
458
459 float DEATH_WAKIGUN    = 10040;
460 float DEATH_WAKIROCKET = 10041;
461 float DEATH_WAKIBLOWUP = 10042;
462
463 float DEATH_CUSTOM = 10300;
464
465
466 float DEATH_WEAPONMASK = 0xFF;
467 float DEATH_HITTYPEMASK = 0x1F00; // which is WAY below 10000 used for normal deaths
468 float HITTYPE_SECONDARY = 0x100;
469 float HITTYPE_SPLASH = 0x200;
470 float HITTYPE_BOUNCE = 0x400;
471 float HITTYPE_HEADSHOT = 0x800;
472 float HITTYPE_RESERVED = 0x1000; // unused yet
473
474 // macros to access these
475 #define DEATH_ISSPECIAL(t)            ((t) >= DEATH_SPECIAL_START)
476 #define DEATH_WEAPONOFWEAPONDEATH(t)  ((t) & DEATH_WEAPONMASK)
477 #define DEATH_ISWEAPON(t,w)           (!DEATH_ISSPECIAL(t) && DEATH_WEAPONOFWEAPONDEATH(t) == (w))
478 #define DEATH_WEAPONOF(t)             (DEATH_ISSPECIAL(t) ? 0 : DEATH_WEAPONOFWEAPONDEATH(t))
479 #define WEP_VALID(w)                  ((w) >= WEP_FIRST && (w) <= WEP_LAST)
480
481 #define FRAGS_PLAYER 0
482 #define FRAGS_SPECTATOR -666
483 #define FRAGS_LMS_LOSER -616
484 #define FRAGS_PLAYER_NONSOLID -616
485 // we can use this frags value for both
486
487 //misc. stuff
488 #define NEWLINES "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
489
490 // water levels
491 float WATERLEVEL_NONE = 0;
492 float WATERLEVEL_WETFEET = 1;
493 float WATERLEVEL_SWIMMING = 2;
494 float WATERLEVEL_SUBMERGED = 3;
495
496 float MAX_SHOT_DISTANCE = 32768;