]> git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/common/constants.qh
Scoreboard respawn info from my code in Xonotic
[voretournament/voretournament.git] / data / qcsrc / common / constants.qh
index ff54fb862ac73be76ca39ab575be2d2683cbe020..56a50b94937b8ae2d7e98c7334cf7d6d95d87d17 100644 (file)
@@ -98,6 +98,7 @@ const float ENT_CLIENT_MODELEFFECT = 22;
 const float ENT_CLIENT_WARPZONE = 23;\r
 const float ENT_CLIENT_WARPZONE_CAMERA = 24;\r
 const float ENT_CLIENT_TRIGGER_MUSIC = 25;\r
+const float ENT_CLIENT_PORTRAIT = 26;\r
 \r
 const float ENT_CLIENT_TURRET = 40;\r
 \r
@@ -276,17 +277,30 @@ const float STAT_FUEL = 44;
 const float STAT_NB_METERSTART = 45;\r
 const float STAT_SHOTORG = 46; // compressShotOrigin\r
 const float STAT_LEADLIMIT = 47;\r
-const float STAT_VORE_LOAD = 48;\r
-const float STAT_VORE_DIGESTING = 49;\r
-const float STAT_VORE_EATEN = 50;\r
-const float STAT_VORE_CANLEAVE = 51;\r
+const float STAT_WINNING = 48;\r
+const float STAT_WEAPON_CLIPLOAD = 49;\r
+const float STAT_WEAPON_CLIPSIZE = 50;\r
+const float STAT_LAST_PICKUP = 51;\r
+const float STAT_VORE_LOAD = 52;\r
+const float STAT_VORE_MAXLOAD = 53;\r
+const float STAT_VORE_DIGESTING = 54;\r
+const float STAT_VORE_EATEN = 55;\r
+const float STAT_VORE_CANLEAVE = 56;\r
+const float STAT_VORE_CANSWALLOW = 57;\r
+const float STAT_VORE_PROGRESS_PREY = 58;\r
+const float STAT_VORE_PROGRESS_PRED = 59;\r
+const float STAT_CROSSHAIR_STYLE = 60;\r
+const float STAT_SBRING1_TYPE = 61;\r
+const float STAT_SBRING1_CLIP = 62;\r
+const float STAT_SBRING2_TYPE = 63;\r
+const float STAT_SBRING2_CLIP = 64;\r
+const float STAT_RESPAWN_TIME = 65;\r
+const float STAT_HUD = 66;\r
+const float HUD_NORMAL = 0;\r
 const float CTF_STATE_ATTACK = 1;\r
 const float CTF_STATE_DEFEND = 2;\r
 const float CTF_STATE_COMMANDER = 3;\r
 \r
-const float STAT_HUD = 52;\r
-const float HUD_NORMAL = 0;\r
-\r
 // moved that here so the client knows the max.\r
 // # of maps, I'll use arrays for them :P\r
 #define MAPVOTE_COUNT 10\r
@@ -388,8 +402,8 @@ float       ATTN_IDLE                               = 2;
 float  ATTN_STATIC                             = 3;\r
 float  ATTN_MAX                                = 3.984375;\r
 \r
-#define VOL_BASE 0.7\r
-#define VOL_BASEVOICE 1.0\r
+#define VOL_BASE 0.3\r
+#define VOL_BASEVOICE 0.5\r
 \r
 // this sets sounds and other properties of the projectiles in csqc\r
 float PROJECTILE_EXAMPLE = 1; // VoreTournament doesn't use any projectiles by default, so this example will guide us if any will be added in the future\r
@@ -426,7 +440,8 @@ float DEATH_FIRE = 10017;
 float DEATH_TURRET = 10020;\r
 float DEATH_QUIET = 10021;\r
 float DEATH_DIGESTION = 10022;\r
-float DEATH_STOMACHKICK = 10023;\r
+float DEATH_REGURGITATION = 10023;\r
+float DEATH_STOMACHKICK = 10024;\r
 \r
 float DEATH_SBMINIGUN = 10030;\r
 float DEATH_SBROCKET  = 10031;\r
@@ -471,3 +486,5 @@ float WATERLEVEL_SWIMMING = 2;
 float WATERLEVEL_SUBMERGED = 3;\r
 \r
 float MAX_SHOT_DISTANCE = 32768;\r
+\r
+float PARTICLE_MULTIPLIER = 10;\r