武装突袭3

武装突袭3

评价数不足
Fast Rope Training
   
奖励
收藏
已收藏
取消收藏
Data Type: Composition
Composition Type: Base, Facility
Meta: Dependency
文件大小
发表于
73.383 KB
2023 年 11 月 8 日 下午 3:48
1 项改动说明 ( 查看 )

订阅以下载
Fast Rope Training

描述
Fast Rope Training
Composition that will allow people to train with the ACE FRIES system on an UH-60, without the need of a pilot.

To make the ACE FRIES system work properly, you have to place the center of your helicopter (the icon) inside the fast rope area (picture 6). A concret panel is used to prevent the helicopter from flying away at the start of the mission (due to the height), but is removed with a trigger when climbing the ladder.

Before spawning the composition, remember to toggle the surface level to "parallel to the sea level" in the toolbar so it's not messed up.



Credits to Warhammer Actual for the idea.

No mod, full vanilla


92 objects.
9 条留言
Bobmelee6894 2024 年 8 月 22 日 上午 6:28 
is this free do i need any dlc?
NOFACE SPECTRO 1911 2024 年 3 月 31 日 下午 4:11 
nice very creative!! thx
scorboutiko  [作者] 2024 年 2 月 3 日 上午 7:15 
Like in the 6th picture, the center of the helicopter (the icon) needs to be inside the open area. If the heli (from the center) is detected on the ground, you can't use the ropes. But with Arma's logic, if a chopper is in the air he will take off and hover in the air, so I placed a concrete panel to prevent that, but is removed with a trigger
Dave_02 2024 年 2 月 3 日 上午 5:35 
Well I fixed the problem with composition not working correctly, that's okey, but how can I rappel? When I place the helicopter like you said, I cannot drop the ropes from heli bcs it is not in the air, how did you do it that it works?
scorboutiko  [作者] 2024 年 2 月 2 日 上午 9:59 
To work in multiplayer, a scaled object needs to be attached to another object with the attachToRelative call. Always used this technique when making missions for my unit, and never failed for me. What is it doing to you ?
Dave_02 2024 年 2 月 2 日 上午 9:04 
Dude nice composition, but you are doing it wrong, when scripting the items itself (platforms p1 - p6). Basically your composition is broken, all what it takes to work is to delete this from init of objects - [this, t1] call BIS_fnc_attachToRelative.
Then everything works.
Confused 2023 年 11 月 10 日 下午 5:26 
@Collo make sure on your dedicated server scripted comps are enabled

https://www.youtube.com/watch?v=-SZrnZPvA80

The code you need for the description.ext is:
zeusCompositionScriptLevel = 2;
scorboutiko  [作者] 2023 年 11 月 9 日 下午 7:57 
Well, test it before assuming I'm lying. Scaled objects that are attached to another object works in multiplayer. It will ignore colisions with vehicles tho, hence why I placed cobblestones inside the platforms. If you still think I'm lying, you can check the stream of my unit where I used it in tonight's mission https://www.youtube.com/live/QJpizznU6JA?si=Db3OSuKmWNyzN5CD&t=750 :)
scorboutiko  [作者] 2023 年 11 月 9 日 上午 8:05 
Tested on a dedicated server, works like a charm