]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/constants.qh
Include gmqcc binaries for Windows and Linux
[voretournament/voretournament.git] / data / qcsrc / server / constants.qh
index cb7e654f0ab60bc0433f757faf38011e8ef06c9b..70b8221ac073146b330b91c7ab9925e6eeaa7add 100644 (file)
@@ -33,6 +33,7 @@ float MOVETYPE_FLYMISSILE                     = 9;
 float  MOVETYPE_BOUNCE                         = 10;\r
 float  MOVETYPE_BOUNCEMISSILE  = 11;   // Like bounce but doesn't lose speed on bouncing\r
 //float        MOVETYPE_FOLLOW                         = 12;   // 'Attaches' the entity to its aim_ent\r
+float MOVETYPE_FLY_WORLDONLY = 33;\r
 \r
 float  SOLID_NOT                               = 0;\r
 float  SOLID_TRIGGER                           = 1;\r
@@ -130,12 +131,12 @@ vector    PL_MAX                                  = '16 16 45';
 vector PL_CROUCH_VIEW_OFS                      = '0 0 15';\r
 vector PL_CROUCH_MIN                           = '-16 -16 -24';\r
 vector PL_CROUCH_MAX                           = '16 16 25';\r
+vector PL_PREY_VIEW_OFS                        = '0 0 25';\r
+\r
+vector CONSUMABLE_VIEW_OFS                     = '0 0 25';\r
 \r
 // Sajt - added these, just as constants. Not sure how you want them actually put in the game, but I just\r
 // did this so at least they worked\r
-// NOTE: instagib IS NOT compatible with rocket-arena, so make sure to prevent selecting both in a menu\r
-//float        GAME_INSTAGIB                           = 1;   /// everyone gets the nex gun with infinite ammo, and one shot kills\r
-//float        GAME_ROCKET_ARENA                       = 16;  /// Everyone starts with a rocket launcher\r
 //float        GAME_FULLBRIGHT_PLAYERS                 = 64; /// makes the players model fullbright\r
 //float        GAME_TEAMS                              = 128; /// Teams, red/green/yellow/blue\r
 \r