Tag Archives: msfs 2020

Windows 10 Wont enter sleep mode with Logitech Extreme 3D Pro Joystick plugged in

 

 

 

 

 

 


Windows 10 Wont enter sleep mode with Logitech Extreme 3D Pro Joystick plugged in.

I ran into this problem a while back as no matter what i did my PC would enter sleep mode.  i tried everything;

  • bios settings
  • windows power saver settings
  • driver updates

Turns out it was due to having the Logitech Extreme 3D Pro Joystick plugged in which i might add is a superb Joystick for Flight Simulator 2020.

Geforce Experience Bug:

Turned out, there is a bug in nVIDIA experience, down in the Windows driver level that would prevent the system from being idle, if you have a joystick plugged in (the article goes a bit deeper into details, it is very interesting if you are a software development related kind of person).

TL:DR , if you have nVIDIA GPU + nVIDIA GeForce Experience installed + have any kind of joystick plugged into the system , Windows won’t be able to sleep/turn screen off automatically until either:

  1. You turn off nVIDIA GeForce Experience in-game overlay.

  2. You unplug ALL joysticks off your system.

PSA: if GeForce Experience is enabled and joysticks are plugged in, Windows can’t automatically turn off screen / go to sleep. This is critical if you are using an OLED screen for your simpit.
byu/AMRAAM_Missiles inflightsim

HOW TO FIX microsoft flight sim 2020 livery Problem after latest patch 29th oct 2020

The latest MSFS2020 patch breaks some liveries working but theres a fix. The problem seems to be that the livery will not load now if the livery hasnt got a model folder.

In other words the aircraft.cfg file must have a valid entry in the model=”” field. This model folder must exist and must the same name as the texture folder.

[FLTSIM.3]
title = "Airbus A320 Neo Aer Lingus Original" ; Variation name
model = "" ; model folder
panel = "" ; panel folder
sound = "" ; sound folder
texture = "EIN1" ; texture folder

The above entry in the aircraft.cfg file must be changed to;

[FLTSIM.3]
title = "Airbus A320 Neo Aer Lingus Original" ; Variation name
model = "EIN1" ; model folder
panel = "" ; panel folder
sound = "" ; sound folder
texture = "EIN1" ; texture folder

So for every livery you must create a “model.liveryname” folder with a model.cfg file inside and update layout.json file with an entry for the new model.cfg file;

{
"path": "SimObjects/Airplanes/Asobo_A320_NEO/MODEL.EIN1/model.cfg",
"size": 902,
"date": 132434199000000000
},

Maybe they will fix this, but for now it works.

Msfs 2020 – Create your own liveries & scenary tutorials

Flight Sim 2020 is a huge improvement in the Flight Sim series but one of the best things about is that you can create your own content! There are many ways from using the SDK to creating your own liveries. So i thought id post a collection of videos and tutorials ive found usefull

Liveries- Creating Your Own:
Heres are a few videos on how to create your own liveries with full instructions, its requires some photoshop skills.

Photoshop/Gimp Method:
This method is by far the easier in my opinion as the blender painting method can get tricky.

3D Painting with Blender:
Really depends on your skills with Blender in my opinion.

Video1: how to paint liverys easier with Blender
Video2: Another Tutorial on Blender
Vid3: Shorter Video from the author of the import plugin for blender