Skip to content

Releases: Fragtality/DynamicLOD

v0.3.3

10 Feb 17:39
5c2c1aa
Compare
Choose a tag to compare

App

  • Added: Automatically switch Profiles for VR
    • Note: The "VR Profile" Checkbox is now only used for Profile Switching (not determining anymore if the LOD Values are written to the VR Settings)
  • Fixed: Precision Errors (leading to constantly changing the xLOD although already set)
  • Fixed: Highest Pair not set on Cruise Altitude
  • Fixed: Pair not correctly set when Profiles where switched
  • Changed: Increased Timeout on Startup to prevent Crashes in certain Setups (Qty: 2)
    (If still does not help: don't start via MSFS/EXE.xml)
  • Fixed: Null-Pointer Exception when DynamicLOD App exits
  • Changed: AGL shown as "0" and Trend as "Ground" when On Ground

v0.3.2

07 Jan 19:32
Compare
Choose a tag to compare

App:

  • Changed: Treshold for Climb/Descent Detection lowered from 10 to 8 feet-per-second (480 FPM)
  • Changed: Attempts to add an already existing AGL will be ignored (preventing the Configuration from getting corrupted)
  • Added: Uses the SimVar "PLANE ALT ABOVE GROUND MINUS CG" as Fallback for "PLANE ALT ABOVE GROUND" (when it is Zero while not on Ground)
  • Added: Check to prevent the App being started multiple Times
  • Libraries Updated

Installer:

  • Added: Button to remove the App (this includes the Configuration and MSFS/FSUIPC Auto-Start Entries)
  • Added: Option to remove any Auto-Start Entries in MSFS/FSUIPC
  • Changed: Either Auto-Start Option now removes Entries from the other one (e.g. selecting MSFS will remove the Auto-Start from FSUIPC and vice-versa)
  • Changed: FSUIPC Auto-Start Entries are now using "CLOSE" instead of "KILL" (if you use FSUIPC for Auto-Start, select 'Auto-Start with FSUIPC' when Updating!)
  • Changed/Fixed: Detection of .NET Runtime Version

v0.3.1

21 Dec 17:57
f9c712e
Compare
Choose a tag to compare
  • Added: Installer with all Consequences:
    • Software Requirements (like .NET and MobiFlight Module) are installed automatically
    • Install-Location is fixed to %appdata%\DynamicLOD
    • Configuration File not reset with Updates
    • Auto-Start can be configured via FSUIPC or via MSFS
    • Fixed: FSUIPC Auto-Start could not be setup with only "Run" Entries in the ini File
  • Added: Ability to have three different Sets/Profiles for the AGL/LOD Pairs
  • Added: Support for VR LODs
  • You have to mark the Profile with "VR Profile" (there is no automatic Detection if VR is active)
  • Changed: LODs are now handled in the same Format as in the MSFS GUI (e.g. 100, 150, 200) everywhere
  • Fixed: Minimum LOD now only applies when FPS Adaption is enabled (but will still be prioritized over the current AGL/LOD Pair if smaller)
  • Fixed: When LOD Decrement goes below Minimum, the Minimum is now used as new LOD Value (instead of don't changing the LOD Value)
  • Fixed: Situations where the LOD was not immediately changed after the Configuration was changed in the GUI
  • Changed: The default LOD to apply on Session-End is now configurable in the GUI
  • Fixed: Session Detection improved