Jump to content
Sign in to follow this  
Patco Lch

Recommend Traffic add on that doesnt cause double AFCADS?

Recommended Posts

I have been building my new fsx since coming to Steam and was hoping some one would recommend a traffic add on that will not cause those ugly default bleed through in my add on airports. I don't want to reinstall My Traffic Profesional because it seems to be the primary offender and is not very user friendly to get up and running. Has any one had better luck with FSX with any other traffic program that does not mess up your scenery? All advice appreciated.


Vic green

Share this post


Link to post
Share on other sites

UT2 or WOAI.


Avsim Board of Directors | Avsim Forums Moderator

Share this post


Link to post
Share on other sites

I use MT6 and had similar issues, but they are easy to fix: just move the bgl files of MT to another directory and you will be fine. What you will lose are specific gate assignments to airlines, if I remember correctly.

 

Peter

Share this post


Link to post
Share on other sites

 

 


What you will lose are specific gate assignments to airlines, if I remember correctly.

 

MT6 also adds parking, so that more AI is present at airports.  


Ernest Pergrem

Share this post


Link to post
Share on other sites

With AI Traffic addons other than MyT 6, the many of the default airports will not handle the AI traffic properly.  MyT 6 adds gates and parking spots (as Ernest points out) to accommodate new aircraft types and higher airport traffic densities. As Peter stated, the specific airlines will travel to the correct gates. Without all this, one gets stalls, where AI traffic gets either bottlenecked on the ground or ends up wandering away to some odd location.

 

I use MT6 and had similar issues, but they are easy to fix: just move the bgl files of MT to another directory and you will be fine. ...
Peter

But the above is the key. MyT 6 is designed to override the default airports. If one has detailed 3rd party airports also installed, bad things happen. As Peter states, one can just go through and rename the MyT 6 version from xxx.BGL to xxx.BGL.passive (or whatever as long as it's not BGL).

 

This process is easy if one has only a few 3rd party airports that overlap with the MyT 6 versions. But if one has all those ORBX freeware airports also installed, the process can become quite tedious. I got around that by downloading a text list of all the ORBX airports and then writing a Windows macro to automatically rename (disable) the MyT 6 versions. 

 

It is never a good idea to have more than one 3rd party version of a specific airport installed.

Share this post


Link to post
Share on other sites

Hello Jay,

 

I got around that by downloading a text list of all the ORBX airports and then writing a Windows macro to automatically rename (disable) the MyT 6 versions.

Most interesting. Would you care to share this macro? I have a list of the 3rd party airports that I have installed, maybe I can modify your macro to include those as well.

 

Peter

Share this post


Link to post
Share on other sites

I use MT6 and had similar issues, but they are easy to fix: just move the bgl files of MT to another directory and you will be fine. What you will lose are specific gate assignments to airlines, if I remember correctly.

 

Peter

Peter, please forgive my ignorance but I am not too IT wise. Learning by trial and error. {mostly error.} Can you do this through the My Traffic Configurater What other directory would you move them to? Do you have to do this for every airport with the double AFCADS?

Thanks Vic


Vic green

Share this post


Link to post
Share on other sites

Hello Jay,

 

 

Most interesting. Would you care to share this macro? I have a list of the 3rd party airports that I have installed, maybe I can modify your macro to include those as well.

 

Peter

Peter,

 

Here's a far simplified version as a Windows BAT file, that should work on any version of Windows with just a small amount of editing to correct the folder names. It may not be completely up to date with all the newest ORBX freeware airports. Also, many of the ORBX airports do not have MyT 6 equivalents, but the errors are just ignored. You can improve the BAT file by using IF EXIST blocks:

if exist < file name > (
    rem file exists
) else (
    rem file doesn't exist
)

This simple version misses a few files because Burkhard "misnamed" some airports with two underscore characters rather than one. You can find those few by hand if needed.

 

Jay

g:
cd My Traffic professional
cd My Traffic
cd scenery
rename BR2_06C.bgl  BR2_06C.bgl.orig
rename BR2_06FA.bgl BR2_06FA.bgl.orig
rename BR2_09J.bgl BR2_09J.bgl.orig
rename BR2_0B8.bgl BR2_0B8.bgl.orig
rename BR2_0G7.bgl BR2_0G7.bgl.orig
rename BR2_1D2.bgl BR2_1D2.bgl.orig
rename BR2_1E4.bgl BR2_1E4.bgl.orig
rename BR2_1M1.bgl BR2_1M1.bgl.orig
rename BR2_29G.bgl BR2_29G.bgl.orig
rename BR2_2NC0.bgl BR2_2NC0.bgl.orig
rename BR2_2W6.bgl BR2_2W6.bgl.orig
rename BR2_33N.bgl BR2_33N.bgl.orig
rename BR2_36U.bgl BR2_36U.bgl.orig
rename BR2_39N.bgl BR2_39N.bgl.orig
rename BR2_3B0.bgl BR2_3B0.bgl.orig
rename BR2_3B1.bgl BR2_3B1.bgl.orig
rename BR2_3CK.bgl BR2_3CK.bgl.orig
rename BR2_3DW.bgl BR2_3DW.bgl.orig
rename BR2_3GV.bgl BR2_3GV.bgl.orig
rename BR2_3M5.bgl BR2_3M5.bgl.orig
rename BR2_3MY.bgl BR2_3MY.bgl.orig
rename BR2_3NO.bgl BR2_3NO.bgl.orig
rename BR2_3T7.bgl BR2_3T7.bgl.orig
rename BR2_3W2.bgl BR2_3W2.bgl.orig
rename BR2_3W9.bgl BR2_3W9.bgl.orig
rename BR2_3X5.bgl BR2_3X5.bgl.orig
rename BR2_42I.bgl BR2_42I.bgl.orig
rename BR2_46N.bgl BR2_46N.bgl.orig
rename BR2_49B.bgl BR2_49B.bgl.orig
rename BR2_4B8.bgl BR2_4B8.bgl.orig
rename BR2_4B9.bgl BR2_4B9.bgl.orig
rename BR2_4K3.bgl BR2_4K3.bgl.orig
rename BR2_4O3.bgl BR2_4O3.bgl.orig
rename BR2_4U3.bgl BR2_4U3.bgl.orig
pause
rename BR2_55J.bgl BR2_55J.bgl.orig
rename BR2_55Y.bgl BR2_55Y.bgl.orig
rename BR2_57B.bgl BR2_57B.bgl.orig
rename BR2_58OH.bgl BR2_58OH.bgl.orig
rename BR2_5B3.bgl BR2_5B3.bgl.orig
rename BR2_60J.bgl BR2_60J.bgl.orig
rename BR2_67L.bgl BR2_67L.bgl.orig
rename BR2_6R4.bgl BR2_6R4.bgl.orig
rename BR2_73J.bgl BR2_73J.bgl.orig
rename BR2_7B6.bgl BR2_7B6.bgl.orig
rename BR2_7B9.bgl BR2_7B9.bgl.orig
rename BR2_7I7.bgl BR2_7I7.bgl.orig
rename BR2_7M4.bgl BR2_7M4.bgl.orig
rename BR2_7V1.bgl BR2_7V1.bgl.orig
rename BR2_7Y2.bgl BR2_7Y2.bgl.orig
rename BR2_83J.bgl BR2_83J.bgl.orig
rename BR2_8A1.bgl BR2_8A1.bgl.orig
rename BR2_90F.bgl BR2_90F.bgl.orig
rename BR2_9K4.bgl BR2_9K4.bgl.orig
rename BR2_9S2.bgl BR2_9S2.bgl.orig
rename BR2_AK44.bgl BR2_AK44.bgl.orig
rename BR2_BGGH.bgl BR2_BGGH.bgl.orig
rename BR2_C29.bgl BR2_C29.bgl.orig
pause
rename BR2_CAL4.bgl BR2_CAL4.bgl.orig
rename BR2_CAP9.bgl BR2_CAP9.bgl.orig
rename BR2_CBA9.bgl BR2_CBA9.bgl.orig
rename BR2_CCG4.bgl BR2_CCG4.bgl.orig
rename BR2_CCN2.bgl BR2_CCN2.bgl.orig
rename BR2_CCZ3.bgl BR2_CCZ3.bgl.orig
rename BR2_CDK2.bgl BR2_CDK2.bgl.orig
rename BR2_CDO2.bgl BR2_CDO2.bgl.orig
rename BR2_CEA5.bgl BR2_CEA5.bgl.orig
rename BR2_CED3.bgl BR2_CED3.bgl.orig
rename BR2_CED5.bgl BR2_CED5.bgl.orig
rename BR2_CEE8.bgl BR2_CEE8.bgl.orig
rename BR2_CEF3.bgl BR2_CEF3.bgl.orig
rename BR2_CEF6.bgl BR2_CEF6.bgl.orig
rename BR2_CEG4.bgl BR2_CEG4.bgl.orig
rename BR2_CEH6.bgl BR2_CEH6.bgl.orig
rename BR2_CEJ3.bgl BR2_CEJ3.bgl.orig
rename BR2_CEJ6.bgl BR2_CEJ6.bgl.orig
rename BR2_CEK6.bgl BR2_CEK6.bgl.orig
rename BR2_CEL4.bgl BR2_CEL4.bgl.orig
rename BR2_CEN2.bgl BR2_CEN2.bgl.orig
rename BR2_CEN3.bgl BR2_CEN3.bgl.orig
rename BR2_CEN5.bgl BR2_CEN5.bgl.orig
rename BR2_CEN6.bgl BR2_CEN6.bgl.orig
rename BR2_CEP6.bgl BR2_CEP6.bgl.orig
rename BR2_CEQ3.bgl BR2_CEQ3.bgl.orig
rename BR2_CER2.bgl BR2_CER2.bgl.orig
rename BR2_CER4.bgl BR2_CER4.bgl.orig
pause
rename BR2_CET4.bgl BR2_CET4.bgl.orig
rename BR2_CEV3.bgl BR2_CEV3.bgl.orig
rename BR2_CEV7.bgl BR2_CEV7.bgl.orig
rename BR2_CEW3.bgl BR2_CEW3.bgl.orig
rename BR2_CEW5.bgl BR2_CEW5.bgl.orig
rename BR2_CFC2.bgl BR2_CFC2.bgl.orig
rename BR2_CFD4.bgl BR2_CFD4.bgl.orig
rename BR2_CFD9.bgl BR2_CFD9.bgl.orig
rename BR2_CFF7.bgl BR2_CFF7.bgl.orig
rename BR2_CFF9.bgl BR2_CFF9.bgl.orig
rename BR2_CFG3.bgl BR2_CFG3.bgl.orig
rename BR2_CFG6.bgl BR2_CFG6.bgl.orig
rename BR2_CFL2.bgl BR2_CFL2.bgl.orig
rename BR2_CFP7.bgl BR2_CFP7.bgl.orig
rename BR2_CFU8.bgl BR2_CFU8.bgl.orig
rename BR2_CFX6.bgl BR2_CFX6.bgl.orig
rename BR2_CFZ3.bgl BR2_CFZ3.bgl.orig
rename BR2_CJB3.bgl BR2_CJB3.bgl.orig
rename BR2_CJD3.bgl BR2_CJD3.bgl.orig
rename BR2_CJE3.bgl BR2_CJE3.bgl.orig
rename BR2_CJF4.bgl BR2_CJF4.bgl.orig
rename BR2_CJF8.bgl BR2_CJF8.bgl.orig
rename BR2_CJQ4.bgl BR2_CJQ4.bgl.orig
rename BR2_CJS4.bgl BR2_CJS4.bgl.orig
rename BR2_CJZ4.bgl BR2_CJZ4.bgl.orig
rename BR2_CKE8.bgl BR2_CKE8.bgl.orig
rename BR2_CKQ6.bgl BR2_CKQ6.bgl.orig
rename BR2_CLC2.bgl BR2_CLC2.bgl.orig
rename BR2_CVL2.bgl BR2_CVL2.bgl.orig
rename BR2_CVX.bgl BR2_CVX.bgl.orig
rename BR2_CYAV.bgl BR2_CYAV.bgl.orig
rename BR2_CYBF.bgl BR2_CYBF.bgl.orig
rename BR2_CYBP.bgl BR2_CYBP.bgl.orig
pause
rename BR2_CYBR.bgl BR2_CYBR.bgl.orig
rename BR2_CYBW.bgl BR2_CYBW.bgl.orig
rename BR2_CYCB.bgl BR2_CYCB.bgl.orig
rename BR2_CYCT.bgl BR2_CYCT.bgl.orig
rename BR2_CYDA.bgl BR2_CYDA.bgl.orig
rename BR2_CYEA.bgl BR2_CYEA.bgl.orig
rename BR2_CYEN.bgl BR2_CYEN.bgl.orig
rename BR2_CYES.bgl BR2_CYES.bgl.orig
rename BR2_CYEV.bgl BR2_CYEV.bgl.orig
rename BR2_CYFB.bgl BR2_CYFB.bgl.orig
rename BR2_CYFC.bgl BR2_CYFC.bgl.orig
rename BR2_CYFS.bgl BR2_CYFS.bgl.orig
rename BR2_CYGH.bgl BR2_CYGH.bgl.orig
rename BR2_CYGK.bgl BR2_CYGK.bgl.orig
rename BR2_CYGT.bgl BR2_CYGT.bgl.orig
rename BR2_CYGV.bgl BR2_CYGV.bgl.orig
rename BR2_CYHI.bgl BR2_CYHI.bgl.orig
rename BR2_CYHY.bgl BR2_CYHY.bgl.orig
rename BR2_CYHZ.bgl BR2_CYHZ.bgl.orig
rename BR2_CYID.bgl BR2_CYID.bgl.orig
rename BR2_CYKF.bgl BR2_CYKF.bgl.orig
rename BR2_CYKL.bgl BR2_CYKL.bgl.orig
rename BR2_CYKX.bgl BR2_CYKX.bgl.orig
rename BR2_CYKY.bgl BR2_CYKY.bgl.orig
rename BR2_CYKZ.bgl BR2_CYKZ.bgl.orig
rename BR2_CYLJ.bgl BR2_CYLJ.bgl.orig
rename BR2_CYLL.bgl BR2_CYLL.bgl.orig
rename BR2_CYLT.bgl BR2_CYLT.bgl.orig
rename BR2_CYMJ.bgl BR2_CYMJ.bgl.orig
rename BR2_CYMJ.bgl BR2_CYMJ.bgl.orig
rename BR2_CYMM.bgl BR2_CYMM.bgl.orig
rename BR2_CYMO.bgl BR2_CYMO.bgl.orig
rename BR2_CYNR.bgl BR2_CYNR.bgl.orig
rename BR2_CYOA.bgl BR2_CYOA.bgl.orig
rename BR2_CYOD.bgl BR2_CYOD.bgl.orig
rename BR2_CYPE.bgl BR2_CYPE.bgl.orig
rename BR2_CYPG.bgl BR2_CYPG.bgl.orig
rename BR2_CYPT.bgl BR2_CYPT.bgl.orig
rename BR2_CYQG.bgl BR2_CYQG.bgl.orig
rename BR2_CYQM.bgl BR2_CYQM.bgl.orig
rename BR2_CYQR.bgl BR2_CYQR.bgl.orig
rename BR2_CYQT.bgl BR2_CYQT.bgl.orig
rename BR2_CYQU.bgl BR2_CYQU.bgl.orig
rename BR2_CYQX.bgl BR2_CYQX.bgl.orig
rename BR2_CYQY.bgl BR2_CYQY.bgl.orig
rename BR2_CYRP.bgl BR2_CYRP.bgl.orig
rename BR2_CYRQ.bgl BR2_CYRQ.bgl.orig
rename BR2_CYRT.bgl BR2_CYRT.bgl.orig
rename BR2_CYSC.bgl BR2_CYSC.bgl.orig
rename BR2_CYSJ.bgl BR2_CYSJ.bgl.orig
rename BR2_CYTH.bgl BR2_CYTH.bgl.orig
rename BR2_CYTN.bgl BR2_CYTN.bgl.orig
rename BR2_CYTZ.bgl BR2_CYTZ.bgl.orig
pause
rename BR2_CYUX.bgl BR2_CYUX.bgl.orig
rename BR2_CYVG.bgl BR2_CYVG.bgl.orig
rename BR2_CYVQ.bgl BR2_CYVQ.bgl.orig
rename BR2_CYVV.bgl BR2_CYVV.bgl.orig
rename BR2_CYWJ.bgl BR2_CYWJ.bgl.orig
rename BR2_CYWV.bgl BR2_CYWV.bgl.orig
rename BR2_CYWY.bgl BR2_CYWY.bgl.orig
rename BR2_CYXE.bgl BR2_CYXE.bgl.orig
rename BR2_CYXH.bgl BR2_CYXH.bgl.orig
rename BR2_CYXJ.bgl BR2_CYXJ.bgl.orig
rename BR2_CYXL.bgl BR2_CYXL.bgl.orig
rename BR2_CYXR.bgl BR2_CYXR.bgl.orig
rename BR2_CYXU.bgl BR2_CYXU.bgl.orig
rename BR2_CYYG.bgl BR2_CYYG.bgl.orig
rename BR2_CYYN.bgl BR2_CYYN.bgl.orig
rename BR2_CYYQ.bgl BR2_CYYQ.bgl.orig
rename BR2_CYYQ.bgl BR2_CYYQ.bgl.orig
rename BR2_CYYT.bgl BR2_CYYT.bgl.orig
rename BR2_CYZF.bgl BR2_CYZF.bgl.orig
rename BR2_CZFN.bgl BR2_CZFN.bgl.orig
rename BR2_GE99.bgl BR2_GE99.bgl.orig
rename BR2_I69.bgl BR2_I69.bgl.orig
rename BR2_IA27.bgl BR2_IA27.bgl.orig
rename BR2_JHM.bgl BR2_JHM.bgl.orig
rename BR2_K46.bgl BR2_K46.bgl.orig
rename BR2_KACK.bgl BR2_KACK.bgl.orig
rename BR2_KADH.bgl BR2_KADH.bgl.orig
rename BR2_KAEJ.bgl BR2_KAEJ.bgl.orig
rename BR2_KAKR.bgl BR2_KAKR.bgl.orig
rename BR2_KALM.bgl BR2_KALM.bgl.orig
rename BR2_KANJ.bgl BR2_KANJ.bgl.orig
rename BR2_KANP.bgl BR2_KANP.bgl.orig
rename BR2_KAPA.bgl BR2_KAPA.bgl.orig
rename BR2_KARB.bgl BR2_KARB.bgl.orig
rename BR2_KARR.bgl BR2_KARR.bgl.orig
rename BR2_KARW.bgl BR2_KARW.bgl.orig
rename BR2_KAUO.bgl BR2_KAUO.bgl.orig
rename BR2_KAVL.bgl BR2_KAVL.bgl.orig
rename BR2_KAXA.bgl BR2_KAXA.bgl.orig
rename BR2_KAXN.bgl BR2_KAXN.bgl.orig
rename BR2_KBCE.bgl BR2_KBCE.bgl.orig
rename BR2_KBDQ.bgl BR2_KBDQ.bgl.orig
rename BR2_KBDR.bgl BR2_KBDR.bgl.orig
rename BR2_KBFD.bgl BR2_KBFD.bgl.orig
rename BR2_KBGD.bgl BR2_KBGD.bgl.orig
rename BR2_KBGR.bgl BR2_KBGR.bgl.orig
rename BR2_KBHB.bgl BR2_KBHB.bgl.orig
rename BR2_KBID.bgl BR2_KBID.bgl.orig
rename BR2_KBIH.bgl BR2_KBIH.bgl.orig
rename BR2_KBIV.bgl BR2_KBIV.bgl.orig
rename BR2_KBJC.bgl BR2_KBJC.bgl.orig
rename BR2_KBMQ.bgl BR2_KBMQ.bgl.orig
rename BR2_KBPI.bgl BR2_KBPI.bgl.orig
rename BR2_KBPK.bgl BR2_KBPK.bgl.orig
rename BR2_KBRL.bgl BR2_KBRL.bgl.orig
rename BR2_KBTA.bgl BR2_KBTA.bgl.orig
rename BR2_KBTF.bgl BR2_KBTF.bgl.orig
rename BR2_KBTL.bgl BR2_KBTL.bgl.orig
rename BR2_KBTV.bgl BR2_KBTV.bgl.orig
rename BR2_KBUY.bgl BR2_KBUY.bgl.orig
rename BR2_KBVO.bgl BR2_KBVO.bgl.orig
rename BR2_KBVX.bgl BR2_KBVX.bgl.orig
rename BR2_KCAD.bgl BR2_KCAD.bgl.orig
rename BR2_KCBF.bgl BR2_KCBF.bgl.orig
rename BR2_KCDC.bgl BR2_KCDC.bgl.orig
rename BR2_KCDN.bgl BR2_KCDN.bgl.orig
rename BR2_KCDR.bgl BR2_KCDR.bgl.orig
rename BR2_KCHD.bgl BR2_KCHD.bgl.orig
rename BR2_KCHU.bgl BR2_KCHU.bgl.orig
rename BR2_KCIR.bgl BR2_KCIR.bgl.orig
rename BR2_KCJR.bgl BR2_KCJR.bgl.orig
rename BR2_KCMX.bgl BR2_KCMX.bgl.orig
rename BR2_KCNY.bgl BR2_KCNY.bgl.orig
rename BR2_KCOI.bgl BR2_KCOI.bgl.orig
rename BR2_KCON.bgl BR2_KCON.bgl.orig
rename BR2_KCRW.bgl BR2_KCRW.bgl.orig
rename BR2_KCSV.bgl BR2_KCSV.bgl.orig
rename BR2_KCUB.bgl BR2_KCUB.bgl.orig
rename BR2_KCUH.bgl BR2_KCUH.bgl.orig
rename BR2_KCVK.bgl BR2_KCVK.bgl.orig
rename BR2_KCYW.bgl BR2_KCYW.bgl.orig
rename BR2_KDBQ.bgl BR2_KDBQ.bgl.orig
rename BR2_KDIK.bgl BR2_KDIK.bgl.orig
rename BR2_KDK.bgl BR2_KDK.bgl.orig
rename BR2_KDLH.bgl BR2_KDLH.bgl.orig
rename BR2_KDUC.bgl BR2_KDUC.bgl.orig
rename BR2_KDVT.bgl BR2_KDVT.bgl.orig
rename BR2_KDWH.bgl BR2_KDWH.bgl.orig
rename BR2_KEAU.bgl BR2_KEAU.bgl.orig
rename BR2_KECP.bgl BR2_KECP.bgl.orig
rename BR2_KEDC.bgl BR2_KEDC.bgl.orig
pause
rename BR2_KEDJ.bgl BR2_KEDJ.bgl.orig
rename BR2_KEKO.bgl BR2_KEKO.bgl.orig
rename BR2_KEKY.bgl BR2_KEKY.bgl.orig
rename BR2_KESC.bgl BR2_KESC.bgl.orig
rename BR2_KESN.bgl BR2_KESN.bgl.orig
rename BR2_KEVY.bgl BR2_KEVY.bgl.orig
rename BR2_KEYE.bgl BR2_KEYE.bgl.orig
rename BR2_KEYF.bgl BR2_KEYF.bgl.orig
rename BR2_KEYQ.bgl BR2_KEYQ.bgl.orig
rename BR2_KFET.bgl BR2_KFET.bgl.orig
rename BR2_KFFA.bgl BR2_KFFA.bgl.orig
rename BR2_KFFZ.bgl BR2_KFFZ.bgl.orig
rename BR2_KFHB.bgl BR2_KFHB.bgl.orig
rename BR2_KFKN.bgl BR2_KFKN.bgl.orig
rename BR2_KFKS.bgl BR2_KFKS.bgl.orig
rename BR2_KFLG.bgl BR2_KFLG.bgl.orig
rename BR2_KFME.bgl BR2_KFME.bgl.orig
rename BR2_KFMN.bgl BR2_KFMN.bgl.orig
rename BR2_KFOD.bgl BR2_KFOD.bgl.orig
rename BR2_KFRM.bgl BR2_KFRM.bgl.orig
rename BR2_KFVE.bgl BR2_KFVE.bgl.orig
rename BR2_KGBG.bgl BR2_KGBG.bgl.orig
rename BR2_KGCK.bgl BR2_KGCK.bgl.orig
rename BR2_KGCN.bgl BR2_KGCN.bgl.orig
rename BR2_KGDV.bgl BR2_KGDV.bgl.orig
rename BR2_KGFK.bgl BR2_KGFK.bgl.orig
rename BR2_KGFZ.bgl BR2_KGFZ.bgl.orig
rename BR2_KGGW.bgl BR2_KGGW.bgl.orig
rename BR2_KGIF.bgl BR2_KGIF.bgl.orig
rename BR2_KGLD.bgl BR2_KGLD.bgl.orig
rename BR2_KGMU.bgl BR2_KGMU.bgl.orig
rename BR2_KGON.bgl BR2_KGON.bgl.orig
rename BR2_KGPM.bgl BR2_KGPM.bgl.orig
rename BR2_KGSO.bgl BR2_KGSO.bgl.orig
rename BR2_KGWS.bgl BR2_KGWS.bgl.orig
rename BR2_KGYR.bgl BR2_KGYR.bgl.orig
rename BR2_KHEF.bgl BR2_KHEF.bgl.orig
rename BR2_KHFY.bgl BR2_KHFY.bgl.orig
rename BR2_KHHF.bgl BR2_KHHF.bgl.orig
rename BR2_KHIE.bgl BR2_KHIE.bgl.orig
rename BR2_KHIG.bgl BR2_KHIG.bgl.orig
rename BR2_KHSE.bgl BR2_KHSE.bgl.orig
rename BR2_KHSP.bgl BR2_KHSP.bgl.orig
rename BR2_KHSV.bgl BR2_KHSV.bgl.orig
rename BR2_KHVN.bgl BR2_KHVN.bgl.orig
rename BR2_KHVR.bgl BR2_KHVR.bgl.orig
rename BR2_KHXD.bgl BR2_KHXD.bgl.orig
rename BR2_KIEN.bgl BR2_KIEN.bgl.orig
rename BR2_KIML.bgl BR2_KIML.bgl.orig
rename BR2_KIMT.bgl BR2_KIMT.bgl.orig
rename BR2_KIOB.bgl BR2_KIOB.bgl.orig
rename BR2_KIPT.bgl BR2_KIPT.bgl.orig
rename BR2_KISW.bgl BR2_KISW.bgl.orig
rename BR2_KITH.bgl BR2_KITH.bgl.orig
rename BR2_KITR.bgl BR2_KITR.bgl.orig
rename BR2_KIWI.bgl BR2_KIWI.bgl.orig
rename BR2_KIWS.bgl BR2_KIWS.bgl.orig
rename BR2_KIXA.bgl BR2_KIXA.bgl.orig
rename BR2_KJGG.bgl BR2_KJGG.bgl.orig
rename BR2_KJMS.bgl BR2_KJMS.bgl.orig
rename BR2_KJSV.bgl BR2_KJSV.bgl.orig
rename BR2_KLAF.bgl BR2_KLAF.bgl.orig
rename BR2_KLAR.bgl BR2_KLAR.bgl.orig
rename BR2_KLBE.bgl BR2_KLBE.bgl.orig
rename BR2_KLBF.bgl BR2_KLBF.bgl.orig
rename BR2_KLCI.bgl BR2_KLCI.bgl.orig
rename BR2_KLEB.bgl BR2_KLEB.bgl.orig
rename BR2_KLNA.bgl BR2_KLNA.bgl.orig
rename BR2_KLOU.bgl BR2_KLOU.bgl.orig
rename BR2_KLRG.bgl BR2_KLRG.bgl.orig
rename BR2_KLWB.bgl BR2_KLWB.bgl.orig
rename BR2_KLWL.bgl BR2_KLWL.bgl.orig
rename BR2_KLXT.bgl BR2_KLXT.bgl.orig
rename BR2_KLXV.bgl BR2_KLXV.bgl.orig
rename BR2_KMAF.bgl BR2_KMAF.bgl.orig
rename BR2_KMCD.bgl BR2_KMCD.bgl.orig
rename BR2_KMDQ.bgl BR2_KMDQ.bgl.orig
rename BR2_KMDT.bgl BR2_KMDT.bgl.orig
rename BR2_KMEV.bgl BR2_KMEV.bgl.orig
rename BR2_KMGC.bgl BR2_KMGC.bgl.orig
rename BR2_KMGW.bgl BR2_KMGW.bgl.orig
rename BR2_KMIC.bgl BR2_KMIC.bgl.orig
rename BR2_KMIV.bgl BR2_KMIV.bgl.orig
rename BR2_KMKC.bgl BR2_KMKC.bgl.orig
rename BR2_KMKJ.bgl BR2_KMKJ.bgl.orig
rename BR2_KMKT.bgl BR2_KMKT.bgl.orig
rename BR2_KMLE.bgl BR2_KMLE.bgl.orig
rename BR2_KMLS.bgl BR2_KMLS.bgl.orig
rename BR2_KMLT.bgl BR2_KMLT.bgl.orig
rename BR2_KMMU.bgl BR2_KMMU.bgl.orig
rename BR2_KMPE.bgl BR2_KMPE.bgl.orig
rename BR2_KMQI.bgl BR2_KMQI.bgl.orig
rename BR2_KMQY.bgl BR2_KMQY.bgl.orig
rename BR2_KMRH.bgl BR2_KMRH.bgl.orig
rename BR2_KMTH.bgl BR2_KMTH.bgl.orig
rename BR2_KMTN.bgl BR2_KMTN.bgl.orig
rename BR2_KMTP.bgl BR2_KMTP.bgl.orig
rename BR2_KMVY.bgl BR2_KMVY.bgl.orig
rename BR2_KMWL.bgl BR2_KMWL.bgl.orig
rename BR2_KOCW.bgl BR2_KOCW.bgl.orig
rename BR2_KOJC.bgl BR2_KOJC.bgl.orig
rename BR2_KOLD.bgl BR2_KOLD.bgl.orig
rename BR2_KONM.bgl BR2_KONM.bgl.orig
rename BR2_KOPF.bgl BR2_KOPF.bgl.orig
rename BR2_KOQU.bgl BR2_KOQU.bgl.orig
rename BR2_KORK.bgl BR2_KORK.bgl.orig
rename BR2_KOWD.bgl BR2_KOWD.bgl.orig
rename BR2_KOXB.bgl BR2_KOXB.bgl.orig
pause
rename BR2_KPIR.bgl BR2_KPIR.bgl.orig
rename BR2_KPLD.bgl BR2_KPLD.bgl.orig
rename BR2_KPLK.bgl BR2_KPLK.bgl.orig
rename BR2_KPMV.bgl BR2_KPMV.bgl.orig
rename BR2_KPNC.bgl BR2_KPNC.bgl.orig
rename BR2_KPOV.bgl BR2_KPOV.bgl.orig
rename BR2_KPQI.bgl BR2_KPQI.bgl.orig
rename BR2_KPRC.bgl BR2_KPRC.bgl.orig
rename BR2_KPSM.bgl BR2_KPSM.bgl.orig
rename BR2_KPVC.bgl BR2_KPVC.bgl.orig
rename BR2_KPVU.bgl BR2_KPVU.bgl.orig
rename BR2_KPWD.bgl BR2_KPWD.bgl.orig
rename BR2_KPYM.bgl BR2_KPYM.bgl.orig
rename BR2_KRBM.bgl BR2_KRBM.bgl.orig
rename BR2_KRCT.bgl BR2_KRCT.bgl.orig
rename BR2_KRDG.bgl BR2_KRDG.bgl.orig
rename BR2_KRDK.bgl BR2_KRDK.bgl.orig
rename BR2_KRMG.bgl BR2_KRMG.bgl.orig
rename BR2_KRMN.bgl BR2_KRMN.bgl.orig
rename BR2_KRUQ.bgl BR2_KRUQ.bgl.orig
rename BR2_KRUT.bgl BR2_KRUT.bgl.orig
rename BR2_KRVL.bgl BR2_KRVL.bgl.orig
rename BR2_KRWL.bgl BR2_KRWL.bgl.orig
rename BR2_KRZZ.bgl BR2_KRZZ.bgl.orig
rename BR2_KSAA.bgl BR2_KSAA.bgl.orig
rename BR2_KSAD.bgl BR2_KSAD.bgl.orig
rename BR2_KSAF.bgl BR2_KSAF.bgl.orig
rename BR2_KSAW.bgl BR2_KSAW.bgl.orig
rename BR2_KSBS.bgl BR2_KSBS.bgl.orig
rename BR2_KSBX.bgl BR2_KSBX.bgl.orig
rename BR2_KSDY.bgl BR2_KSDY.bgl.orig
rename BR2_KSFZ.bgl BR2_KSFZ.bgl.orig
rename BR2_KSGR.bgl BR2_KSGR.bgl.orig
rename BR2_KSGS.bgl BR2_KSGS.bgl.orig
rename BR2_KSHD.bgl BR2_KSHD.bgl.orig
rename BR2_KSHR.bgl BR2_KSHR.bgl.orig
rename BR2_KSHV.bgl BR2_KSHV.bgl.orig
rename BR2_KSLK.bgl BR2_KSLK.bgl.orig
rename BR2_KSME.bgl BR2_KSME.bgl.orig
rename BR2_KSRR.bgl BR2_KSRR.bgl.orig
rename BR2_KSSI.bgl BR2_KSSI.bgl.orig
rename BR2_KSUS.bgl BR2_KSUS.bgl.orig
rename BR2_KSUZ.bgl BR2_KSUZ.bgl.orig
rename BR2_KSWI.bgl BR2_KSWI.bgl.orig
rename BR2_KSWO.bgl BR2_KSWO.bgl.orig
rename BR2_KSZL.bgl BR2_KSZL.bgl.orig
rename BR2_KTDW.bgl BR2_KTDW.bgl.orig
rename BR2_KTDZ.bgl BR2_KTDZ.bgl.orig
rename BR2_KTEX.bgl BR2_KTEX.bgl.orig
rename BR2_KTHV.bgl BR2_KTHV.bgl.orig
rename BR2_KTOP.bgl BR2_KTOP.bgl.orig
rename BR2_KTRI.bgl BR2_KTRI.bgl.orig
rename BR2_KTTN.bgl BR2_KTTN.bgl.orig
rename BR2_KTVR.bgl BR2_KTVR.bgl.orig
rename BR2_KTVY.bgl BR2_KTVY.bgl.orig
rename BR2_KUMP.bgl BR2_KUMP.bgl.orig
rename BR2_KUNV.bgl BR2_KUNV.bgl.orig
rename BR2_KUUU.bgl BR2_KUUU.bgl.orig
rename BR2_KUVA.bgl BR2_KUVA.bgl.orig
rename BR2_KVBT.bgl BR2_KVBT.bgl.orig
rename BR2_KVEL.bgl BR2_KVEL.bgl.orig
rename BR2_KVJI.bgl BR2_KVJI.bgl.orig
rename BR2_KVKX.bgl BR2_KVKX.bgl.orig
rename BR2_KVNC.bgl BR2_KVNC.bgl.orig
rename BR2_KVPZ.bgl BR2_KVPZ.bgl.orig
rename BR2_KZZV.bgl BR2_KZZV.bgl.orig
rename BR2_L41.bgl BR2_L41.bgl.orig
rename BR2_LFVP.bgl BR2_LFVP.bgl.orig
rename BR2_M01.bgl BR2_M01.bgl.orig
rename BR2_M30.bgl BR2_M30.bgl.orig
rename BR2_M34.bgl BR2_M34.bgl.orig
rename BR2_M70.bgl BR2_M70.bgl.orig
rename BR2_M74.bgl BR2_M74.bgl.orig
rename BR2_M75.bgl BR2_M75.bgl.orig
rename BR2_MMES.bgl BR2_MMES.bgl.orig
rename BR2_MMLT.bgl BR2_MMLT.bgl.orig
rename BR2_MUVR.bgl BR2_MUVR.bgl.orig
rename BR2_N94.bgl BR2_N94.bgl.orig
rename BR2_NC06.bgl BR2_NC06.bgl.orig
rename BR2_NE77.bgl BR2_NE77.bgl.orig
rename BR2_NWP.bgl BR2_NWP.bgl.orig
rename BR2_NY94.bgl BR2_NY94.bgl.orig
rename BR2_O24.bgl BR2_O24.bgl.orig
rename BR2_O57.bgl BR2_O57.bgl.orig
rename BR2_OH36.bgl BR2_OH36.bgl.orig
rename BR2_PABE.bgl BR2_PABE.bgl.orig
rename BR2_PABR.bgl BR2_PABR.bgl.orig
rename BR2_PACD.bgl BR2_PACD.bgl.orig
rename BR2_PADQ.bgl BR2_PADQ.bgl.orig
rename BR2_PAKK.bgl BR2_PAKK.bgl.orig
rename BR2_PAKN.bgl BR2_PAKN.bgl.orig
rename BR2_PASC.bgl BR2_PASC.bgl.orig
rename BR2_PATK.bgl BR2_PATK.bgl.orig
rename BR2_PHBK.bgl BR2_PHBK.bgl.orig
rename BR2_PHDH.bgl BR2_PHDH.bgl.orig
rename BR2_PHHN.bgl BR2_PHHN.bgl.orig
rename BR2_PHJH.bgl BR2_PHJH.bgl.orig
rename BR2_PHJR.bgl BR2_PHJR.bgl.orig
rename BR2_PHKO.bgl BR2_PHKO.bgl.orig
rename BR2_PHLI.bgl BR2_PHLI.bgl.orig
rename BR2_PHMK.bgl BR2_PHMK.bgl.orig
rename BR2_PHMU.bgl BR2_PHMU.bgl.orig
rename BR2_PHNY.bgl BR2_PHNY.bgl.orig
pause
rename BR2_S00.bgl BR2_S00.bgl.orig
rename BR2_S01.bgl BR2_S01.bgl.orig
rename BR2_S71.bgl BR2_S71.bgl.orig
rename BR2_S85.bgl BR2_S85.bgl.orig
rename BR2_SAWH.bgl BR2_SAWH.bgl.orig
rename BR2_SAWO.bgl BR2_SAWO.bgl.orig
rename BR2_SBTR.bgl BR2_SBTR.bgl.orig
rename BR2_SCTE.bgl BR2_SCTE.bgl.orig
rename BR2_T82.bgl BR2_T82.bgl.orig
rename BR2_T94.bgl BR2_T94.bgl.orig
rename BR2_U42.bgl BR2_U42.bgl.orig
rename BR2_U96.bgl BR2_U96.bgl.orig
rename BR2_UT68.bgl BR2_UT68.bgl.orig
rename BR2_W05.bgl BR2_W05.bgl.orig
rename BR2_W48.bgl BR2_W48.bgl.orig
rename BR2_W95.bgl BR2_W95.bgl.orig
rename BR2_WS25.bgl BR2_WS25.bgl.orig
rename BR2_Z59.bgl BR2_Z59.bgl.orig

Share this post


Link to post
Share on other sites

Peter, please forgive my ignorance but I am not too IT wise. Learning by trial and error. {mostly error.} Can you do this through the My Traffic Configurater What other directory would you move them to? Do you have to do this for every airport with the double AFCADS?

Thanks Vic

If one only has a few instances of duplicate versions of a specific 3rd party airport,this is much easier to do with the Windows Explorer. For example, let's say that I have the ORBX freeware version of KBTV installed. Navigate to:

 

<drive:>\MyTraffic Professional\MyTraffic\Scenery

 

Then rename BR2_KBTV.bgl to BR2_KBTV.bgl.orig

 

A properly constructed 3rd party airport should completely mask the default FSX/P3d version. However, there is no guarantee that two 3rd party versions of the same airport would mask each other. They could even have different default elevations, let alone different exclusions, boundaries, runways and other components.

 

One should keep in mind an additional issue. ORBX "full fat" regions also contain many revised airports. Most are very small and are not likely to overlap with the MyT 6 versions, but if a problem is encountered (like trees on the runway or disappearing taxiways), then the MyT 6 version of the airport should also be disabled. The best utility for finding duplicate airports is ScruffyDuck's freeware Simple Airport Scanner:

 

http://www.scruffyduck.org/simple-airport-scanner/4584282795

 

One last thought. The order of one's scenery library often prevents conflicts between 3rd party airports from being visible, just because of the way that each version does the masking of the default airport. In that case, the no action alternative is the best approach.

  • Upvote 1

Share this post


Link to post
Share on other sites

PATCO LCH, on 30 Jun 2016 - 12:13 PM, said:

Can you do this through the My Traffic Configurater What other directory would you move them to? Do you have to do this for every airport with the double AFCADS?

Thanks Vic

Hi Vic,

 

I don't think you can do it with the configurator, but I might be wrong here (you do that once, get it working, and then forget about it :) ) What I did (under Win 10) is the following:

 

1) Open the file explorer and go to the directory where MyTraffic is installed. I guess that's normally C:ProgramFiles x86\MyTraffic or so, but I have it at a custom location.

 

2) create a new folder and name it "DisabledFiles" and go to it.

 

3) Open a new File Explorer Window and go to the Scenery subdirectory of MyTraffic

 

4) Click "Select all"

 

5) Drag all files from the Scenery directory to the DisabledFiles directory

 

6) Done :)

 

 

@Jay: thanks a lot for the script, but I was more interested in how you created it :) I wanted to included many 3rd party airports as well, so I need to create a macro like the above, but with many more entries. If you don't have it anymore no problem, I can probably figure something out. In any case, thanks for the inspiration :)

 

Peter

Share this post


Link to post
Share on other sites

 Another easy way to fix the op's problem is to just disable the Mytraffic addon airport files altogether. It can't hurt to try it out, the included MyT6 airport files are only minor tweaked over default as it is.

 

 Simply go to your scenery library and disable the MyTraffic scenery entry.


i7-13700KF, 32gb DDR4 3200,  RTX 4080, Win 11, MSFS

Share this post


Link to post
Share on other sites

Wanted to thank all the above for the advice ref. MT6. After hours of trys and fourm research I finally finally got it running and know how to get rid of the double AFCADS. I swannee I don't know whats worse, rebuilding a sim from scratch or rebuilding an engine.


Vic green

Share this post


Link to post
Share on other sites

@Jay: thanks a lot for the script, but I was more interested in how you created it...

 

 

Peter

A script only makes sense if you have a lot of MyT 6 airports to disable. This(below) is not how I did it, but it's a simplified approach and will also work.

 

Start with a text list of the airport codes, then open the file in Excel and create columns that hold all the repetitive text strings like "rename" and the parts of the MyT 6 BGL file names that are identical for each airport. Then make a blank column that merges all the columns into one text column. Copy/paste that column to a new column, delete all the other columns. Then save it as a TXT file, open it in Notepad and add the specific commands that are needed to match the location of the MyT 6 scenery folder. Save as a BAT file and run it from command prompt.

Share this post


Link to post
Share on other sites

This(below) is not how I did it, but it's a simplified approach and will also work.

Thanks Jay,

 

I will try this next weekend.

 

Peter

Share this post


Link to post
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
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...