exevankeko 10 Posted March 31, 2014 Hey guys how are you? I'm doing a mission, and I find this type of bunker in the editor: http://imageshack.com/a/img69/8493/hf58.png It is available in the editor? where can I find it? looked everywhere and can not find it Share this post Link to post Share on other sites
Beerkan 71 Posted March 31, 2014 ... looked everywhere and can not find it Here I come ready or not!! Found you!! Land_Cargo_Patrol_V1_F More Here Share this post Link to post Share on other sites
fight9 14 Posted March 31, 2014 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
exevankeko 10 Posted March 31, 2014 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
Belmat 10 Posted April 2, 2014 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
cobra4v320 27 Posted April 2, 2014 (edited) 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 April 2, 2014 by cobra4v320 Share this post Link to post Share on other sites
weparo 10 Posted April 2, 2014 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
Belbo 462 Posted April 2, 2014 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? You could try something like this: http://www.armaholic.com/page.php?id=21466 Share this post Link to post Share on other sites
fight9 14 Posted April 2, 2014 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
cobra4v320 27 Posted April 2, 2014 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