Jump to content
Sign in to follow this  
vasgork

Insert houses?

Recommended Posts

Hi

Does anybody know how to insert buildings such as houses?

I want to create a mission with those tall buildings that are in Nogova, but can't figure out the way how to insert them.

Plzzz help.

Thanks wink.gif

Share this post


Link to post
Share on other sites

Sui from  www.OFPEC.com  points out a neat way of using hoot's "RES houses_list" :

Put up a trigger somewhere, name it (the NAME field, not the text field).

Then set axis  a & b to null - turning the trigger into a tiny spot on the map.

And you can just let it fire right away by putting:

   Alive Player

- in the "cond." field. See, the trick is to simply 'createVehicle' the building :

   MyHouse = "Dum05" CreateVehicle Getpos T1

- where "T1" would be the name you gave the trigger and "Dum05" is the 'hoot_list' name.

P.S.  If you need a specific azimut for the building, just add this to the trigger:

MyHouse SetDir 220   ...or whatever direction.

P.P.S.  in scripts you can simply use the code :

MyHouse = "Dum05" CreateVehicle Getpos (whatever_Position)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×