Jump to content

All Activity

This stream auto-updates     

  1. Past hour
  2. My own assets (plugin, graphics etc. from the AAO website) are all freeware, you can do as you wish.
  3. Shots, I do not get this with stock engine: https://share.icloud.com/photos/098JqsEAEMmoP9G9W7E6Nja_A
  4. +1 for not using rolling cache. My sim has run much better since I stopped using it.
  5. Would you mind if I used your button background image in this profile if I share it for free on Flightsim.to?
  6. It's working! Thank you again for your help, really appreciate it.
  7. Same as Ixoye. I stopped using rolling cache because those intermittent stutters - a battle with windmills LOL
  8. Your sceneries are absolutely stunning. I'm a transplant from Ohio, and your sceneries make it an adventure flying from one to another. Thank you so much for sharing.
  9. Stop using rolling cache, it does more harm than good.
  10. Btw. you can test variables in AAO first. "Scripting -> Watch simulator variables -> Select variable->Doubleclick". This will tell you what the variable in question will return. Click on the variable and you can edit it in the textbox, for example to add the index.
  11. Yes, I just found out myself. This variable is an indexed one, but the SDK doc doesn't tell (the MSFS SDK documentation is famous for this kind of thing) (A:NAV IDENT:1, String) Supplying the index of the radio will make it work.
  12. 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.
  13. And I hope you guys make a ton of money. well deserved!
  14. 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!
  15. 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
  16. 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.
  17. 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"
  18. 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
  19. 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".
  20. Since we have a new thread on the release of the Duke, I'm locking this one down.
  21. 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.
  22. Then I deleted rolling casche and it was perfectly smooth again. Does anyone know why this happens? I have a Ryzen 9 4080 card.
  23. 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....
  24. 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.
  1. Load more activity
×
×
  • Create New...