Jump to content
Sign in to follow this  
randomdude

How do i place houses or airfield?

Recommended Posts

Hello

I downloaded this afghanistan map and it's empty. I would like to place some houses, roads (not the city generator) and airfield. How do i do this?

Thanks

Share this post


Link to post
Share on other sites

you cannot do it in vanilla game, you can download addons from for example armaholic wich has houses etc in them wich you can manually place in either editor or ingame via script.

Share this post


Link to post
Share on other sites

You can't play generic houses and roads with the stock editor, you have to download an addon that puts those entities in the editor. Search 'em up at armaholic.

...Ninjad. :(

Share this post


Link to post
Share on other sites

You can place a gamelogic or an invisible helipad and write into its init-line:

if (isServer) then {obj = createVehicle ["[color="Red"]type[/color]", position this, [], 0, "NONE"]};

The type can be taken from a buildings list, such as

http://www.armatechsquad.com/ArmA2Class151656165165341654165165165165f/indexOA.php

or

http://community.bistudio.com/wiki/ArmA2:_CfgVehicles

Yes, it is quite inconvenient for a beginner. And even more inconvenient, when you only have Arma2: Operation Arrowhead and not Arma2: "Chernarus".

Edited by RogueTrooper

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  

×