
You might want to update again -- there's a dialog for the autopilot, and ALS procedural lights, plus some improvements to the cockpit for night flying.
sanhozay wrote:OK. I wonder if the C337 exhibits the same problem for you, given that it uses the exact same code for the DME?
If it does, and if you have time, and it bothers you enough, you could try adding print statements inside the constructor in:
https://github.com/FGMEMBERS/Beagle-Pup ... /KN62A.nas
So, between lines 60 and 106, every few lines, add print statements with different letters, so like this:Code: Select all
print("A");
... some code here
print("B");
Then watch the output in your console and see which step takes the time.
Code: Select all
print("Finding airports ...");
findAirportsWithinRange(60);
print("Found airports");
IAHM-COL wrote:I wonder whether launching again (after loading once) will be a more fast launching, or whether it releases VFS and needs to "find" airports again.
Return to “Aircraft Development”
Users browsing this forum: No registered users and 22 guests