Bebbe 10 Posted August 1, 2009 In my editor I have place the Camp, It is a two-story high bunker. Now I want to put tables, electronics and men on both floors but how do I do that. Is their someway to place things in 3D, similar to the TES4 Construction Set? Share this post Link to post Share on other sites
manzilla 2 Posted August 1, 2009 (edited) In my editor I have place the Camp, It is a two-story high bunker. Now I want to put tables, electronics and men on both floors but how do I do that. Is their someway to place things in 3D, similar to the TES4 Construction Set? Wrong section. Try this one: http://forums.bistudio.com/forumdisplay.php?f=93 There's a few threads that explain how to place objects on different floors. EDIT: To set an objects height put this in the unit/object/etc's init box: this setpos[(getpos this select 0),(getpos this select 1), 10]; The last number, 10 in this case, is the objects height. By changing this you will set a different height. Basically what I do is tweak this number until I get the right height. It's more trial and error then anything else. There's probably a better way to do it but I've never figured it out. Not to sure about the 3D editor, I haven't really used it in depth yet. Edited August 1, 2009 by Manzilla Share this post Link to post Share on other sites