Hey guys
I just re-ran the Hurricane Mk.I top speed test..
Note I am experimenting with some of the C# data collection values right now, just so you know there are basically two types.. 3D world Internal (Z) and Indicated (I). Where the 3D world internal values are just that, internal calculations used by the game, and the Indicated values are the values used to drive the cockpit gauges.. As in what we can see as we fly in real time.
There are a lot unresolved and/or not fully understood issues with both.. Right now just trying to relate the two to see if I can make sense out of the two types. As for issues.. the Indicated stuff seems.. well.. pretty flaky. Which is something Oleg said way back in the IL-2 days, that being the cockpit gauge values are just generated to give the virtual pilot something to look at, translated I got the impression from Olegs e-mail that he was saying the Indicated cockpit values are not that accurate, as in not what is really going on. And my initial impression of CoD's Indicated values, it seems to be true for CoD too. For example, the indicated ROC has a constant offset of around 60fpm.. Even while sitting on the runway it indicates around 60fpm in the C# log data. Where as the 3D world value reads zero like you would expect! But there are issues with the 3D values too, for example the IAS and TAS values.. The IAS does not appear to be IAS at all, where as TAS, so far, seems to be close to what you would expect. I need to calc TAS from the Indicated and compare it to the 3D world values to see just how far off they are. Anyway, just wanted to share that with you all! In the mean time keep in mind the graphs are suspect at the moment, so, don't get happy or sad just yet!