Jump to content

Recommended Posts

Steam: https://steamcommunity.com/sharedfiles/filedetails/?id=2023986443

 

 

This mod gives the UAV operator the ability to command the UAV to Return To Base (RTB) for a refit where it will be repaired, rearmed and refueled.


To command the RTB, open the UAV terminal, connect to the UAV and hit the RTB for Refit button.
 

This only supports a single UAV at a time for now.


Concept:
This works by the UAV flying to a configurable position (0,0 by default) and then "exiting" the Area of Operations (AO).

The aircraft despawns and then reappears after being refit a configurable time later (30 minutes by default).

This is intended to simulate the UAV flying back to a base or FARP outside the AO. This will allow UAVs to be useful on maps without airfields, or in areas where the airfield is contested.

To configure the spot where the aircraft leaves the AO and how long the refit takes, copy the code below into the init.sqf of your mission and modify them as appropriate.
 

UAVRefitTime = 30; //Time in minutes it takes for the UAV to be refit and return to the area of operations 

UAVRefitPos = [0,0,3000]; //Position where the UAV departs and re-enters the AO


Multiplayer:
This addon works in Single player and on dedicated server (I assume MP also).
The addon needs to run on both clients and the server (the server is responsible for bringing the UAV back, that way if someone orders a refit and they log off, the plane still comes back)

Credit & Thanks
Huge thanks to icdb / cineafx for the use of his UI.
I designed this addon to be operable with his awesome and under-rater UAV Keybinds addon: https://steamcommunity.com/sharedfiles/filedetails/?id=1631723641

Thanks to Roqarr & HateAndCaffeine for concepts and support.

GitHib: https://github.com/FatLurch/UAV_Refit

Thanks!

  • Like 4

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×