It just seems that when one is building it has the hit box of a building harvester but a collision boundary of the full grown model?
That's just lazy, clearly the box has already been made for the growing model, not using it for collision as well is just poor. I'm sure it was just over looked though...right?
It just seems that when one is building it has the hit box of a built harvester but a collision boundary of the full grown model?
That's just lazy, clearly the box has already been made for the growing model, not using it for collision as well is just poor. I'm sure it was just over looked though...right?
It's actually a reasonable decision IMO. When a player is up against something with an expanding/changing hitbox, they'll either become stuck inside it or pushed away. If they get pushed away, there's a chance that they'll be pushed into somewhere otherwise inaccessible or be pushed into (and become stuck in) some geometry.
The easiest way to avoid these possibilities is to make sure the hitbox never expands. For structures in NS2, this means always using their built hitbox.
LoL, ta! Oh, I have battled seemingly infinitely with growing *shifts* for a hundred and fifty odd builds, how they used to grow from within the ground, small diameter top first, but you can't hit it because of the wider base that is/isn't there yet --- argh, the anguish!
It just seems that when one is building it has the hit box of a built harvester but a collision boundary of the full grown model?
That's just lazy, clearly the box has already been made for the growing model, not using it for collision as well is just poor. I'm sure it was just over looked though...right?
It's actually a reasonable decision IMO. When a player is up against something with an expanding/changing hitbox, they'll either become stuck inside it or pushed away. If they get pushed away, there's a chance that they'll be pushed into somewhere otherwise inaccessible or be pushed into (and become stuck in) some geometry.
The easiest way to avoid these possibilities is to make sure the hitbox never expands. For structures in NS2, this means always using their built hitbox.
True, a better option still would be to push people out of the zone when it moves.
MouseThe Lighter Side of PessimismJoin Date: 2002-03-02Member: 263Members, NS1 Playtester, Forum Moderators, Squad Five Blue, Reinforced - Shadow, WC 2013 - Shadow
edited January 2014
Well the problem then is you have to somehow control where they get pushed too. So they don't get trapped between the structure and a wall or over a cliff or something.
It's one of those problems where you could either develop a comprehensive fix that addresses the consequence of an expanding hitbox or just deny the the player the opportunity to be confronted with an expanding hitbox.
Well the problem then is you have to somehow control where they get pushed too. So they don't get trapped between the structure and a wall or over a cliff or something.
It's one of those problems where you could either develop a comprehensive fix that addresses the consequence of an expanding hitbox or just deny the the player the opportunity to be confronted with an expanding hitbox.
I'm not saying it's not the easiest option, but it's definitely not the best. I'm sure it could be done, it may not be worth the effort though I'm not sure.
Well the problem then is you have to somehow control where they get pushed too. So they don't get trapped between the structure and a wall or over a cliff or something.
It's one of those problems where you could either develop a comprehensive fix that addresses the consequence of an expanding hitbox or just deny the the player the opportunity to be confronted with an expanding hitbox.
I'm not saying it's not the easiest option, but it's definitely not the best. I'm sure it could be done, it may not be worth the effort though I'm not sure.
I hate to tell you that in computer science simplest solution is most likely the best. I agree with you though but your not making it easy for me!
The best solution is one-way collision. The expanding building does not push players, but any player inside the hitbox of the building can freely pass through that hitbox until they are on the outside again. The collision only works when the player moves at the object from the outside, and not when the object moves at the player or the player moves from inside.
The downside of this approach is that players could hide inside of structure models. I don't think any structures are large enough to completely hide a marine though so it wouldn't really be an issue.
The best solution is one-way collision. The expanding building does not push players, but any player inside the hitbox of the building can freely pass through that hitbox until they are on the outside again. The collision only works when the player moves at the object from the outside, and not when the object moves at the player or the player moves from inside.
The downside of this approach is that players could hide inside of structure models. I don't think any structures are large enough to completely hide a marine though so it wouldn't really be an issue.
Glad you approve, because this is how it currently is in game. Have you never tried standing on a rt point when com drops an rt, you can walk right through it.
The best solution is one-way collision. The expanding building does not push players, but any player inside the hitbox of the building can freely pass through that hitbox until they are on the outside again. The collision only works when the player moves at the object from the outside, and not when the object moves at the player or the player moves from inside.
The downside of this approach is that players could hide inside of structure models. I don't think any structures are large enough to completely hide a marine though so it wouldn't really be an issue.
Glad you approve, because this is how it currently is in game. Have you never tried standing on a rt point when com drops an rt, you can walk right through it.
Uh, I remember being stuck inside freshly dropped CC. Guess it is possible because there is emptiness inside?
IronHorseDeveloper, QA Manager, Technical Support & contributorJoin Date: 2010-05-08Member: 71669Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Subnautica Playtester, Subnautica PT Lead, Pistachionauts
edited January 2014
Yes.
You can actually drop an RT on a player, (not EXACTLY in the same position, but basically on the player still, given the collision model) they can build while in it.. and then when its fully built still remain in it.. until they walk out of it then the collision is reapplied.
CC's dont do this as well for other reasons (same reason you used to be able to get an arc stuck under a CC)
The best solution is one-way collision. The expanding building does not push players, but any player inside the hitbox of the building can freely pass through that hitbox until they are on the outside again. The collision only works when the player moves at the object from the outside, and not when the object moves at the player or the player moves from inside.
The downside of this approach is that players could hide inside of structure models. I don't think any structures are large enough to completely hide a marine though so it wouldn't really be an issue.
Glad you approve, because this is how it currently is in game. Have you never tried standing on a rt point when com drops an rt, you can walk right through it.
well i hate when you kill the harvester and its still a solid wall for atleast 5 extra seconds blocking you mid air when its clearly nothing on screen, not even the ragdoll death animation of the harvester
well i hate when you kill the harvester and its still a solid wall for atleast 5 extra seconds blocking you mid air when its clearly nothing on screen, not even the ragdoll death animation of the harvester
The best solution is one-way collision. The expanding building does not push players, but any player inside the hitbox of the building can freely pass through that hitbox until they are on the outside again. The collision only works when the player moves at the object from the outside, and not when the object moves at the player or the player moves from inside.
The downside of this approach is that players could hide inside of structure models. I don't think any structures are large enough to completely hide a marine though so it wouldn't really be an issue.
Glad you approve, because this is how it currently is in game. Have you never tried standing on a rt point when com drops an rt, you can walk right through it.
Uh, I remember being stuck inside freshly dropped CC. Guess it is possible because there is emptiness inside?
Soul_RiderMod BeanJoin Date: 2004-06-19Member: 29388Members, Constellation, Squad Five Blue
The hitbox will always be the siz of the model, as it is tied to the model, the collision is a simple pill (last time i checked) that is used to determine when it is interacting with other objects and players.
The best solution is one-way collision. The expanding building does not push players, but any player inside the hitbox of the building can freely pass through that hitbox until they are on the outside again. The collision only works when the player moves at the object from the outside, and not when the object moves at the player or the player moves from inside.
The downside of this approach is that players could hide inside of structure models. I don't think any structures are large enough to completely hide a marine though so it wouldn't really be an issue.
Glad you approve, because this is how it currently is in game. Have you never tried standing on a rt point when com drops an rt, you can walk right through it.
You can actually do more than that, you can jump so you're RIGHT ONTOP OF IT. And also build from inside it.
This reminded me of the "Old Days" of hiding an OC on top of an Extractor...
I miss being able to hide almost completely inside an extractor as a marine. Simply jumping into one at the last minute ensured a few ninja phase gates went down undetected. Its pretty funny watching the aliens just move right past you if they're not diligent enough.
Comments
you've never tried to jump over a growing whip?
madness!
It's actually a reasonable decision IMO. When a player is up against something with an expanding/changing hitbox, they'll either become stuck inside it or pushed away. If they get pushed away, there's a chance that they'll be pushed into somewhere otherwise inaccessible or be pushed into (and become stuck in) some geometry.
The easiest way to avoid these possibilities is to make sure the hitbox never expands. For structures in NS2, this means always using their built hitbox.
Very well, I shall not question.
It's one of those problems where you could either develop a comprehensive fix that addresses the consequence of an expanding hitbox or just deny the the player the opportunity to be confronted with an expanding hitbox.
I hate to tell you that in computer science simplest solution is most likely the best. I agree with you though but your not making it easy for me!
The downside of this approach is that players could hide inside of structure models. I don't think any structures are large enough to completely hide a marine though so it wouldn't really be an issue.
Glad you approve, because this is how it currently is in game. Have you never tried standing on a rt point when com drops an rt, you can walk right through it.
Uh, I remember being stuck inside freshly dropped CC. Guess it is possible because there is emptiness inside?
You can actually drop an RT on a player, (not EXACTLY in the same position, but basically on the player still, given the collision model) they can build while in it.. and then when its fully built still remain in it.. until they walk out of it then the collision is reapplied.
CC's dont do this as well for other reasons (same reason you used to be able to get an arc stuck under a CC)
thats going to be fixed in next patch
Collision with the world is a pill / oval, and collision with players is an 8 sided cylinder
You can actually do more than that, you can jump so you're RIGHT ONTOP OF IT. And also build from inside it.
I miss being able to hide almost completely inside an extractor as a marine. Simply jumping into one at the last minute ensured a few ninja phase gates went down undetected. Its pretty funny watching the aliens just move right past you if they're not diligent enough.