Author Topic: GSX Menu stuck  (Read 6422 times)

Ekim

  • Newbie
  • *
  • Posts: 2
Re: GSX Menu stuck
« Reply #15 on: January 02, 2021, 01:45:59 pm »
Following this instructions solved this issue for me. That's definitely a LM bug...
https://www.prepar3d.com/forum/viewtopic.php?f=6312&t=140267

Here are the instructions to disable the HTML menus:

Modify the missionpanels.cfg in the gauges folder in your
Prepar3D installation directory.
Changing these entries will revert these windows back to the Scaleform version:

[Window10]
change:
html_file = menu;
html_instance_name = MenuPrompt;
to:
scaleform_file = menuwindow;
scaleform_instance_name = MenuPrompt;

[Window11]
change:
html_file = ATC;
html_instance_name = ATC;
to:
scaleform_file = menuwindow;
scaleform_instance_name = ATC;

[Window12] ; for GSX
change:
html_file = Menu;
html_instance_name = SimConnectWindow;
to:
scaleform_file = menuwindow;
scaleform_instance_name = SimConnectWindow;


p3dx3

  • Hero Member
  • *****
  • Posts: 592
Re: GSX Menu stuck
« Reply #16 on: January 16, 2021, 05:53:44 am »
Thank you for the suggestion I will try that I just had it happen here. It happened again only after selecting GSX pushback from my departure airport and skipping all the bording.
« Last Edit: January 16, 2021, 11:05:39 am by virtuali »