Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. Did you happen to hit cancel or stop in ACARS? It's an API call
  2. Nabeel

    How to install?

    Sorry I'm having trouble understanding. See if this helps: http://docs.phpvms.net/setup/installation
  3. Is it v7? Need more details than that.
  4. Can you send me the whole dat file? If there are multiple airports in there, I want to make sure I'm parsing them all correctly.
  5. Nabeel

    Another flight

    Can you attach the dat files? I wonder if there's something else that's also in that file format that I'm not parsing correctly.
  6. There will be lookup functionality. But having every single airport loaded up locally isn't a good idea for performance reasons. I'm sure someone will create a complete database that can be imported (the lookup in vacentral is something like 58k airports, you're going to kill your server)
  7. Thanks, I'm looking at these in the other topic
  8. Nabeel

    Another flight

    That Laravel error is unrelated but I fixed it in the latest dev. That error means it can't be found in the scenery lookup. Which airport and is it an addon?
  9. Nabeel

    Another flight

    Those "Cleared UDP Buffer" messages are interesting... do you remember seeing a drop in framerates then? That message means that it was taking it some time to process events and it needed to flush what was queued to catch up.
  10. Nabeel

    Another flight

    When/where you set the parking brake shouldn't really matter, unless you want it to try to detect the gate. I've seen this happen sometimes. I've been refactoring internally a ton because the way I have the navigation internally is a little wonky and I'm seeing some weird behaviors like this. I like the idea of having a "complete flight" button instead of trying to do it automatically, an extra click won't matter.
  11. Ah got it, yeah that is more of a crappy grammar thing. I will take a look at that rule. What aircraft were you using?
  12. Hmm, maybe I should block deleting of airlines if there are assets tied to them
  13. There is a download available with all of the dependencies already installed - check the Downloads section
  14. Sorry, your bulleted notes, are those all working or there were errors with those?
  15. Maybe put a log message to see if it's actually finding it.
  16. Yeah. Hit me up on Discord
  17. Recommended way on all is using docker compose
  18. Yeah it has! And nope, it does not
  19. The one I'm working on has xp support
  20. VMSAcars modules is part of the ACARS I'm writing.
  21. VMSAcars is a paid ACARS solution I'm working on. It's not ready yet, but there is an add-on component which I'm testing in the demo space.
  22. The user needs to get the API key from their profile, and then enter it into your app. Then the app should use that key to access the API. Your app shouldn't be trying to do any logging in or parsing for the API key... that's the point of having it, so you don't need to do that.
×
×
  • Create New...