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.

Cai Zicheng

Members
  • Joined

  • Last visited

  1. It's from Lossless Scaling. Try Ctrl + Alt + S or Ctrl + L to close it.
  2. Usually if you want to start another exe with MSFS, it is recommended through exe.xml. See here: https://forums.flightsimulator.com/t/start-multiple-programs-on-msfs-startup-with-this-exe-xml-tip/350698
  3. Have you by any chance replicate the issue again? I am seeing inconsistent results - something really simple - loading up a default C172 and just fly the ILS 27 approach, and watch for the ILS identification. ILS 27 has identification ILST and on the other end ILSR (visible on the G430/530 or the G1000). So far out of 3 approaches, 2 locked onto the backtrack. However, even with the backtrack, the CDI should have remained centered, but in the CDI showed a full scale deviation to the right.
  4. Hi Dave, Bumping your old thread up. I am seeing exact same issue, albeit in X-Plane 12! I got your post by searching around the internet and it does appear no one else has caught this yet. Any chance you are using Orbx EGLC? Thank you.
  5. It's quite minimal, if any. However, you may consider getting 2 larger SSDs (4TB) that will give you a total of 8GB NVMe storage, without comprising PCIe bandwidth. One to CPU directly, one via the chipset.
  6. Can you screenshot your air conditioning / bleed air panel at lower right portion of your overhead? Probably Isolation Valve wasn't configured correctly.
  7. Here's what I have figured out. You have to compile the scenery into bgl files yourself using P3D SDK. I have written a MATLAB script to do so in batch and parallel, and you can translate into whatever language you code in. clear classes;close all;clc sceneryFolder = "H:\Ortho4XP_FSX_P3D-airport_auto_patch\Orthophotos\+30-100\+30-098\BI_18"; resampleFilePath = "C:\Program Files\Lockheed Martin\Prepar3D v4 SDK 4.3.29.25520\World\Terrain\resample.exe"; fileList = dir(sceneryFolder); fileList(1:2,:) = []; infList = []; infFolder = fileList.folder for index = 1:size(fileList,1) if strcmp(extractAfter(fileList(index).name,"."),'inf') infList = [infList;fileList(index).name]; end end fprintf("Inf Search Complete\n") parfor infIndex = 1:size(infList,1) cmdStr = strcat('"',resampleFilePath,'"'," ",infFolder,"\",infList(infIndex,:)) system(cmdStr) end
  8. resample.exe is in fsx/p3d sdk.
  9. Just one question though, the tool generates two folders - terrain/ and texture/. How do you add these to P3D?
  10. What's better than having source code on github and you can help fixing bugs and adding new features as you go?
  11. This is awesome work! Thank you!
  12. Company route is the line in the FMC where you do it.
  13. It's an FPGA chipset for field controls and data collections. Not intended for PC programs.
  14. Is Lockheed still planning a 64 bit version? Yes Will it be an upgrade option for the 32 bit version or standalone purchase? No

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.