b00tsy 28 Posted May 5, 2012 Hi, Does anyone know if there is an addon made that adds all the ArmA2 buildings to the editor? These buildings I searched for it here on the forum and google, but so far no success. I would love to have the buildings available in the editor. I can already place them through a marker position of course, but I can not rotate the buildings then. Would be great if I can just place them on the map with the editor as an object. Share this post Link to post Share on other sites
avibird 1 155 Posted May 5, 2012 Yes update editor if I find the link I will post it for you. ---------- Post added at 20:35 ---------- Previous post was at 20:20 ---------- Is this what you are looking for. MAP Editorupgrade (EU) by Lester Description: This Addon would be created to get all needful objects of ArmA2 into the Editor, the objects would be actual splitted into 14 categories, broken, double or untextured objects aren't in here.! The MAP_EU would be required for editing and playing ! Objects Categories: * Plants - Grass, Bushes and Trees * Rocks - Stones and Rocks * Roads - Bridges, Dam, Streets, Ways and Runways * Sidewalks - Sidewalks and Pathes * Houses - Civil Houses * Industry - Industrial Buildings and Equipment * Rails - all around Trains and Tracks * Military - military Buildings, Tents, and Emplacements * Ruins - Corpses, Wrecks, Ruins and Rubbish * Walls - Walls, Fences, Gates and Streetsurroundings * Misc - Container, Materials, Playground, ... * Signs - Signs, Streetlights, Poles and Billboards * Interieur - Furniture, Elektroniks and Drinks * Water - Boats, Buojs,Seas http://www.armaholic.com/page.php?id=6194 Share this post Link to post Share on other sites
b00tsy 28 Posted May 6, 2012 Thanks AVI, I searched armaholic too and didn't see this one :) Looks like a lot of the stuff is in this addon, should get me a long way. Too bad it does not contain AO buildings and objects too! Share this post Link to post Share on other sites
avibird 1 155 Posted May 6, 2012 Hey B00tsy If you want to just place buildings and some objects down that is easy to do mate. Just find what you want from the OBJECT LIBRARY on armaholic front page. Pick a small item from the editor the smaller the better and put this in the init box bld="Class name goes here" createvehiclelocal (getposasl this);bld setdir (getdir this); You need to put the class name of the item between "" in the code for it to work. FYI if you use the update editor download (MOD) in your mission no one can play your mission that does not have the download ): This is a script only you have to have it (: Thank care. I will have to show you my domination edit one day! Share this post Link to post Share on other sites
b00tsy 28 Posted May 6, 2012 Ahh thank you thank you, that works perfectly! I still have to learn a ton of things when it comes to scripting and what is possible, I only got a building to spawn through a marker position so far. With this I can do some nice things now :) Share this post Link to post Share on other sites