Cruise missile scripts and mod

If you liked this item, please rate it up on Steam Workshop page.

Authors: 你玩个der, Typeof

Last revision: 11 Feb, 2020 at 20:31 UTC

File size: 620.54 KB

On Steam Workshop

Description:

巡航导弹模组,这个模组允许你创建一个可控制的巡航导弹,它可以启用雷达以及热成像,只需要简单的设置即可发射。这个模组就算某些玩家不加载,但是使用者加载了,未加载模组的玩家依然可以看见该导弹!此脚本仍有许多细节并不完美!
Cruise missile module. This module allows you to create a controllable cruise missile. It can enable radar and thermal imaging, and only requires simple settings to launch.Even if this module is not loaded by some players, but the user loads it, players who have not loaded the module can still see the missile!This script still has many details that are not perfect!

正在寻找使用鼠标控制的TV巡航导弹?
Looking for a mouse-controlled TV cruise missile?
请点击这里:
Please click here:
https://steamcommunity.com/sharedfiles/filedetails/?id=2852929831

如何控制导弹:
How to control the missile:

键盘:WASD
keyboard:WASD

MOD使用方法:
How to use MOD:

/* 创建一个巡航导弹 Create a cruise missile */ call DESTINY_fnc_createMenu;
/* 直接从固定翼中创建一个巡航导弹 Create a cruise missile directly from the fixed wing */ [0,nil] call DESTINY_fnc_Launch; /* 直接创建一个巡航导弹 Create a cruise missile directly */ [1,nil] call DESTINY_fnc_Launch;
/* 绑定VLS发射井 从发射井中发射 Bind VLS silo Launch from silo */ Object addEventHandler ["Fired", { [2,_this # 6] call DESTINY_fnc_Launch; }];
脚本源文件下载和使用方法:
How to download and use script source files:

1.此文件包含演示和源代码。This file contains demo and source code.
2.从此处下载源代码任务文件,然后打开任务编辑器进行游玩。Download the source code mission file from here and open the mission editor to play.
3.随意编辑脚本文件以实现所需的效果。 Feel free to edit the script file to achieve the effect you want.

https://github.com/elstp/Arma3CruiseMissileScripts-

//从导弹发射井发射Fired from a missile silo call DESTINY_fnc_createMenu; //从A164发射Launched from A164 [0,nil] call DESTINY_fnc_Launch; }]; //直接发射Direct launch [1,nil] call DESTINY_fnc_Launch; }];

If you modify the mod or want to use it for commercial purposes, please indicate the source and the original author. Thank you!
Enjoy!