Profile image

Any way to remove the overlay?

4 Dingo1  3.0 years ago

I love taking pictures in-game, but its difficult without being able to get rid of the flight overlay and vtol/trim sliders across the screen. Is there any way to disable these? Thank you!

  • Log in to leave a comment
  • Profile image
    26.7k Bryan5

    @Dingo1 here some dev console commands
    Remove UI/OverLay :
    //maincamera>camera.set_depth 10
    Re-Add UI/OverLay :
    //maincamera>camera.set_depth 1
    Warning! :
    Cockpit views and camera views will not show any parts of the plane(including cockpit gauges)

    3.0 years ago
  • Profile image
    37.7k V

    Open dev console and stick the following command inside. Hides all ui including pause menus. Replace the 10 with a 1 if you want to bring the ui back

     //maincamera>camera.set_depth 10
    
    +1 3.0 years ago
  • Profile image
    4 Dingo1

    @Bobyo sweet, thanks!

    +1 3.0 years ago
  • Profile image
    17.9k FlirBlitz

    for pc it's just F9
    mobile I have no idea...

    +2 3.0 years ago