Jump to content

Add ILS activate Beacon Script


Recommended Posts

Greetings

saw on hoggit and old rumblings to add an ILS to any runway by creating a beacon type over an object with scripting.

 Having a heck of a time getting it to work.  Hopefully someone in the community is way better than I with the scripting.  Please anyone any ideas adding an ILS to a runway without editing the core Beacons.lua.  Maybe @Grimes or anyone has had better luck 

Added just an object, named the static 

 

Quote

groupBeacon = Group.getByName("Beaconator")
groupBeaconCTL = Group.getByName("Beaconator"):getController()
ActivateBeacon = {
                    id = 'ActivateBeacon',
                    params =
                        {
                            type = 16640, --Localizer
                            system = 5, --localizer system
                            callsign = "mmm_beacon",
                            frequency = 108700000.000000
                         },
                    }
--groupBeaconCTL:(ActivateBeacon)
Controller.setCommand(groupBeaconCTL, ActivateBeacon)


                 

here is my reference

https://wiki.hoggitworld.com/view/DCS_command_activateBeacon

 

my code throwing errors or doesn’t work

 

Link to comment
Share on other sites

possible.  I can add the Localizer and the Glideslope to the Beacons.lua for syria manually overriding it and get an ILS to work. I just wanted another way to do it without killing IC Oh well.  However I believe your right in that only TACAN's and ICLS emitters can be added to the map in the mission editor or with scripting.  Just another limitation of DCS.


Edited by Shrike88
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...