Jump to content

Andreas Guther

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Andreas Guther

  1. The ILS glideslopes are not correctly aligned. Target is to cross the runway threshold at 50 ft RA, as visible in the screenshot the actual glideslope is much higher. I checked all ILS approaches in eastern direction, and they are all wrong. Therefore, the others should be checked as well.

    IMHO, the correctness of such things is much more important than eye candy inside the airport...

    Screenshot2025-04-05223804.thumb.png.376b15fda6b5ef55314534a80c5a2c47.png

  2. I need to correct the paths for MS2024:

    %LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\a350\presets\inibuilds\a350-900\config\
    %LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\a350\presets\inibuilds\a350-900_no_cabin\config\
    %LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\a350\presets\inibuilds\a350-1000\config\
    %LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\a350\presets\inibuilds\a350-1000_no_cabin\config\

     

  3. What is important to set the default VR point is a camera called "PilotVR". The good news is that ini hasn't set it in their configuration and that makes it easy to define it without the need to manipulate original files. You find attached or in code a file that solves your issue.

    Put it in the following location(s):

    %LOCALAPPDATA%\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\inibuilds-aircraft-a350-900\
    %LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\inibuilds-aircraft-a350-900\

    cameras.CFG content:

    [VERSION]
    major=1
    minor=0
    
    [CAMERADEFINITION.100]
    Title="PilotVR"
    Guid="{840E05DD-C0C9-46FE-A341-27D96569A43F}"
    Description=""
    Origin="Virtual Cockpit"
    MomentumEffect=1
    SnapPbhAdjust="None"
    SnapPbhReturn=1
    PanPbhAdjust="None"
    PanPbhReturn=0
    UITitle="PilotVR"
    Track="None"
    ShowAxis="NO"
    AllowZoom=1
    InitialZoom=0.486519
    SmoothZoomTime=5
    ShowWeather=0
    XyzAdjust=0
    ShowLensFlare=0
    Category="Cockpit"
    SubCategory="Pilot"
    SubCategoryItem ="PilotVR"
    TargetCategory="None"
    ClipMode="Normal"
    BoundingBoxRadius=0.1
    CycleHidden=0
    CycleHideRadius=0
    ShowPanel=0
    InstancedBased=0
    NoSortTitle=0
    Transition=0
    InitialXyz = 0.02, 0.54, 12.5
    InitialPbh = 0.00, 0.00,  0.00

     

    cameras.CFG

×
×
  • Create New...