Jump to content
The simFlight Network Forums

Luke Kolin

Members
  • Posts

    378
  • Joined

  • Last visited

Everything posted by Luke Kolin

  1. To help me plan, do you anticipate a new major version or following the FSUIPC4 model of supporting multiple sims? Understand if you want to announce all at once, I'm trying to get ahead of things on my end. Cheers!
  2. Did this change? The offset status document for 5.15 says that bit 12 is playback, whereas for 5.154 it says bit 13. Cheers!
  3. I've been trying to detect instant replay for my flight recorder in P3D v4 using the new offset 0x3402 that reads from the PDK. It appears that during instant replay, bit 11 does not appear to be set. Could someone validate that it's not just me? Cheers!
  4. No worries, just wanted to let you know. Cheers!
  5. The Installer appears to be contained in a ZIP file within a ZIP file, with the same name. Cheers!
  6. The offsets look fine, now that I have the correct format. Thanks! Cheers! Luke
  7. The numbers seem a little unusual, but it could be on my end. Can I assume that the lat/long are in the same format as 05B0 and 05B8? Cheers! Luke
  8. Many thanks! I'll give this a test over the next few days. Cheers Luke
  9. I am suspicious of the address. It looks like you inadvertently treating a variable storing a value as a pointer. Cheers! Luke
  10. Thanks. What (I think) I'm looking for is the Lat/Long/Alt of the eyepoint itself, rather than relative to the reference frame. Cheers!
  11. Sounds good! Thanks!
  12. I believe I'm looking for the SimConnnect variable "EYEPOINT POSITION" - not sure if that is equivalent to what it was in FS9. Cheers! Luke
  13. Just a friendly bump so that we don't lose visibility of this. Is there anything else I can do to help with this? Cheers!
  14. Do you have the right encoding? These are 16-bit unicode characters IIRC. Cheers!
  15. Just for read, please - I believe the offset was used for this purpose before, it's just not available post-FS9. IIRC the data is available via SimConnect. Cheers! Luke
  16. An enhancement request - would it be possible to add offset 05B0 back into FSUIPC5? I believe there's a simconnect structure that allows one to read the position of the viewpoint, and it would be quite helpful to me. Cheers! Luke
  17. I've noticed it as well. In a shell the > character tells it to redirect output. I think you may find a file called "4000" in that directory. Cheers!
  18. Here's an updated script to log subsets of LVARs. It allows you to filter LVARs based on the presence of one of several substrings, does periodic rescans of new/removed LVARs and is written in a bit more of a modular fashion. Right now it's set to log GSX and TFDi 717 FCP LVARs as an example, but you can do whatever you want with it. Cheers! LogLVars.lua
  19. I did some hacking around and it looks like the issue is slightly different - the window can be created but I'm not logging to it (even though I am to the log and they should occur together). I like the scripts because they give me a window into the LVARs being used and how their state changes, but I always need to hack up the raw versions since there are usually a lot of LVARs and I only care if a subset of them change (usually related to the aircraft/add-on I am reverse engineering). I'll see if I can modularlize the script a little and add some enhancements (filtering, rescanning of LVARs, etc) and then submit it back to you. I haven't learned a new language in a while. I suppose my brain needs some exercise. 😕 Appreciate your help! Cheers!
  20. It was already enabled. What's odd is that when I fire off this LUA script and it's supposed to be logging, I can't ALT-TAB easily out of the sim, it's like something is stealing back focus (maybe the errant window suppression code?) What's also interesting is that I can see all of the GSX menus without issue - would those be suppressed as well? Cheers!
  21. Sorry, what is the option name? I don't have MessageText in my INI. Cheers!
  22. Pete - is your log_lvars supposed to log to the sim window? I recall it doing so but the latest version I downloaded today with the installer does not appear to do so. I know it's being triggered correctly since it writes to the FSUIPC log. Is this expected? Here's the script and the log file. Cheers! Luke FSUIPC5.log log_lvars.lua
  23. Sorry... been busy a few days and I needed to pay closer attention here. For clarification (and this may confuse things...) I'm just using your LUA script as a debugging tool; I'm reading the LVARs via offsets and this is the use case I'm primarily concerned about. I think my next steps are to hack up spokes' LUA script to monitor the specific GSX LVAR, and then compare to what I'm doing via the offsets. Cheers!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.