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

Everything posted by Cai Zicheng

  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
  15. The X-Plane approach is predominantly CFD. For earlier years running good CFD online isn't an option due to CPU power. The FSX generic model is a parametric pre-computed model, which requires an ordinary differential equation solver to do the simulation, as against to partial differential equations for CFD. Numerical solution of ODEs have been researched to death. However efficient PDE solvers are still a focus of on going research.
  16. I think you do need the Base.
  17. This all boils down to a constrained discrete optimization problem. The difficulty is getting the constraint, the cost function, and searching algorithm right. We have an entire department working on these.
  18. No. You have to purchase the P3D version of the plane, which is sold seperately.
  19. Even if you turn it on it's not going to cause you any problem. BTW, the addon, when it first came out in 2011, was awesome, but now it's showing its age. Any tips on improving it? For example the texture looks not so sharp as compared to current standard; the sound, especially outside the plane, needs some improving. Are there any user edits/ commercial packages to improve it? P.S. What kind of weather addon do you use before the X-Plane Weather Connector comes out? Thanks,
  20. Hi Rob, Can I buy the upgrade if my v1 was purchased from simMarket?
  21. I was downloading an Aerosoft product with IDM yesterday and run into the same issue. Yes, IDM worked fine with Aerosoft in the past. I don't know what they did with their server.

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.