Everything posted by Cai Zicheng
- What is this - took over screen and cannot kill it
-
How to take over FlightSimulator2024.exe ?
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
-
ORBX EGLC v2 Runway 09 ILS Capture Issue
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.
-
ORBX EGLC v2 Runway 09 ILS Capture Issue
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.
-
PCIe 5.0 x16 is now x8.
Cai Zicheng replied to shally17's topic in System Hardware: PC | MOBO | RAM | CPU | HDD | SSD | PSU etcIt'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.
-
PMDG 737 900 ER Engine 2 is not starting or spooling
Can you screenshot your air conditioning / bleed air panel at lower right portion of your overhead? Probably Isolation Valve wasn't configured correctly.
-
Ortho4XP for FSX/P3D
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
-
Ortho4XP for FSX/P3D
resample.exe is in fsx/p3d sdk.
-
Ortho4XP for FSX/P3D
Just one question though, the tool generates two folders - terrain/ and texture/. How do you add these to P3D?
-
Ortho4XP for FSX/P3D
What's better than having source code on github and you can help fixing bugs and adding new features as you go?
-
Ortho4XP for FSX/P3D
This is awesome work! Thank you!
-
iFly 737 flight planning
Company route is the line in the FMC where you do it.
-
How about a 1,000-core chip for our Simulators
It's an FPGA chipset for field controls and data collections. Not intended for PC programs.
-
3DMark11 Comparitive Samples and Analysis
Cai Zicheng replied to SpiritFlyer's topic in System Hardware: PC | MOBO | RAM | CPU | HDD | SSD | PSU etchttp://www.3dmark.com/3dm11/11342288
-
P3D 64 bit status
Is Lockheed still planning a 64 bit version? Yes Will it be an upgrade option for the 32 bit version or standalone purchase? No
-
What have we learned?
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.
-
ORBX 38% Off May sale
I think you do need the Base.
-
PFPX - My impressions (and frustrations) after a week
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.
-
x737project version 5 announced -May 1st
Which P3D plane is fully accurate?
- Captain sim 777 through migration tool
-
Do FTX have any realistic competitors at the moment?
http://gex.flight1.net/
-
CRJ200-JRollon
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,
-
CRJ200-JRollon
Yes, same here.
-
Realair Legacy Release
Hi Rob, Can I buy the upgrade if my v1 was purchased from simMarket?
-
Aerosoft Boxed 777LR VERSION v1.10.7025
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.