-
IniBuilds A320v2 Streamdeck
OK thank you for the advice I will have a look 🙂
-
IniBuilds A320v2 Streamdeck
This has worked perfect thank you. This should hopefully be the last question on this... how would i go about finding/writing a variable to read this back so the button on the streamdeck displays correctly even if i accidently press something in the sim not on the device?
-
IniBuilds A320v2 Streamdeck
Good Evening All, I have now took on what seems to be a mammoth task of setting up the A320, after getting used to BVars in the Asobo 152 and 172 i thought "it maybe time consuming but how hard can it be" 🙂 that was a mistake haha. I have had a look at "watch sim events" and a lot don't come up at all so i thought ill jump into developer mode and try looking for the BVars in behaviours, a good many of them work as expected when doing the previous profiles but a huge amount dont seem to so i took to flightsim.to to download a profile and have a look see how others have done it. I then got inspired to have a go but ended up rather confused. (I am still very new so not hard 🙂) I took a look at some of the scripts for simple button presses for example (L:INI_APU_BLEED_BUTTON, number) ! (>L:INI_APU_BLEED_BUTTON, number) (L:__APU_BLEEDIsPressed, number) ! (>L:__APU_BLEEDIsPressed, number) This pushes the APU Bleed as expected so i thought id try and find the information through developer mode to do a button that isnt mapped on the profile i was looking at so i started right at the top - Blue Pump Ovrd Guard Opened behaviours and hit CTRL+G to have a look and found the following in Mouse reacts (L:__SVC_BLUE_PUMP_OVRD_GUARD_State) ! (>L:__SVC_BLUE_PUMP_OVRD_GUARD_State) (L:__SVC_BLUE_PUMP_OVRD_GUARDIsPressed) ! (>L:__SVC_BLUE_PUMP_OVRD_GUARDIsPressed) I thought this looks similar i will give it a go... but when copy and pasting to use as a S: on a toggle button - Nothing happens Would someone be able to talk me through extracting the information i need from this/the sim and how to turn it into a workable function - hopefully if im talked through 1 function i maybe able to make a lot of progress with other buttons using the same technique? Thanks as always - this is a great community to be a part of and the help is amazing.
-
C-152 Help
Thank you. I suppose it doesn't. I'll give it a go at writing a script. Thank you
-
C-152 Help
I can't remember if I tried this last night ill have another look on the simulator as soon as put it on after lunch. I'm so close to finishing the whole profile now luckily and have leart alot so thank you again for the support you give the community.
-
C-152 Help
I was hoping based on how I've laid the buttons out - 1 to increase and 1 to decrease each of the 4 dials that I could put a text guage between each set displaying the individual number for each Dial.
-
C-152 Help
Thank you for the reply All the BVars for some reason had stopped working and when i have restarted the sim this morning they're all working fine so I must've written them correctly at the time but something had stopped all of them working. All that I can't find is a variable to read for each Dial to display the transponder value for each Dial in a text guage. I've got the transponder mode Dial to turn OK but there is an identify button on the right of it that turns red when you click to identify.. I've got the function to work on a toggle button but I can't seem to find a variable to read whether the button is on or off to swap the image in the streamdeck. Thanks as always
-
C-152 Help
Hi, Firstly I want to thank you for introducing me to BVar theybhave made life much easier I'm almost finished with the C-152 profile now and I may share it for others as I have mapped almost every function of the Asobo aircraft so far. I am struggling with a few last functions on the streamdeck all to do with the transponder Firstly I have used a toggle for the identify on the XPDR which works fine but I can't find a variable that works to tell my streamdeck if it's on or off. Secondly I am struggling with the actual transponder dials I have used BVar NAVCOM_Transponder_Code_THOUSANDS_Inc but nothing happens... would you have any advice or solution to this... and would you know the variable for me to read the value back to a separate text guage? Thanks for the support as always.. as I say i will share the profile with the community once done to help others get started.
-
C-152 Carb Heat Lever
Amazing. Thank you for your patience and support
-
C-152 Carb Heat Lever
So Sorry for the 2nd question of the day but This is the last 2 buttons I need to finish the panels page of my C-152 before attempting to learn how to map the radios 😞 (God Help Me) I am having some success with this but it seems to be acting a little strange and I don't know enough about the scripting yet to locate the issue. I am trying to increase the carb heat by 5% at a time with each button press using an event button. (IE:DEICE_ENGINE_1) 0.05 + 1 min (>IE:DEICE_ENGINE_1) This pulls the lever out 5% on the first press as I want it to.... but then on the second press it comes all the way out to 100% Thanks and sorry to be a pain, I will pick this up I'm sure.
-
C-152 MSFS2024 - Glareshield Lighting
Thank you so much As soon as I get home I will give this a try!! Hopefully over the coming weeks I'll get a deeper understanding as this is the first time I've ever tried anything like this. 😀
-
C-152 MSFS2024 - Glareshield Lighting
Thank you that does look a much simpler way to write it. Im struggling with the glareshield woth it not being a potentiometer but I'll try what you've suggested to find it on Dev mode.. Managed every thing I wanted so far with the 152 but the glareshield of all things has alluded me haha Thank you for the advice and thanks for the awesome programme as its adding so much more to the hobby.
-
C-152 MSFS2024 - Glareshield Lighting
Hi Everyone, New here and very new to stream deck, I have spent a few days playing around with it using AAO and have managed to work out quite a lot so far however one thing seems to be causing me quite the headache. Adjusting the glareshield lighting!! I want to have 2 buttons for this - one to increase the lighting by 10% and one to decrease by 10% - I know I also need to put limits in to stop it going over 100% and definitely to stop it going below 0% so I found a video on YouTube by Keith Butcher that has been very helpful with almost everything I've learnt this week with the exception of the glareshield. In the Video he writes scripts for potentiometers which all make sense to me including the upper and lower limits however the events and variables for the glareshield seem to be confusing me as it has its own and not a potentiometer. The script in the video was (A:LIGHT POTENTIOMETER:3, PERCENT) 90 <= if{(A:LIGHT POTENTIOMETER:3, PERCENT) 10 + 3 (>K:2:LIGHT_POTENTIOMETER_SET)} This works in my sim for the correct potentiometers but for the life of me I cannot seem to get the right events and variables for the glareshield into a format like this. As I say I'm very new so I'm really hoping someone has a script that will do what I'm hoping that I can copy from maybe with an explanation of how it works to help me understand maybe where I have gone wrong. Thank you in advance to anyone who can help 🙂
Sanguinus0014
Members
-
Joined
-
Last visited