Jump to content
Sign in to follow this  
helling3r

Placing sandbags, barbed wire, etc

Recommended Posts

Hello,

how can i place sandbag walls, barbed wire and other fortification stuff in the editor?

Thank you for pointing me in the right direction, i was not able to find any matching posts via search and google :(

Share this post


Link to post
Share on other sites

Should be listed under Empty - Objects or Empty - Warfare.

Don't recall any concertina wire being in the game, though.

Share this post


Link to post
Share on other sites

Thank you, i found it under "Empty (Fortification)". Must have been blind...

Barbed wire can be found at "wire".

Share this post


Link to post
Share on other sites

Also if you wanted to place something up high say on a building or floating in air, put the below in the Init line of the object. Great for building fortifications and stuff.

e.g. the below will get the current position of the object and raise it up 5.5 metres from the ground...

this setpos [(getpos this) select 0, (getpos this) select 1, 5.5];

Edited by roy86

Share this post


Link to post
Share on other sites

thanks for that hint! Is there also a possibility to rotate the object via its horizontal axis?

Share this post


Link to post
Share on other sites
thanks for that hint! Is there also a possibility to rotate the object via its horizontal axis?

in editor hold shift and click and drag on object to rotate.

or use this in initline

rotate object in horisontal axis:

object setDir 360;

Edited by Demonized

Share this post


Link to post
Share on other sites

You can also drag the pointer around the circle, or enter the desired bearing into the text box.

480px-Arma2_editor_unit.jpg

Share this post


Link to post
Share on other sites

I am not talking about direction (thats the vertical axis), i wanted to know how i can rotate ("roll") an object. Sorry for my misleading question.

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  

×