Advanced Question Adding a second ILS,beacon plus vor signal to runways

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,719
Reaction score
78
Points
63
Location
Michigan,Florida
Hi, I have been using a spaceport, that only has 1. ILS I would like to add a second one to the opposite side of the runway, similar to KSC33-KSC15,and I would like to add a VOR signal also,is this possible?and if so how do you do it.Thanks:probe:
 
Just add string

ILS2 115.20

after your first ILS in this base config file (you may change frequency, 115.20 is just for example).

To add VOR you must include in this config block like this:

BEGIN_NAVBEACON
VOR ABC 132.0 500
END_NAVBEACON

This will add VOR ABC with frequency 132.0 and radius 500 km.
 
Thank you for the info, what a coincidense my name is Pete also, and my middle name is ROSS.Who would of thunk.

---------- Post added at 11:30 AM ---------- Previous post was at 11:14 AM ----------

I added the strings, and it's not showing up in the HSI, or NAVCOM.
Do I have to add this also to my earth config possibly?
 
Last edited:
How can i insert a TACAN ?

You can't unless you also write an MFD which can handle TACAN as it's not supported by the core or any current addons.
 
I added the strings, and it's not showing up in the HSI, or NAVCOM.
Do I have to add this also to my earth config possibly?

So you're my namesake :tiphat:

Everything must work without modifying earth config file.
Can you post the whole code of your base's config file here? Let's look what's wrong with it.
 
Back
Top