Jump to content

buedi

Members
  • Content Count

    114
  • Donations

    $0.00 
  • Joined

  • Last visited

Everything posted by buedi

  1. @KL791 I just saw here that FBW would be happy to integrate Software of other Developers into their FBW Installer. I am not sure how you licensed GAIST, but if it fits, would be a convenient way for many users to get the latest and greatest of GAIST. I just updated my GAIST Installation from one of the other 2 sites you mentioned and I happily will do in the future. I just wanted to give you a note of what could be possible additionally, if there is interest ๐Ÿ™‚ Thanks for letting us use GAIST for free, it is an awesome package and I can see that you and all the contributors are putting a lot of love into it. I appreciate that very much!
  2. Since the in-game Marketplace seems to have its sale too now, I got myself a treat with Campout. Gotta relax a bit in nature after an exciting landing in the Bush ๐Ÿ™‚
  3. @burns This is for Axis & Ohs, not FSUIPC ๐Ÿ˜‰
  4. Now I wondered how you came up with L:CollectiveGrip, Percent. Stupid me forgot to do a "Scripting --> Read LVARS from Sim". The last time I did that was long before Helicopters were introduced. I put that on my Checklist now to do after each Sim Update or when I add new Aircraft ๐Ÿ˜‰ However, after Reading the LVARS from the Sim, I can find the "L:CollectiveGrip, Number" LVAR... but not hte Percent one you mentioned. But if I use this one, I have the same outcome. So I could have helped myself (gain) if I just let A&O read the LVARs from the sim! Anyway... how did you come up with the Percent one? You surely had another approach and it could help me in the future if I know how you found that one ๐Ÿ˜‰ Thanks for your quick reply Lorby, I appreciate that very much ๐Ÿ™‚
  5. Yeah, Collective is there just in the Axis selection. But I was not able to find the one for the throttle yet. The throttle in the Bell is on the front part (twistable section) of the collective. I think I will have to start the Dev mode in MSFS and search for the VARs that change when I twist the throttle with my mouse. There must be something ๐Ÿ™‚ Luckily the Throttle on a Helicopter is nothing you modify all the time when you fly one with a governor, so it is more for startup and shutdown procedures, so I was able to take it for a spin at least to see how it handles ๐Ÿ™‚
  6. Hi everyone, did anyone yet figure out how to map the Throttle of the new Helicopters (the Bell 407 in this case) to an axis? I tried all kind of Axis for Throttle, Prop and what not and did not figure it out yet. Any VARs I could look out for? Thank you very much ๐Ÿ™‚
  7. That is what I thought, adjusted it and it did not help... but... Now it clicked! Groupname-Scriptname... you did not just pick a random name for the Variable, it depends on how you create / name your Scripts! Silly me named my Script different than you did in your suggestion, that is why I could not figure out how that Variable can be filled at all. I changed the Variable to reflect my Group and Scriptname and now all comes together ๐Ÿ™‚ Apart from the LVar to BVar chapter, I only was on page 31 yet. I should have read quicker. Now everything makes sense. It blows my mind how much functionality you stuffed into Axis and Ohs. Genius! Thank you for your patience. I learned a lot and I think I got the basics now to further refine my Templates. One last question: A&Os crashed a few times today while clicking around in the GUI and 2 times when I stopped the Simulator. The Event Log messages sometimes show a .NET Stack, but I guess those are not super helpful. Does it make sense to send you information about crashes and if yes, what kind of information could help you when I encounter one?
  8. I start to feel really ashamed to ask. Your sample does indeed move the Lever now in the Sim. I also read the LVar to BVar part of the manual and was able to hook everything up so far. The only thing I do not understand yet ist what the (L:C208-Condition) does. From where does it gets its value? If I leave it like that and assign it to a button or axis, checking the LocalVariable via the Dev Mode, the Variable AAO_Fuel_1_Condition_Lever gets set to 0 and the "Condition_Lever_CutOff_1" variable is set to 2, which results in High Idle (no Idea why it is in reverse btw). If I change your line to: 0 (>L:AAO_Fuel_1_Condition_Lever,ยทNumber) = that gives me High Idle with Condition_Lever_CutOff_1 set to 2 1 (>L:AAO_Fuel_1_Condition_Lever,ยทNumber) = that gives me Low Idle with Condition_Lever_CutOff_1 set to 1 2 (>L:AAO_Fuel_1_Condition_Lever,ยทNumber) = gives me Idle Cut Off with Condition_Lever_CutOff_1 set to 0 I am sure your thinking was that if I add that Script to an axis, the L:C208-Condition gets filled with a value when the Axis travels a Distance X. But I can not figure out how to fill the L: Variable with the values. I could, however, create 3 Scripts now and assign each to the Axis I want and make adjustments with the blue Triangles, but I have the feeling there is an easier solution and transfer values from axis movements directly to the L:C208-Condition variable, right?
  9. I did not dig deep enough yet, my first few attempts were with the Fuel Pump system and I tried to match them between A&O and the SDK Documentation. But then SimConnect probably exports them different than what is mentioned in the Documentation (or I use the wrong Documentation). One Example is here: https://imgur.com/a/m24v3c9 (Edit: I just found out that in the MSFS SDK what I need is not in the Aircraft Simvars Chapter, but in the Event IDs Chapter, at least I see matches there!) But since I can run A&O + the Sim in Parallel and can test every change as I make it in A&O, that makes it easy to try a few and see what happens. Much better than exiting into a Menu, change something, get back to the Aircraft etc. ๐Ÿ™‚ I have just seen your edit about the Reverse Toggle! Totally missed that. Another reason to dig into the Scripts. And what you suspect makes absolute sense. The reverse toggle should work for multi-engine Aircrafts too, so it is highly likely that it needs an index!
  10. Thank you very much for your samples. I will try that! And sorry, I was not aware that it works like this. I had the impression a button assignment within MSFS also just triggers one of the Variables, but in the last hour I also found out that the Vars from the SDK documentation are not exactly the Vars we have in A&Os (at least naming wise). There's a lot to learn! I have seen the LVar to BVar topic in the Manual, time to dive in I guess ๐Ÿ™‚
  11. I am currently running through all my plane types and try to configure everything I need. Condition Lever For normal single Prop planes, I mapped "Mixture 1" to one of my axis and can move the Mixture lever fine. When I switch to a Turbo Prop (like the 208), I expected the Condition lever to move with the same axis and setting, but it does not. When not using A&O, within MSFS I only configured Mixture to that Axis and it works for both Prop and Turob Prop planes. I also can not find something remotely named Condition or Cond in the A&O Axis lists. I am sure I am missing something and this is an easy fix. Toggle Reverse In MSFS default settings I configured 2 Buttons called Propeller Reverse Toggle and Throttle Reverse Toggle. It works like this: You pull back on your Throttle / Prop until idle, press the Toggle switch and then you advance the Throttle / Prop axis again and MSFS moves it back into the Reverse / Feather positions. To get out, you pull back on your Axis again and press the Toggle button. Within A&O I defined the PROPELLER_REVERSE_TOGGLE and THROTTLE_REVERSE_TOGGLE to 2 different buttons, but I can not get it to work as expected. No matter if I press the Toggle Buttons or not, the Throttle and Prop Axis always move in the same range (that is all above Reverse / Feather). Can I check in the Sim (Dev console?) if the Event gets even forwarded to MSFS?
  12. Maybe it helps other new users, because this cost me some time today ๐Ÿ™‚ If you set up your base Axis in A&Os and if you have pedals with toe brakes, you might also want to configure them in A&O of course. In my case (Saitek Pro Flight Combat Rudder Pedals) it was a bit different than expected. When you configure your Axis assignment for the Toe brakes, I selected "BRAKE LEFT / BRAKE RIGHT" from the simulator axis field. This did not work for me. Although A&O showed the movement of my pedals, somehow it did not get forwarded to the sim in my case. No matter if modded planes or default. Instead, when configuring the Axis assignment, I had to use the AXIS_LEFT_BRAKE_SET / AXIS_RIGHT_BRAKE_SET from the "simulator event" field. This could have worked right away without me spending another 45 minutes fiddling around with Axis Min / Max values, update values, reversing and what not if I HAD RELEASED THE PARKING BRAKE! Do it! I wondered why the pedals had erratic movement in the sim and it was all because I forgot to release the word not allowed parking brakes ๐Ÿคฃ
  13. @Lorby_SI That fixed it! I have the screens back again in the CJ4! And by the way: A&O does not need to run for them to work. Awesome! Thank you very much ๐Ÿ™‚ Oh, and I got myself a License. I am not saying that to brag, I just want to let you know the reasons because I think it is important to let business owners know what drove a customer to buy that specific product: It was not an impulse buy, I am thinking about getting one of the Tools like that for a bit because switching planes means switching control schemes in MSFS. Also I have a lot of 3-way switches that I was not able to configure to my liking within MSFS. It was not this thread that pushed me to A&O, although it showed how you care, even for non-customers! I followed numerous discussions in the last weeks about A&O and similar tools. What I like is that you chime in here and there and give tips, but never make the impression you are marketing your product. Quite contrary. It seems important to you that everybody tries it first before buy to make sure it is for them. That makes you on one side look very confident that you have a good product and on the other side look like a very honest and respectable business man. A happy customer seems more important to you than another customer. There is no subscription! Really, I got a bit sad when I read the post of a guy who got another product, just to find out afterwards that he only has rented it for a year. I watched Videos about how it works before I downloaded the Demo and then spotted in the Demo that you added tons of more options and features to configure input devices. I saw that your product still gets improved and updated. That is very important for me, not only to get more options in the future, but a living product makes me confident that when the next MSFS update breakes something, there is a person behind A&O that cares and will try to fix issues. I read this thread and was really impressed by your responses. First you were confident that it is not possible to implement as a feature, but provided a workaround in form of a script, only to come back later: Oh, I had an Idea and put it into the next version! Providing a workaround would have been enough for everyone finding that thread and having the same issue. But then walking the extra mile to think about it again, finding a solution (and admitting that your first impression that it is not possible might have been wrong), implementing it in the next version and making your product better and easier to use in that process is next level development and customer care. Thank you for providing a great product to the MSFS community and running an honest and fair business ๐Ÿ™‚
  14. I think they are different enough for many to get both, and in my opinion they are not comparable. But for me it is the BAE only. I never do very long flights and the 737 will be very modern with a full glass cockpit as far as I know. The BAE has a bit of a vintage feel to me, which I like in the planes I fly and it seems to be more fitting to the shorter flights I usually do. IF I ever do a longer flight, I have the FBW A320 which is complex enough for something I might only do once or twice a year and the price is unbeatable. I think both planes are different enough that they will have their own target audience and some people will get both. Personally I would think about thoroughly what I really enjoy more and get the plane that fits my style rather than grabbing the first one that gets released. And IF you want to get the first one released, I would advise to get the first one released as a complete product, but that is of course just my opinion ๐Ÿ˜‰
  15. Awesome! Thank you very much! I will have to leave now, but I will try tomorrow and report back. Promised! ๐Ÿ™‚
  16. No, nothing. That is why I downloaded the FMC and WT CJ4 mod again and disabled all my mods except the 3 mentioned. To make sure no other mod interferes with that. I can not think of anything that I am doing different than with the A320 and 737/787. It should not matter if A&O runs for what is happening within the Sim, right? I currently only have the Demo, but when it does not run, MSFS should not care / know, right? Edit: I also did not change the Default name of th Mod Directory. It starts with zzz and should load last, after the CJ4.
  17. Back from my Test "flights". I downloaded both mods again, made sure the ZIP File is unblocked before extracting, cleaned out the old Mods and put the freshly downloaded files into the Community Folder. I still had the same issue. Then I disabled all mods, except the WT CJ4, your content-hooks and the FMC Mod and fired up MSFS again. Still the same issue. Then I only disabled the FMC Mod, and the displays in the CJ4 are back Online again. But if I am the only one with that problem, please do not invest time here. Some update on either side might fix it in the future. It is just funny because it works fine for the A320, 737 and 787... and the only one I fly is the CJ4 LOL. No worries though, the FMC mod is a freebie and I do not expect that you put time into that.
  18. Strange, but good to hear it works on your side. So it must be something on my side. Yes, the package_version in my CJ4 Mod reads 0.12.12 and the package_version of your FMC Mod reads 0.1.1. I will completely remove both and download again then. Iยดll report back. Thanks for testing it ๐Ÿ™‚
  19. Hi there, I downloaded the A&O Demo for testing purposes. So far everything is good, except one thing that might not even be supported. It is an issue regarding the FMC Web Api Sample available on the A&O Webpage. I have read the Disclaimer on the Download page, but I hope it is still allowed to ask questions. As soon as I put the CJ4 FMC mod into my Community Folder, all Displays in my WT CJ4 (12.12, current version) are black. If I remove the Mod, they work again. This is with or without A&O running. The other FMC Exports I tried (747, 787) work fine and cause no issues. So I wonder if the CJ4 FMC Export mod is just for an earlier version of the WT CJ4, but then others should have the same problem I guess? Did someone try it recently and can tell me if it works for him? Kind regards!
  20. @CaptainSpeaking I created another Icon... well... sort of. I picked a Radio Icon published under Creative Commons, imported it into Inkscape and removed the Transparency in some parts to make it look nicer in LNM. I uploaded it into my Google Drive, so you can pick it up if you want. With both Icons now, we can see the Radio and Radio Navigation Stations in LNM with their own symbols. I modified the .csv File reflecting the Icon name and imported it into LNM. I will try to attach / link a Screenshot in a minute to show how it looks now ๐Ÿ™‚ Here is the URL to download the SVG for Radio Stations. And here is a sample Screenshot with LNM with both Icons in use.
  21. The site was down for me too, but then it loaded and it is still not showing in the Shop for me. Maybe just a hiccup. Release was planned for 1600Z and the site went dead the first time for me at around 1500Z. Probably a few people in UTC+0100 Timezone thought it should be released and hugged the site to the death? ๐Ÿ™‚
  22. Same for me. I was super hyped and since what I have heard from other Developers that have released planes for MSFS regarding sales numbers this was a plane I was sure to get, until I saw the price. I have a pretty full DCS Hangar and purchased numerous AdOns for all the Flight Simulators that came out since 2.0, but I feel the niche pricing time could be over with the insane sales MSFS seems to produce. But of course it's the choice of the Developer what to charge and it is my choice to pass on something or not. I am not saying I expect them to lower the price, it is fully their choice and I respect that. Just no buy from me for now, maybe when it gets a huge discount in a sale (if they ever do one). I am getting the Wing42 Boeing this weekend, so I will be busy for the next weeks anyway ๐Ÿ™‚
  23. Since it is not released yet (but some time today I hope), I am watching the Recording of this Stream right now and although I have seen a lot, he still shows new stuff I have not seen before. And we have the Devs in the Chat too ๐Ÿ™‚
  24. Hi Eric! First, Thank you very much for what you are doing for the Community! Thanks to you I learned a lot in the recent days about the Radio Range Navigation and when I think I have mastered it, there is also your Celestial Navigation Mod to discover. Something I am eager to try also ๐Ÿ™‚ Regarding the Icon, I just picked the orientation from the Radio Facilities USA 1944.pdf you include in your mod. On page 4 on the right where the Symbols are shown is the version I thought would be appropriate to use. I do not think it is possible to show it dynamically in the correct orientation of the real "Beams" like in the Charts from 1944 you include in your Mod. But at least we now we can distinguish them from the TACANs ๐Ÿ™‚
ร—
ร—
  • Create New...