Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MSFS Adaptive LOD

Featured Replies

2 hours ago, MNORM said:

Anyone else getting a permanent TLOD: 0  OLOD: 0  displayed in the box in version 3.6? Previous versions worked but this one doesn't seem to change the values as I fly.

 

This is the first report of such an issue with 0.3.6 I heard of. Can you please send me a screenshot of when this happens as well as the associated log file, located at C:\Users\<username>\AppData\Roaming\DynamicLOD_ResetEdition\log,  so I can look into it. Thanks.

9800X3D | 4090 | 64GB | 2+1TB NVME | 2TB SSD | 2TB HDD | 85/50/43” TVs | Quest 3 | DOF H3 Motion Rig | Buttkicker | T.16000M Flight Kit

MSFS @ 4K Ultra DLSS Performance FG 80 FPS |  VR VDXR Godlike 80Hz SSW | MSFS VR DLSS Quality, Ultra Preset - Windows 11

Acer Nitro 5 | i5-11400H | RTX 3060 6 GB | 32GB DDR4 | 15.6" FHD IPS 144Hz | 2 x 512 GB SSD | Windows 11

  • Replies 1.4k
  • Views 250.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • The tool is surely interesting, especially because it's Open Source, so everybody can see how it works and what it does. And yes, it does something that is potentially dangerous: it attaches to t

  • OK, I did say I'd do this even though I saw your posts and I'm sure you figured it out. But in brief here's what you do: 1. Click on this download link to get the required Mobiflight event M

  • FYI, my version 0.3.6 has matured to the point where I am happy to release it and it is now available on github here. Summary of changes since 0.3.5: Changed app name so as not to create co

Posted Images

5 hours ago, GSalden said:

If you are stressed for FPS, lower Object LOD first.

Strange, highest OLOD setting has no performance cost at all for me, I keep it at 200 all the time.

System: I ASRock X670E | AMD 7800X3D | 64Gb DDR5 6000 | RTX 4090 | 2TB NVMe | Seasonic Vertex 1000W I LG Ultra Gear 34 UW I

OLOD is not so much about FPS but more about smoothness, in particular on lower systems.

Loading in all the clutter of a third party addon airport could result in stutters when you are on short final. A low OLOD setting can prevent that.

If your system is strong enough that you don't see those stutters, OLOD can be kept at 200.

 

Edited by RALF9636

1 hour ago, Reset XPDR said:

This is the first report of such an issue with 0.3.6 I heard of. Can you please send me a screenshot of when this happens as well as the associated log file, located at C:\Users\<username>\AppData\Roaming\DynamicLOD_ResetEdition\log,  so I can look into it. Thanks.

Sent the Log text.

 

I'm not sure how to attach a jpeg file to a DM...any help is appreciated.

Also confirm with 0.37 test - PC Mode and FG active MSFS 1.36.20

However what I have noted is that fps in both 0.36 and 0.37 when app is focused on screen are showing correct fps with frame generation - but when not focused off screen are indicating half the fps. Don't know if this is an issue?

Just to say extremely impressed with the way this app works and my thanks to Reset XPDR for all the work he has done.

 

1 hour ago, MNORM said:

Sent the Log text.

 

I'm not sure how to attach a jpeg file to a DM...any help is appreciated.

The log file should be sufficient for now, thanks. I'll look into it.

9800X3D | 4090 | 64GB | 2+1TB NVME | 2TB SSD | 2TB HDD | 85/50/43” TVs | Quest 3 | DOF H3 Motion Rig | Buttkicker | T.16000M Flight Kit

MSFS @ 4K Ultra DLSS Performance FG 80 FPS |  VR VDXR Godlike 80Hz SSW | MSFS VR DLSS Quality, Ultra Preset - Windows 11

Acer Nitro 5 | i5-11400H | RTX 3060 6 GB | 32GB DDR4 | 15.6" FHD IPS 144Hz | 2 x 512 GB SSD | Windows 11

14 minutes ago, MartinP said:

However what I have noted is that fps in both 0.36 and 0.37 when app is focused on screen are showing correct fps with frame generation - but when not focused off screen are indicating half the fps. Don't know if this is an issue?

This is what I am trying to address with the FG auto detection code. I haven't adjusted the app detected FPS yet as I wanted to make sure it detected FG correctly before I did so which, from feedback so far, seems to be working properly. The next test version I put out will attempt to display the corrected (doubled) FPS when in FG mode.

9800X3D | 4090 | 64GB | 2+1TB NVME | 2TB SSD | 2TB HDD | 85/50/43” TVs | Quest 3 | DOF H3 Motion Rig | Buttkicker | T.16000M Flight Kit

MSFS @ 4K Ultra DLSS Performance FG 80 FPS |  VR VDXR Godlike 80Hz SSW | MSFS VR DLSS Quality, Ultra Preset - Windows 11

Acer Nitro 5 | i5-11400H | RTX 3060 6 GB | 32GB DDR4 | 15.6" FHD IPS 144Hz | 2 x 512 GB SSD | Windows 11

Quick update on today's progress on 0.3.7 development.

FG detection progressed slowly but surely and I am nearly there. Turns out there are three things that need to be checked (FG setting, DX mode, VR mode) to correctly identify when it is in use. As such, I had to create some DX detection code based on what's in your UserOpt.cfg file, which I can confirm works on Steam MSFS version but will need someone to check the my MS Store version checker actually works. When FG is detected as active, the FPS reading, and anything that uses it is, doubled.

The boundary testing of MSFS memory addresses that the utility changes is coming along well. I check the allowable value ranges of TLOD, OLOD, Cloud Quality and, for good measure, Ansiotropic Filtering because it can only be 1, 2, 4, 8 or 16. If any variable fails it's range check, which likely means the MSFS memory map has changed in a new update, the utility gets limited to read only of those memory addresses until updated and verified in a new version. As this code is experimental at this time, the utility does not actually switch to read only in the upcoming 0.3.7 test version but does show a red message to let me know that it happened. Once I am happy with its reliability, I will switch it on. Interestingly, I did accidentally trigger this message when I used a wrong memory address, so it does seem to do what it is supposed to ie. stop the utility going rogue in a changed MSFS memory map.

I also discovered an unintended consequence of changing my app's name in that it is possible to still have the original DynamicLOD version run at the same time as DynamicLOD_ResetEdition if you didn't uninstall DynamicLOD and it was still set to autorun. Having two apps messing with MSFS memory settings is not a good thing! As such, I have extended the check of whether the app is already running to BOTH versions.

That's it for now. I hope to have a test release ready tomorrow for adventurers to try, noting most of these changes are just visual, so existing under the hood 0.3.6 functionality will be retained if you do try it out.

 

Edited by Reset XPDR

9800X3D | 4090 | 64GB | 2+1TB NVME | 2TB SSD | 2TB HDD | 85/50/43” TVs | Quest 3 | DOF H3 Motion Rig | Buttkicker | T.16000M Flight Kit

MSFS @ 4K Ultra DLSS Performance FG 80 FPS |  VR VDXR Godlike 80Hz SSW | MSFS VR DLSS Quality, Ultra Preset - Windows 11

Acer Nitro 5 | i5-11400H | RTX 3060 6 GB | 32GB DDR4 | 15.6" FHD IPS 144Hz | 2 x 512 GB SSD | Windows 11

23 minutes ago, Reset XPDR said:

Quick update on today's progress on 0.3.7 development.

@Reset XPDR

Your work, your communication and your product-outcome is just incredible remarkable! I would like to THANK YOU for all this. I enjoy using this tool and for me it is, combinded with the openXR-Toolkit, the ABSOLUTE NUMBER 1 MUST HAVE PRODUCT!

😉

I would like to wish you a great day!

Regards

Marcus

Regards,

Marcus P.

xaP1VAU.png

Latest test version is here with:

  • FG detection - When FG is detected as active, the FPS reading is doubled and FPS Adaption works off that doubled FPS value, otherwise with FG turned off, using DX11 or in VR your FPS should show and work as normal.
  • Compatibility testing - You should always see a green message saying Compatible MSFS version detected when in a flight session. If you see a red message saying Simulated memory boundary test failed, the app will still function (for now).
  • App already running check - has been extended to check whether the original DynamicLOD or DynamicLOD_ResetEdition are currently running and exit if either are detected.

If these functions don't work as advertised, especially the compatibility test failing or FG not being detected on the MS Store MSFS version, let me know and message me your log file too.

image.png?ex=65d63106&is=65c3bc06&hm=9f6

image.png?ex=65d6315a&is=65c3bc5a&hm=4a9

image.png?ex=65d631f3&is=65c3bcf3&hm=5fd

Edited by Reset XPDR

9800X3D | 4090 | 64GB | 2+1TB NVME | 2TB SSD | 2TB HDD | 85/50/43” TVs | Quest 3 | DOF H3 Motion Rig | Buttkicker | T.16000M Flight Kit

MSFS @ 4K Ultra DLSS Performance FG 80 FPS |  VR VDXR Godlike 80Hz SSW | MSFS VR DLSS Quality, Ultra Preset - Windows 11

Acer Nitro 5 | i5-11400H | RTX 3060 6 GB | 32GB DDR4 | 15.6" FHD IPS 144Hz | 2 x 512 GB SSD | Windows 11

stop it i cant keep up Loool !!. keep up the great work 😁

ROG Crossair Hero X670e , 9900X, TUF 4090 , X4 NVME's. OS  2TB 980 Pro , MSFS  2TB WD Black , Kington Fury 64GB ram ( 6000) Corsair RM1000 PSU, Artic Freezer iii 360 AIO  . Phanteks P600s Case ,TCL QM8B 50" 120 Hz  TV,second 24 inch screen for charts you tube etc, and 11" touch screen for the EFB. Warthog Stick and TCA Captains throttle ( full pack)  Velocity 1 Rudder Pedals , extreme3D for the Tiller,Streamdeck XL x2 / Streamdeck +/Streamdeck mini because i like pressing buttons 

22 minutes ago, sonny147 said:

stop it i cant keep up Loool !!. keep up the great work 😁

The main reason I am pushing ahead at the moment is I am concerned that SU15 is supposedly making changes to MSFS memory management so I want to get the compatibility check functionality working so that no harm is done by the app if they do change the memory map where the settings reside, otherwise I'll cop all sorts of grief from you lot 😄

Other than that, the other changes and those I have planned for the future are mostly spit and polish of the functionality we already have in 0.3.6, so no great rush for them.

 

9800X3D | 4090 | 64GB | 2+1TB NVME | 2TB SSD | 2TB HDD | 85/50/43” TVs | Quest 3 | DOF H3 Motion Rig | Buttkicker | T.16000M Flight Kit

MSFS @ 4K Ultra DLSS Performance FG 80 FPS |  VR VDXR Godlike 80Hz SSW | MSFS VR DLSS Quality, Ultra Preset - Windows 11

Acer Nitro 5 | i5-11400H | RTX 3060 6 GB | 32GB DDR4 | 15.6" FHD IPS 144Hz | 2 x 512 GB SSD | Windows 11

36 minutes ago, Reset XPDR said:

Latest test version is here with:

  • FG detection - When FG is detected as active, the FPS reading is doubled and FPS Adaption works off that doubled FPS value, otherwise with FG turned off, using DX11 or in VR your FPS should show and work as normal.
  • Compatibility testing - You should always see a green message saying Compatible MSFS version detected when in a flight session. If you see a red message saying Simulated memory boundary test failed, the app will still function (for now).
  • App already running check - has been extended to check whether the original DynamicLOD or DynamicLOD_ResetEdition are currently running and exit if either are detected.

If these functions don't work as advertised, especially the compatibility test failing or FG not being detected on the MS Store MSFS version, let me know and message me your log file too.

image.png?ex=65d63106&is=65c3bc06&hm=9f6

image.png?ex=65d6315a&is=65c3bc5a&hm=4a9

image.png?ex=65d631f3&is=65c3bcf3&hm=5fd

Used the 0.3.7 from yesterday and saw the message:

“Newer MSFS version detected - LOD/Cloud changes disabled - update app !”

Will try this new version tomorrow. Thanks 

 

5950x3d 5.4-5.7 GHz - Asus ROG 870 Crosshair Apex - GSkill Neo 2x 24 Gb 6000 mhz / cas 26 -  MSI RTX 5090 Gaming Trio OC - 1x SSD M2 6000 2TB - 1x SSD M2 2800/1800 1Tb -  Corsair 5400  case - Corsair 360 liquid cooling set  - 3x 75’ TCL tv.

13600  6 cores @ 5.1 GHz / 8 cores @ 4.0 GHz (hypterthreading on) - Asus ROG Strix Gaming D - GSkill Trident 4x Gb 3200 MHz cas 15 - Asus TUF RTX 4080 16 Gb  - 1x SSD M2 2800/1800 2TB - 2x  Sata 600 SSD 500 Mb - Corsair D4000 Airflow case - NXT Krajen Z63 AIO liquide cooling - 

FOV : 200 degrees

My flightsim vids :  https://www.youtube.com/user/fswidesim/videos?shelf_id=0&sort=dd&view=0

 

15 minutes ago, GSalden said:

Used the 0.3.7 from yesterday and saw the message:

“Newer MSFS version detected - LOD/Cloud changes disabled - update app !”

Will try this new version tomorrow. Thanks 

Interesting! In any case, I have moved away from detecting the actual MSFS version and will do the compatibility test mentioned above instead, which checks expected memory value boundaries, so you will no longer encounter this specific message when you update to the new test version. Thanks for the feedback.

9800X3D | 4090 | 64GB | 2+1TB NVME | 2TB SSD | 2TB HDD | 85/50/43” TVs | Quest 3 | DOF H3 Motion Rig | Buttkicker | T.16000M Flight Kit

MSFS @ 4K Ultra DLSS Performance FG 80 FPS |  VR VDXR Godlike 80Hz SSW | MSFS VR DLSS Quality, Ultra Preset - Windows 11

Acer Nitro 5 | i5-11400H | RTX 3060 6 GB | 32GB DDR4 | 15.6" FHD IPS 144Hz | 2 x 512 GB SSD | Windows 11

35 minutes ago, Reset XPDR said:

.... so that no harm is done by the app if they do change the memory map where the settings reside...

 

I have very limited computer knowledge, so this is a genuine question:

What harm could be done? I imagine that in the worst case MSFS freezes or crashes, but after a reboot and the deactivation of this app MSFS runs normally again. Or can any damage be done that persists even after a reboot?

 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.