Arma 3
39 ratings
Resupply Helicopter Script (Gungriffon Style)
   
Award
Favorite
Favorited
Unfavorite
Data Type: Scenario
Scenario Gameplay: Singleplayer
Scenario Map: Stratis
File Size
Posted
354.966 KB
2 Sep, 2017 @ 12:30pm
1 Change Note ( view )

Subscribe to download
Resupply Helicopter Script (Gungriffon Style)

Description
Description:
Call helicopter come to help you, he will help you rearm, refuel and repair. This script is referenced from Gungriffon (1996, Sega Saturn) Video Game, you can use this script with chkw30k's "HMCS Addon", will have a lot of fun! Hope you enjoy :)

(The demo mission use official Tank and Heli, but you can use this script with any Heli to repair any vehicle!)

How to use:
  1. Copy "ResupplyHelicopter" foldor into your mission.
  2. Add"resupplyHeliRDY = true; publicVariable "resupplyHeliRDY";" into your init.sqf.
  3. Copy "this addAction ["<t color='#00FFFF'>Call Resupply Helicopter</t>", "ResupplyHelicopter\resupplyClickonmap.sqf", "B_Heli_Transport_03_F"];" into your player unit's init.

Forum Topic:
HMCS Addon
BI Forum[forums.bistudio.com]
Armaholic Direct Download[www.armaholic.com]
13 Comments
Fiddy :) 17 Jul, 2021 @ 6:06am 
The helicopter appears to crash, as it comes up instantly saying "Helicopter is Down!"
Fiddy :) 17 Jul, 2021 @ 6:03am 
Hey, I can see this has been dead for a while now but I've put this script into a mission and done the same as what C A T V A P E has said, switching all instances of West to East then switching the helicopter that comes to a CSAT one. But sadly no helicopter appears to come. Any ideas why?
God of Monkeys  [author] 2 Jun, 2019 @ 4:31am 
@老李 船长
這個你可能要多了解些基本的任務製作概念了。不過你現在可以用這個方法,開啟任務編輯器至少放一個玩家單位,存檔,這樣在放任務的資料夾中就可以找到那個你自製的任務,在自製的任務資料夾中新增init.sqf的文字檔,把命令貼進去,再回到任務編輯器中,對你剛剛放的那個人點兩下,裡面就會有一個叫做初始化內容的欄位囉。
老李 船长 1 Jun, 2019 @ 5:57am 
建议作者把步骤详细一下。。。电脑小白可能真的不懂,第一步找到了,第二步是在游戏文件夹里么,还有第三步的this addAction ["<t color='#00FFFF'>Call Resupply Helicopter</t>", "ResupplyHelicopter\resupplyClickonmap.sqf", "B_Heli_Transport_03_F"]文件在哪,我下载了压缩包里面并没有找到这几个文件,玩家控制的单位初始化栏位在哪个文件夹。。:lunar2019laughingpig:
God of Monkeys  [author] 31 May, 2019 @ 9:41pm 
@老李 船长
您好,一般來說你自己製作的任務都會放在以下兩個路徑其中一個地方:
1.C:\Users\[Windows使用者]\Documents\Arma 3 - Other Profiles\[Arma3使用者]\mpmissions
2.C:\Users\[Windows使用者]\Documents\Arma 3\mpmissions

然後因為Steam下載的任務放的位置不算固定,建議第一次做任務不熟悉時,可以去
http://www.armaholic.com/page.php?id=33214
這個網址直接下載,再直接按照使用步驟安裝即可
老李 船长 30 May, 2019 @ 10:35am 
用都用不了,说都说不明白该复制到什么文件夹,找半天找不到,网页的英文也是如此,作者自己都不知道复制在哪?
Ratbait 7 Feb, 2018 @ 12:25pm 
@God of Monkeys
Aye, and thanks for making the script, having a blast with mech pvp on our private server. i dont yet have the skill to understand large scripting myself but i at least have the skill to cannibalize it into what i want.
God of Monkeys  [author] 7 Feb, 2018 @ 4:59am 
@Oshiri Overdose Yes, you done right. I think I can also add faction(west, east....etc) into addAction parameter to let people change side. Anyway, thanks your reply, if you have any more question, welcome to ask me to add into script.
Ratbait 6 Feb, 2018 @ 4:51pm 
well i just answered my own question. for anyone else that just has extreme prolonged stupidity like me and wants opfor resupply helis i basically created a new ResupplyHelicopter file called ResupplyHelicopterOP, copied all of the script files over to the new folder. Then i opened up each script in notepad and changed each instance referring to the path "ResupplyHelicopter/"FILE NAME.sqf" to "ResupplyHelicopterOP/"FILE NAME.sqf" by hitting ctrl F and serching for "Resupply Helicopter" in all 4 script files. I also changed each instance that says "west" to "east" to change it to the opfor faction. Lastly i removed any instance referring to "B_Heli_Transport_03_F" (the chinook used in the script) and replaced it with the variable name of a cargo Taru helicopter, so it doesn't use the same helicopter on resupply.
Ratbait 6 Feb, 2018 @ 4:14pm 
is there a way to alter the script in a way so that opfor can have their own resupply heli? currently this spawns a blufor heli which is hostile to the opfor mech.