Open HILOK opened 3 years ago
https://github.com/rkusa/DATIS
regarding this topic i would like to bring to your attention an alternative solution provided by rkusa. this one is even easer to implement, however it requires the player to use SRS.
all it would take for liberation devs to do is adding the DATIS script (as with other plugins such as SKYNET i guess) and a simple line of code for each aerodrome (in "mission situation"). the rest is automated.
the only issue i had was that "Line of Sight" (server settings) currently needs to be OFF on my end, otherwise 👍
as suggested above, regarding ATIS frequencies, simply add 25kHz to each tower VHF frq, e.g. 118.1 -> 118.125 | 122.75 -> 122.775
thanks
Is your feature request related to a problem? Please describe. i would like to suggest implementing ATIS as an option. the MOOSE script is written by funkyfranky. it autonomously deducts weather parameters from DCS and broadcasts on a given frequency.
Describe the solution you'd like all that would be required is: 1) adding the sound files that come with the ATIS script to the liberation_nextturn.miz 2) 2 lines of lua for each aerodrome, e.g. atisOJMF=ATIS:New("King Hussein Air College", 118.325) atisOJMF:Start()
documentation can be found here https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Ops.Atis.html
Additional context regarding ATIS frequencies, i would suggest adding 25kHz to each tower VHF frq, e.g. 118.1 -> 118.125 | 122.75 -> 122.775
thanks for considering this