Is it possible to invert info_landmark values?

b1gl4ke

L2: Junior Member
May 25, 2014
73
21
I am trying to create a circular room that when a player rocket jumps into the north west side he will pop out the south east side. To put it simply, he will pop out on the opposite side of the circle every time he runs into a wall. I attempted to do this by using 2 semi circles and 2 info_teleport_destinations, each pointing away from their respective semi circle. I then placed the info_landmark at the center of the circle as well. I assumed that when running into the wall the info_landmark value would get recorded, orient it self 180 degrees, with respect to the destination, and then it would pop out on the other side of the circle. info_landmark does not seem to change orientation in any way.

So now I am trying to find out if it's possible to spit out the opposite numbers from info_landmark. Or possibly there is another way I am not seeing. Oh, I am also new to mapping. http://i.imgur.com/BiOkYJO.jpg?1

Any help is greatly appreciated. : )
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
info_landmark does not seem to change orientation in any way.
That's actually the entire purpose of the entity: to preserve all orientation and translation. Without one the teleport lands using the info_teleport_destination's location and values.

I think the only thing you could do is have a bunch of teleports all around the edge.