First of, the mod, models and original post on ED'S user file is from @denissoliveira
The mod can be found here:
https://www.digitalcombatsimulator.com/en/files/3332396/
The mod in it's current version is only a graphic mod and is not a functioning AAR probe.
denissoliveira was not able to have the F-5 communicate with the tanker.
I have manage to make it communicate by adding the following to the F-5E-3.lua file:
tanker_type = 2, -- Tanker type if the plane is airrefuel capable
is_tanker = false,
air_refuel_receptacle_pos = {4.761657, 0.829126, 0.824903},
And this to the comm.lua file included in the F-5E-3 mods folder:
utils.verifyChunk(utils.loadfileIn('Scripts/UI/RadioCommandDialogPanel/Config/Common/Tanker.lua', getfenv()))(6)
Now the F-5 can communicate with the tanker, have the drogue extend, but the tanker do not recognize the contact and
therefor do not start the fuel transfer.
null
If anyone knows what would be the next step, please let us know so we can finally have a AAR capable F-5E-3 in DCS!!