Bunny75 10 Posted September 4, 2009 Is it possible to delete a building from the map? For example a house id 223850 from chernarus. Share this post Link to post Share on other sites
{USI}_Zombie 0 Posted September 4, 2009 can't delete it but you can "kill" it with setdamage Share this post Link to post Share on other sites
f2k sel 164 Posted September 4, 2009 You can delete them, they won't however come back until you reload the map. There is a thread on here somewhere. Share this post Link to post Share on other sites
cobra4v320 27 Posted September 6, 2009 (edited) You can delete a building using the deleteCollection command. Create a gamelogic and in the init line put: deleteCollection (getPos this nearestObject 123456) This is however bugged, you will get a CTD the second time you preview. So you can preview the mission one time, the building will be completely gone. The second time you preview you get a CTD, or in my case a frozen computer screen isnt that awesome. Edited September 6, 2009 by cobra4v320 Share this post Link to post Share on other sites
dale0404 5 Posted September 6, 2009 You can delete a building using the deleteCollection command.Create a gamelogic and in the init line put: deleteCollection (getPos this nearestObject 123456) This is however bugged, you will get a CTD the second time you preview. So you can preview the mission one time, the building will be completely gone. The second time you preview you get a CTD, or in my case a frozen computer screen isnt that awesome. So, this been verified on another computer? Share this post Link to post Share on other sites
cobra4v320 27 Posted September 6, 2009 Tested and working, well at least the first preview. Do a search on these forums there is additional info to be found with others having the same issues. Im also using the latest beta patch. Share this post Link to post Share on other sites