Lifting vehicles (and spawners) using InterActors, strange collisions causing flying vehicles

Posted by Gareth Jones on Game Development See other posts from Game Development or by Gareth Jones
Published on 2012-10-16T20:02:00Z Indexed on 2012/10/17 17:22 UTC
Read the original article Hit count: 234

Filed under:
|

Making a VCTF map with the Unreal Tournament 3 Editor, and thus have vehicles in it. Currently I have 2 walkways next to each other (Big enough for a vehicle). One of them (A InterActor) drops down, and a grate covers the hole until the vehicle respawns. Once its respawned the InterActor Walkway lifts the vehicle up (and the grate pulls back). However what I'm finding is that the vehicle seems to collide with something when it gets near the top.

(Looks something like this: ----_ where _ is the moving InterActor and - is a walkway)

I created a new map to test this, and found it seems the front of the scorpion collides with the walkway in front of it, however I don't know why, it physically (in terms of how it looks in game) does not touch the walkway in front of it, but its actions look like it has.

Im using InterActors, and a vehicle spawner, looking like so

Setup

How do I stop this from happening? Right now everything is perfect, except the vehicle keeps flying away every time its lifted up, likes it been forced in between the "lift" and another object!

© Game Development or respective owner

Related posts about unreal

Related posts about map-editor