It will take me years to explore this amazing ELW!
I'm afraid it will take me years to explore my own country alone, and it's a small one.

It will take me years to explore this amazing ELW!
MS Store version:
C:\Users\YOURNAME\AppData\Local\Packages\Microsoft.FlightSimulator_RANDOMCODE\LocalCache\Packages\Official\OneStore\asobo-vcockpits-instruments\html_ui\Pages\VCockpit\Instruments\Shared\BaseInstrument.js
OR
%localappdata%\Packages\Microsoft.FlightSimulator_RANDOMCODE\LocalCache\Packages\Official\OneStore\asobo-vcockpits-instruments\html_ui\Pages\VCockpit\Instruments\Shared\BaseInstrument.js
Steam version:
C:\Users\YOURNAME\AppData\Local\Packages\Microsoft.FlightSimulator_RANDOMCODE\LocalCache\Packages\Official\Steam\asobo-vcockpits-instruments\html_ui\Pages\VCockpit\Instruments\Shared\BaseInstrument.js
OR
%localappdata%\Packages\Microsoft.FlightSimulator_RANDOMCODE\LocalCache\Packages\Official\Steam\asobo-vcockpits-instruments\html_ui\Pages\VCockpit\Instruments\Shared\BaseInstrument.js
To edit the BaseInstrument.js file I suggest to use a code editor as Notepad++ or Sublime Text (both free).
This is the part to be edited (line 235 in my case but may be different):Backup the file making a copy on your desktop to restore it in case you encounter any problem.
CanUpdate() {
var quality = this.getQuality();
if (quality == Quality.high) {
if ((this.frameCount % 3) != 0) {
return false;
}
}
if (quality == Quality.medium) {
if ((this.frameCount % 8) != 0) {
return false;
}
}
else if (quality == Quality.low) {
if ((this.frameCount % 32) != 0) {
return false;
}
}
else if (quality == Quality.hidden) {
if ((this.frameCount % 128) != 0) {
return false;
}
}
else if (quality == Quality.disabled) {
return false;
}
return true;
}
if you don’t have this part (it wasn’t present in my case), just paste it in:
if (quality == Quality.high) {
if ((this.frameCount % 3) != 0) {
return false;
}
}
Some smart folks deducted that dramatic FPS loose in same planes is due to coding of how glass instruments are displayed. You can mod the file to get better FPS:
![]()
Small JS config file mod to gain 10/15+ FPS in airliners and glass cockpit planes
IMPORTANT UPDATE September 17th THE ACTUAL FIX IS NOT WORKING ANYMORE, PLEASE REMOVE IT FROM THE COMMUNITY FOLDER. After today’s FS2020 patch, it is now possible to set the instruments refresh rate to LOW / MEDIUM / HIGH from the in-game graphics menu (last item on the bottom of the list)...forums.flightsimulator.com
Is this the fps decrease of the glass cockpit mod? Incredible how resourceful the community is.
Now that is not good. I heard some players have had good success playing that trip, but as you said, YMMV. I haven’t had time to check it yet. The original bush trips are also waiting there...Unfortunately my initial attempts to do this have been thwarted by a bug.
Loading any of the .pln files for the trips results in a GetIdByName() error and then CTD. At least on my system. Your mileage may vary.
You can set up the trips manually (he gives all the details) but that's a faff and less than ideal, and I haven't really figured out how to add waypoints into a trip. Will probably leave it now until the next patch.
And not sure if it's just me, but I think that if I set up a flight plan directly from the map - so selecting the airport visually from its map marker, not going by the type in fields at the top - then the flight will never load, the blue bar keeps going right to the end, which it doesn't usually, and the flight never loads.
I'd like so much to, but the EDTracker is only 3DoF.
That said, just being able to turn your head to follow the runway on your approach circuit as in my video above is a huge, huge addition. As well as being able to glance down to check switches and indicators out of the fixed forward fov.
So how many of you that use TrackIR/Tobii also stretch your necks up to peek over the dashboard when trying to find the runway on approach?![]()
So how many of you that use TrackIR/Tobii also stretch your necks up to peek over the dashboard when trying to find the runway on approach?![]()
Yes I use TrackIR but when that is paused the VFR view suffices, it is much higher than the instrument view.