Arma 3
39 次評價
補給直升機腳本 (殺戮鷲獅風格)
   
獎勵
加入最愛
已加入最愛
移除最愛
Data Type: Scenario
Scenario Gameplay: Singleplayer
Scenario Map: Stratis
檔案大小
發佈於
354.966 KB
2017 年 9 月 2 日 下午 12:30
1 項更新註記 (檢視)

訂閱以下載
補給直升機腳本 (殺戮鷲獅風格)

描述
說明:
使用這個腳本呼叫直升機前來幫你的載具維修、加油與補彈。這個腳本是參考殺戮鷲獅(1996年,Sega Saturn)電視遊戲製作而成,各位可以搭配chkw30k製作的"HMCS Addon"一起使用,希望各位有玩過此作的朋友會喜歡。

(此示範任務使用官方載具以利所有玩家都能使用此腳本)

使用步驟:
  1. 複製"ResupplyHelicopter"資料夾到你的任務資料夾中。
  2. 新增"resupplyHeliRDY = true; publicVariable "resupplyHeliRDY";"到你的init.sqf中。
  3. 複製"this addAction ["<t color='#00FFFF'>Call Resupply Helicopter</t>", "ResupplyHelicopter\resupplyClickonmap.sqf", "B_Heli_Transport_03_F"];"貼到你玩家控制的單位初始化欄位中。

相關文章:
HMCS Addon
BI官方論壇[forums.bistudio.com]
Armaholic直接下載連結[www.armaholic.com]
13 則留言
Fiddy :) 2021 年 7 月 17 日 上午 6:06 
The helicopter appears to crash, as it comes up instantly saying "Helicopter is Down!"
Fiddy :) 2021 年 7 月 17 日 上午 6:03 
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  [作者] 2019 年 6 月 2 日 上午 4:31 
@老李 船长
這個你可能要多了解些基本的任務製作概念了。不過你現在可以用這個方法,開啟任務編輯器至少放一個玩家單位,存檔,這樣在放任務的資料夾中就可以找到那個你自製的任務,在自製的任務資料夾中新增init.sqf的文字檔,把命令貼進去,再回到任務編輯器中,對你剛剛放的那個人點兩下,裡面就會有一個叫做初始化內容的欄位囉。
老李 船长 2019 年 6 月 1 日 上午 5:57 
建议作者把步骤详细一下。。。电脑小白可能真的不懂,第一步找到了,第二步是在游戏文件夹里么,还有第三步的this addAction ["<t color='#00FFFF'>Call Resupply Helicopter</t>", "ResupplyHelicopter\resupplyClickonmap.sqf", "B_Heli_Transport_03_F"]文件在哪,我下载了压缩包里面并没有找到这几个文件,玩家控制的单位初始化栏位在哪个文件夹。。:lunar2019laughingpig:
God of Monkeys  [作者] 2019 年 5 月 31 日 下午 9:41 
@老李 船长
您好,一般來說你自己製作的任務都會放在以下兩個路徑其中一個地方:
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
這個網址直接下載,再直接按照使用步驟安裝即可
老李 船长 2019 年 5 月 30 日 上午 10:35 
用都用不了,说都说不明白该复制到什么文件夹,找半天找不到,网页的英文也是如此,作者自己都不知道复制在哪?
Ratbait 2018 年 2 月 7 日 下午 12:25 
@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  [作者] 2018 年 2 月 7 日 上午 4:59 
@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 2018 年 2 月 6 日 下午 4:51 
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 2018 年 2 月 6 日 下午 4:14 
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.