Jump to content
Dante Unbound: Known Issues ×
Dante Unbound: Share Bug Reports and Feedback Here! ×

Loki Breaks Map Containment


migetman9
 Share

Recommended Posts

This should be known by the devs for awhile now. They started implementing a "Target Obstructed" warning when trying to switch teleport with your decoy in certain areas. Its still in Beta, so hopefully it will be fixed 100% eventually.

Link to comment
Share on other sites

This is well known; Loki can break out of anything at present. The issue has been negated somewhat (We get an Object Obstructed error if we try to Switch Teleport with a Decoy in a solid object) but it hasn't been removed completely. It is extremely simple to get on top of the collision box designed to keep you inside the open part of the level on the Outpost endless Defense missions.

This could be resolved by making a few checks.

while (Decoy.isObstructed() = true)

{

Decoy.moveTowardsPlayer(0.5); //Moves decoy towards player by half a metre

}

In those Endless Defense Missions, the Decoy could simply not spawn if it's too high on the vertical plane (i.e. It's at/past the height of the collision box)

Edited by Azure_Kyte
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...