From 88cf11bc3f051ee3d8d75d4242c3a286a97384d7 Mon Sep 17 00:00:00 2001 From: MaeJong Date: Thu, 18 May 2017 12:41:47 +0200 Subject: Decrease Hive bbox size & re-center the model These are GPP coords. --- src/game/bg_misc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/bg_misc.c') diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 3fdec70..4ccd698 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -191,9 +191,9 @@ buildableAttributes_t bg_buildableList[ ] = "team_alien_hive", //char *entityName; { "models/buildables/acid_tube/acid_tube.md3", 0, 0, 0 }, 1.0f, //float modelScale; - { -35, -35, -25 }, //vec3_t mins; - { 35, 35, 25 }, //vec3_t maxs; - -15.0f, //float zOffset; + { -20, -20, -20 }, //vec3_t mins; + { 20, 20, 20 }, //vec3_t maxs; + -10.0f, //float zOffset; TR_GRAVITY, //trType_t traj; 0.0, //float bounce; HIVE_BP, //int buildPoints; -- cgit