Purzel 35 Posted December 16, 2016 Hi Folks,is it possible to show hidden buildings in EDEN? I tried to get the three-part Kavala Hospital into the Sahrani map, but I can´t see it in the editor. The problem is, you will have to put the following three building-pieces together: Land_Hospital_main_F (Main Building) Land_Hospital_side1_F (Wing with stairs) Land_Hospital_side2_F (Helipad on top) But without seeing, what you are doing its impossible... Greetz Purzel Share this post Link to post Share on other sites
johnnyboy 3803 Posted December 17, 2016 This might work: Load Altis map. Find those 3 building objects in Kavala. Choose one of the 3 to be the "anchor object", and get the relative positions (worldToModel command?) of the other 2 buildings to this anchor building. Note these relative positions. Then load up Sahrani in editor. Create the 3 objects. Place the anchor building where you want it. Then place the other 2 buildings relative to it using modelToWorld. You can use AttachTo for the other 2 buildings for the relative positioning, and keep setpos-ing the anchor building until its exactly where you want it. Still a hassle because you have to test run the mission to see if you like where you put it each time. Share this post Link to post Share on other sites
killzone_kid 1333 Posted December 17, 2016 Dunno how to show it, but you can build it. Just checked, this code still works http://killzonekid.com/arma-scripting-tutorials-automating-sliding-doors-at-hospital/ Share this post Link to post Share on other sites
R3vo 2654 Posted December 17, 2016 create3DENEntity [ "Object", "Land_Hospital_main_F", screenToWorld [0.5,0.5] ]; Execute that in the debug console and repeat it for all the parts of the hospital you need. 3 Share this post Link to post Share on other sites
Purzel 35 Posted December 20, 2016 OK... Thank you.. It´s a little strange that such things are not documented in EDEN, especially, why some buildings are hidden at all? I´d know no good reason for that... 1 Share this post Link to post Share on other sites