Jump to content

All Activity

This stream auto-updates     

  1. Past hour
  2. I had actually tried that but it didn't display anything, which is why I thought I needed a special formatting to display letters instead of numbers but 'String' must be it. Can you see why it might not be working? This frequency shows as IBMH in sim but not on the display of the Stream Deck profile.
  3. And I hope you guys make a ton of money. well deserved!
  4. Maintenance done and the website is live again. Really sorry for the initial hiccup there. Too manty trying to get through the doors as soon as they released. We've increase capacity so things should be better now. Won't be ultra-fast to start with but moving a lot better now. Hope you all get what you're after!
  5. Thanks Nico. I've also had a reply from Dave_YVR in which he suggests turning Soft Parking off. Will give that a try and see what happens. Ian
  6. I can't quite understand you, but what I'm trying to guess is to make the start and finish respecting the circuit but managing to do it in a way that saves distance. For example here if I go to the yellow point I do this which would be the right thing to do.... And don't do this... And here if I go to the yellow point I don't do this... I would just take the outbound leg here, then the downwind leg and take that course to the yellow point. If so, I appreciate the clarification.
  7. Select "A:" then type "NAV IDENT, String" in the box. Be mindful of the space characters, with AAO every little thing counts. Either get it right or it won't work, AAO is very unforgiving. Every variable requires a unit to work correctly. The syntax is "(type:name, unit)". There is an exception for LVars, see AAO manual, chapter Scripting, section about LVars. Example: in the SDK doc, the variable right below this one is (A:NAV LOCALIZER, Degrees) Units aren't fixed values, the SDK spec just names the default. You can supply different units and the simulator will convert the value internally. Example: (A:NAV LOCALIZER, Radians) or (A:PLANE ALTITUDE, Meters) etc. The default Unit for a numerical variable is ", Number", that will always yield a result. For string variables it is ", String"
  8. I found the reference in the SDK here but I don't know how to display it correctly. Could you please help me understand what I need to add? NAV IDENT ICAO code. String
  9. You have to supply a unit with every variable, see the MSFS SDK documentation that I sent you earlier. In this case it would be ", String".
  10. Since we have a new thread on the release of the Duke, I'm locking this one down.
  11. That is probably a setting you haven't turned off in the sim or one that you haven't turned off in PSXT. In the sim it is the Ground Aircraft Density has to be always set to 0 otherwise you get EXACTLY as you described. Other than that, in PSXT ensure that you don't have Soft Parking enabled.
  12. Then I deleted rolling casche and it was perfectly smooth again. Does anyone know why this happens? I have a Ryzen 9 4080 card.
  13. No that is not possible yet. However I could add a "Fake" checkbox with which to switch it off/on and let it be remembered in the learned airport file, just like parking percentage, ILO, park soft, etc....
  14. Without your help and your add-on, I wouldn't have been able to programme a full profile within a few hours, so I am very grateful. 1. Is it possible to query the NAV1 IDENT NAME somehow? I'd like to display that below the frequency using letters e.g. IBHO, see image below.
  15. Btw. your scripts could use a few more space characters. If the text you posted above are the actual script code, then they are syntactically incorrect. For examle: "if{" must be enclosed in space characters on both sides, same as "els{" and the closing braces must also have a space left and right " } " The Unit is always separated by "Comma-Space" from the variable name Variables and events should be written the same way everywhere, using the same upper/lower case characters for both the names and the units. Otherwise AAO treats them as separate variables. (L:XMLVAR_SpeedIsManuallySet, Bool) if{ (A:AUTOPILOT MANAGED SPEED IN MACH, Bool) if{ 'MACH' } els{ 'IAS' } } els{ ' ' } Be mindful of performance, keep an eye on the CPU load caused by the StreamDeck software. The more complex these Actions become, the more power they need. If possible, use simpler assets (we don't have a lot of choice on the Plus, but with the other actions, a Toggle is more lightweight than a MultiGauge) (Yes, I know, the RPN parser in AAO is quite dumb. It was made like that on purpose, to save on performance. Of course it would be possible to re-format and re-parse every piece of code that the user writes - but that would have to happen every time the code is sent to the processing module! I'd rather force the user to get it exactly right than to slow down the app.)
  16. LE-A (00001) by JanKees Blom, on Flickr LE-A (00004) by JanKees Blom, on Flickr LE-A (00003) by JanKees Blom, on Flickr LE-A (00007) by JanKees Blom, on Flickr LE-A (00008) by JanKees Blom, on Flickr
  17. newtie

    ORBX.

    I think the installer, from their point of view, is only part of the problem. Some unknown change in V6 could really mess up their scenery and they don't want to be on the hook for fixing it. I get that. I can hear it now, "The installer screwed up my scenery!"
  18. Apologies, was a bad cut and paste on my end. I am using slot index :0 for everything now. The hammer you built is the best in the business BTW! I think tearing this down and always honoring the use of a visibility variable (on or off) will get the job done. WIll report back after I flush it out. Thanks.
  19. I've flown the absolute word not allowed out of the Turbine Duke. Ryen, you're the go to guy here...What's the range difference between the two?
  20. Hi Nico Is it possible to switch off the fake parked aircraft parameter? I am getting lots of random GA and business jets parking at various military airfields-spoils the immersion a bit Ian
  21. That sounds like a good idea. To be honest, I don't make a lot of these myself. I only supply the hammer, I don't build the house. I have to rely on the feedback from the profile authors. But in this case, there hasn't been any mention of this effect. Very strange.
  22. Yes, #15 is a winner! But all the cloud shots look really good.
  23. I just managed to pay for bundle and site crashed LOL
  1. Load more activity
×
×
  • Create New...