Determining what facilities in GSL show in Mission Builder?

mongoose

SOH-CM-2023
I am interest to find out what determines whether a facility in a gsl will show up in mission builder. For instance, radars don't seem to while "eto_lighthouse_blackout.xml" and "tk_searchlight_zone_site.XML", for instance do. I would like to see where things like "b-military_AAA-site_concrete.xml" are. ( BTW any difference betwen '.xml' and ".XNL' ?)
 
So I take it no ideas on the above? Could it be an in built issue in the mb? Any MS document info on it?
 
The "Flags" value in the facility's xml file determine what is shown in the MB. Unfortunately there are limited options, but just look through the facilities you've got that show up in MB, and use the Flags value from one that shows up the way you want to.
 
IIRC the most common flag is "isMilitary". Thanks for the info, gecko, I wondered why the MB only showed some of the facilities....
 
Bah!

So; back to this. I have been trying to make several new gsl facility entries visible in the missions builder and have used both Flags="isFactory" and Flags="isMilitary" without luck.:banghead:

My GSL and respective entries are

GSL ....................... ................. facility

military radar_british 1 .................military_radar_british1.xml = Facility Type="Radar" Flags="isFactory" Or "isMilitary"
TOW Knickebein site ................... TOW_Knickebein.xml = <Facility Type="Knickebein_site" Flags="isFactory" Or "isMilitary"
TOW X-Gerat site ........................TOW_X-Gerat.xml = <Facility Type="X-Gerat_site" Flags="isFactory" Or "isMilitary"

Any obvious errors I have missed or made?
 
Last edited:
So; back to this. I have been trying to make several new gsl facility entries visible in the missions builder and have used both Flags="isFactory" and Flags="isMilitary" without luck.:banghead:

My GSL and respective entries are

GSL ....................... ................. facility

military radar_british 1 .................military_radar_british1.xml = Facility Type="Radar" Flags="isFactory" Or "isMilitary"
TOW Knickebein site ................... TOW_Knickebein.xml = <Facility Type="Knickebein_site" Flags="isFactory" Or "isMilitary"
TOW X-Gerat site ........................TOW_X-Gerat.xml = <Facility Type="X-Gerat_site" Flags="isFactory" Or "isMilitary"

Any obvious errors I have missed or made?

James

military radar british1
TOW Knickebein site
TOW_Knickebein_site.xml
TOW X-Gerat site
TOW_X-Gerat_site.xml

Make these changes and I believe they will show up. Have to make sure that gsl and facility file names are exactly the same.


 
Thanks for that. I had thought that might be the issue so have

military.....Radar_british...1 for military_radar_british1.xml .....<Facility Type="Radar" Flags="isFactory" OuterDistance="5001">

TOW........Kb_Wotan....1 for TOW_Kb_Wotan_1.xml..........<Facility Type="Kb_Wotan_1" Flags="isFactory" OuterDistance="5001">

TOW........X-G_Wotan.....1 for TOW_X-G_Wotan_1.xml...........<Facility Type="X-G_Wotan_1" Flags="isFactory" OuterDistance="5001">

Sill no joy though:banghead:

military_radar_british1.xml is an already established facility so even more surprising.
Cf military_radar_british2.xml which has <Facility Type="Radar" Flags="isMilitary" OuterDistance="5001"> so I wasn't expecting to see any of those.
However, I do see military_radar_3.XML which has <Facility Type="radar" Flags="isFactory" OuterDistance="10000">
 
Thanks for that. I had thought that might be the issue so have

military.....Radar_british...1 for military_radar_british1.xml .....<Facility Type="Radar" Flags="isFactory" OuterDistance="5001">

TOW........Kb_Wotan....1 for TOW_Kb_Wotan_1.xml..........<Facility Type="Kb_Wotan_1" Flags="isFactory" OuterDistance="5001">

TOW........X-G_Wotan.....1 for TOW_X-G_Wotan_1.xml...........<Facility Type="X-G_Wotan_1" Flags="isFactory" OuterDistance="5001">

Sill no joy though:banghead:

military_radar_british1.xml is an already established facility so even more surprising.
Cf military_radar_british2.xml which has <Facility Type="Radar" Flags="isMilitary" OuterDistance="5001"> so I wasn't expecting to see any of those.
However, I do see military_radar_3.XML which has <Facility Type="radar" Flags="isFactory" OuterDistance="10000">

Try this

military.....radar-british 1...……..
military_radar-british_1.xml

TOW........Kb-Wotan....1...……...
TOW_Kb-Wotan_1.xml

TOW........X-G-Wotan.....1 for TOW_X-G-Wotan_1.xml.
 
The entries have to be very precise. No spaces, Case sensitive, missing parameters will kill the entry.

Donot use the underscores in the gsl entries. Use the underscores in naming the facilities file. gsl format entries are file "type 1......type2......type 3" no more than 3 place holders, within them you can have hyphens to further define the name of your entry. Same with the facilities file no more than 3 major names ie "xxxx_xxxx_xxxx.xml" and thus "xxx_xxxx-xxx_xxx.xml".
 
Last edited:
Back
Top