ARMA 3 Attachto via 3den, Zeus, and BIS fnc attach To Relative
This video demonstrates three different methods for affixing objects together to make new objects. AttachTo is a command in which you name the object you want to affix and the item you to which you want to affix. Then you state the name of the item in the Init field, call the attachto function, and feed it the name of item you want to affix it to, as well as the coordinate offset from the center of the second item. For example: Item 1 a mortar, named mortar1 Item 2 an offroad truck, named offroad1 Then you type this code into the Init field of the mortar: mortar1 attachto offroad1, 0, 2, 0; To put the mortar in the bed of the truck, you would need to do some trial and error until you found the correct offset that places it where you want it to be on the vehicle. You can also do it live via Zeus, via the Ares mod on Steam Workshop. The newest method is documented here:
|
|