Arma 3
392 arvostelua
TV Guided missile (SPIKE NLOS)
3
4
5
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Data Type: Mod
Mod Type: Equipment, Weapon
Tiedostokoko
Julkaistu
Päivitetty
190.387 KB
20.4.2023 klo 14.51
28.4.2023 klo 23.08
8 muutosilmoitusta ( näytä )

Tilaa ladataksesi
TV Guided missile (SPIKE NLOS)

1 kokoelmassa, tekijä Dankan37
My mods
13 luomusta
Kuvaus
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
120 kommenttia
Popchip 3.10. klo 1.31 
i cant for the life of me figure out how to repack the source code given at the github, i just wanted to reduce the mass on the titan missiles provided but i just get errors of things missing
MrMoosehead 23.8. klo 11.43 
@BobTheBuilder, it's the camera to a $150,000 missile that is going to be destoryed on impact, that's what missile cameras look like lol
SSG 5.8. klo 19.32 
The D37AT_fnc_addMissile function doesnt work, as missionNamespace getVariable "D37AT_weaponsArr" is never used.
Instead, you should include this in the CfgAmmo's eventhandler: fired = "[_this #0, _this # 6] call D37AT_fnc_initMissile;";
Auburn 1.8. klo 23.41 
I've been having issues with this mod bricking my game, it enters the camera automaticaly and locks me into it with no control over the missile. It might be a mod conflict, but I ccna't tell at all which mod it may be.
✦ V e d a g i ✦ 5.5. klo 7.52 
When i fire the missle, i don't see the option to switch to the missile?
Silve0 28.3. klo 9.24 
maybe an option to make the screen hd.
BobTheBuilder 22.3. klo 20.32 
Can you remove the weird filter when in camera mode? 2035 camera should have a clear image
Assailant ! 8.3. klo 11.29 
If you want to use this mod with lots of units, then you can forget about it, because this mod is really performance-intensive, but still cool.
BIG GUY 15.2. klo 10.35 
how does the Skalpel work
Magic Man 10.2. klo 12.45 
hey man it does not work anymore