Jump to content
Sign in to follow this  
exevankeko

Where I can find this kind of bunker in the editor?

Recommended Posts

To spawn this in the editor, place a invisible helipad and put the following in the init.

tower = "Land_Cargo_Patrol_V1_F" createVehicle (position this); tower setDir 0; deleteVehicle this;

Share this post


Link to post
Share on other sites
To spawn this in the editor, place a invisible helipad and put the following in the init.

tower = "Land_Cargo_Patrol_V1_F" createVehicle (position this); tower setDir 0; deleteVehicle this;

Thank you so much guys!

for your help =)

Share this post


Link to post
Share on other sites
To spawn this in the editor, place a invisible helipad and put the following in the init.

tower = "Land_Cargo_Patrol_V1_F" createVehicle (position this); tower setDir 0; deleteVehicle this;

Thank you from me as well, this is exactly what I was looking for!

Share this post


Link to post
Share on other sites

I wouldn't use a helipad since helicopters prefer landing on them. Instead use an object/mine/chemlight and name it dude. Save the mission. Go under your mission.sqm file and find dude. Delete out the chemlight class name and replace it with the tower class name. Save the file. Go back to your mission and hit load, do not hit save. You will now have a square with a question mark inside of it. You can copy/ paste as many towers as you want to.

Edited by cobra4v320

Share this post


Link to post
Share on other sites
I wouldn't use a helipad since helicopters prefer landing on them. Instead use an object/mine/chemlight and name it dude. Save the mission. Go under your mission.sqm folder and find dude. Delete out the chemlight class name and replace it with the tower class name. Save the file. Go back to your mission and hit load, do not hit save. You will now have a square with a question mark inside of it. You can copy/ paste as many towers as you want to.

Is there a way to 'add' elemtents to the editor? Your way is probably the best, but shouldn't it be possible to create an entry under the 'empty' category?

Share this post


Link to post
Share on other sites
I wouldn't use a helipad since helicopters prefer landing on them. Instead use an object/mine/chemlight and name it dude. Save the mission. Go under your mission.sqm file and find dude. Delete out the chemlight class name and replace it with the tower class name. Save the file. Go back to your mission and hit load, do not hit save. You will now have a square with a question mark inside of it. You can copy/ paste as many towers as you want to.

I never knew this trick. That's cool.

Share this post


Link to post
Share on other sites

Once you have the objects you want its easy to copy/paste them around the map. Makes it really easy to setup a FOB or camp just about anywhere. Keep in mind that you cannot change the name or the init line in the editor. If you double click on the object then hit okay it will sometime default back to a helicopter or a bunker. You would have to edit the name and init line from the mission.sqm file. Thats been my experience with it anyways.

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  

×