uscstaylor Posted September 1, 2017 Posted September 1, 2017 Hey Guys I'm working on a modded aircraft and just need to get it to accept the task of ATA refueling. I will post the text from the aircrafts lau file later tonight..I have the tanker set to Tanker equals 1 and the correct numbers example.... 1.05, 0.850, 0.000 set in there as well. Maybe I'm missing something. I used a mission set up strictly for ATA refueling, but the plane just starts to circle around in the area. If someone could post how to correctly fix mission or give me examples of a working aircrafts lau file maybe I can figure it out. Thanks in advance for any input.
Dingo_Bob Posted September 1, 2017 Posted September 1, 2017 In the mod .lua file eg. F-14.lua make sure there's "Refuelable" in the attribute line (approx line 30 to 60) similar to this: attribute = {wsType_Air, wsType_Airplane, wsType_Fighter, WSTYPE_PLACEHOLDER, "Fighters", "Refuelable",}, and in the comm.lua the local parameters line looks like this, local parameters = {fighter = true, radar = true, ECM = true, refueling = true,} return utils.verifyChunk(utils.loadfileIn('Scripts/UI/RadioCommandDialogPanel/Config/LockOnAirplane.lua', getfenv()))(parameters) and that should do the trick [sIGPIC][/sIGPIC] Modules are like Pokemon you gotta catch 'em all :joystick::lol::pilotfly: AMD Ryzen7 3700x, G-Skills 32Gb RAM @ 3200Mhz, MSI GTX1080Ti, TM Warthog (20cm extension by Sahaj), MFG Crosswind Pedals, Oculus Rift, Track Ir5
uscstaylor Posted September 1, 2017 Author Posted September 1, 2017 Cool Thanks Dingo I'll report back to let ya know.
uscstaylor Posted September 3, 2017 Author Posted September 3, 2017 Thanks Dingo worked like a charm..
Dingo_Bob Posted September 4, 2017 Posted September 4, 2017 glad I could help :D [sIGPIC][/sIGPIC] Modules are like Pokemon you gotta catch 'em all :joystick::lol::pilotfly: AMD Ryzen7 3700x, G-Skills 32Gb RAM @ 3200Mhz, MSI GTX1080Ti, TM Warthog (20cm extension by Sahaj), MFG Crosswind Pedals, Oculus Rift, Track Ir5
uscstaylor Posted September 5, 2017 Author Posted September 5, 2017 It worked one of my planes was missing coma in the code. now it works NP
happy cavin Posted September 5, 2017 Posted September 5, 2017 The player does the refueling or the AI does,or both? plz send me this mod,i will have a look.Thanks.
uscstaylor Posted September 5, 2017 Author Posted September 5, 2017 You have it already I sent it to you!
Recommended Posts