Arma 3

Arma 3

368 hodnocení
TV Guided missile (SPIKE NLOS)
3
4
5
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Data Type: Mod
Mod Type: Equipment, Weapon
Velikost souboru
Přidáno
Aktualizováno
190.387 KB
20. dub. 2023 v 14.51
28. dub. 2023 v 23.08
Poznámky ke změnám (8) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
TV Guided missile (SPIKE NLOS)

V 1 kolekci od uživatele Dankan37
My mods
13 položek
Popis
TV Guided missile
This mod adds a new feature to Arma 3: TV guided missiles. You can launch these missiles from various platforms and steer them during flight using a camera view. You can also switch between different camera modes, such as thermal or night vision, to enhance your targeting.
This mod is 100% vanilla and requires no other addons.


3 New missiles are added to the game called: Titan AT, AP and KE denoted with (Seeker), you may find them in the arsenal. The Titan KE (kinetic) has no warhead and can be used for recon or as a "clean" kill system.
Also added a variant of the Skalpel to all vanilla airborne vehicles and some RHS ones.

Controls
After firing the missile, an action called Open missile FOV will appear, activate it to open the missile seeker.
You steer the missile by moving the mouse and (left) click on the position you want to target.
  • R : Toggle between zoom on/off
  • T : Toggle autolock on/off also forgets the locked target
  • N : Toggle white hot / CCD
  • F : Airburst
  • Esc: Closes the dialog
Autolock: This feature shows the lock status on the top right of the screen and lets you choose whether to let the missile automatically steer to the locked target (object) or not. With Autolock off (OVRD), you have more manual control and precision over your missile trajectory.

Adding your missiles
Any missile can be added and steered, right now they use my config but I plan on allowing broader customization.
To add a missile run the following code in the init.sqf (or any executable file):
["ammo name", "add"] call D37AT_fnc_addMissile
for example, to add the Mk4 HEAT missile you should type:
["MRAWS_HEAT_F", "add"] call D37AT_fnc_addMissile
and to remove it:
["MRAWS_HEAT_F", "remove"] call D37AT_fnc_addMissile
in case you want to skip firing the missile use the following:
_pos = position player; _pos set [2, 50]; _projectile = "M_Titan_MIL_AT" createVehicle _pos; _projectile setDir (direction player); [_projectile] spawn D37AT_fnc_handleMissile;
This will create a titan missile 50 meters above the player and will immediately put you in control.
The function D37AT_fnc_handleMissile has 3 parameters, the projectile, the offset and the speed profile, I advise you to look into the code to understand how to employ it optimally.
An example of an application is the following:
_projectile = "M_Titan_MIL_AT" createVehicle _pos; [_projectile, 0.65, [80,40, 10, 50]] spawn D37AT_fnc_handleMissile;
This script will create a Titan AT missile, place the camera 0.65m infront of the center and give the missile the speed profile.
But if you want not to use my speed logic because you want to use your own or the missile default one, then you should just use:
_projectile = "M_Titan_MIL_AT" createVehicle _pos; [_projectile, 0.65] spawn D37AT_fnc_handleMissile;
This will not use any speed logic.

Planned features
  • Tidy up stuff internally and allow customization
  • Performance optimization
  • Improved logic for speed profile
  • Vehicleborne missiles
  • More missiles

Conclusion
You may find the source code here:
https://github.com/Dankan37/Guided-AT-missile
Populární diskuze Zobrazit vše (1)
0
24. dub. v 0.37
Tutorial
Tophanga
Počet komentářů: 109
Sheliz 21. lis. v 14.10 
Vehicleborne missiles pls, like Reaction Force's truck
IceBreakr 8. zář. v 20.20 
Is it compatible in MP?
IceBreakr 8. zář. v 20.16 
And chance to add this type of missile to the static Spike launcher?
spinosarousguy88 8. zář. v 16.52 
It doesn't work anymore.
sovietpeanut173 17. čvn. v 16.36 
how do i make it work .i fire the missile and i cant control it
gepard_Shepard 8. čvn. v 4.35 
I have a problem ...stop locking a planes ?AA missile just stop locking ...and the spike detonate in air ther is some range options or what i did wrong?
rockandrolla1 23. bře. v 11.36 
excellent mod, really struggled with the "target lock" in arma vanilla game, this mod solved my problem
stonegodspeed 27. led. v 8.33 
used this missile in several missions as a beyond-the-sight-of-line man portable cruise missile. it performed excellently at sinking ships and destroying targets in the plain feature maps at medium range.

because in these maps, the ground heat clusters and features are limited, so targets are easily found, and the round was reasonably maneuverable in medium range (2-3km ish)

but using this missile in jungle and bush maps, short or long range, the experience is not rookie-friendly to say the least, can't found the target quickly enough to steering the round, and in the end, splash
stonegodspeed 27. led. v 2.15 
superb work, totally changed my gaming experience
FlyingGasmask 6. led. v 16.07 
Is it possible to lock the missile before launch?