runekn 3 Posted December 22, 2013 Is there a way to disable a spawned object's tilting when it's trying to match the terrain? Or at least counter it? Share this post Link to post Share on other sites
f2k sel 164 Posted December 22, 2013 Perhaps something in this thread will work, it's for A2 but still valid for A3 http://forums.bistudio.com/showthread.php?138925-Object-adapt-to-terrain/page2&highlight=building+position Share this post Link to post Share on other sites
zapat 56 Posted December 22, 2013 I guess setPosATL and setPosASL puts the objects vertical and setPos tilts them to terrain. Maybe the other way around I can't check it for you now... :) Share this post Link to post Share on other sites
runekn 3 Posted December 22, 2013 I understand you, I would misunderstand the question too :) But I don't want it to align with terrain, which it does automatically. Share this post Link to post Share on other sites
f2k sel 164 Posted December 22, 2013 object setVectorup [0,0,1] Share this post Link to post Share on other sites
runekn 3 Posted December 22, 2013 object setVectorup [0,0,1] Thank you kind sir ;D Worked flawless Share this post Link to post Share on other sites