Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Purzel

Show hidden buildings in EDEN

Recommended Posts

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

 

hospitalmainf2kze2.jpghospitalside1f89x99.jpghospitalside2fsll8s.jpg




 

 

Share this post


Link to post
Share on other sites

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
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.

 

  • Like 3

Share this post


Link to post
Share on other sites

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...

 

 

 

  • Like 1

Share this post


Link to post
Share on other sites

×