testorius Posted January 19 Share Posted January 19 Is there a binding of the cargo doors to the msfs standard controls options? i would like to be able to control them from the outside via the bravo. Link to comment Share on other sites More sharing options...
Root Admin Mathijs Kok Posted January 19 Root Admin Share Posted January 19 Will try to find out! Link to comment Share on other sites More sharing options...
testorius Posted January 19 Author Share Posted January 19 vor 5 Minuten, Mathijs Kok sagte: Will try to find out! Thank you. Key combination would also be ok, then I do it via VoiceAttack. Link to comment Share on other sites More sharing options...
Aerosoft SimWare Posted January 19 Aerosoft Share Posted January 19 5 minutes ago, testorius said: Thank you. Key combination would also be ok, then I do it via VoiceAttack. Hi Testorius, There are apparently no cargo door functions in MSFS, however there are several variables (L-Vars) pertaining to the doors operation. Are you able to address L-Vars somehow ? Best regards. Link to comment Share on other sites More sharing options...
testorius Posted January 19 Author Share Posted January 19 vor 27 Minuten, SimWare sagte: Are you able to address L-Vars somehow ? Hi Simware, I would have to try that. With which variables could you move Cargo FWD, for example? Greetings Link to comment Share on other sites More sharing options...
Aerosoft SimWare Posted January 19 Aerosoft Share Posted January 19 Hi Testorius, Here is a screenshot of available L-vars in AAO : You may need to experiment wih them. Let me know if you really can't get what you want. ☺☺ 2 Link to comment Share on other sites More sharing options...
testorius Posted January 19 Author Share Posted January 19 SimWare, If I find time to test and this one is successful, I will report it. Thank you in advance. Greetings 1 1 Link to comment Share on other sites More sharing options...
Aerosoft SimWare Posted January 19 Aerosoft Share Posted January 19 32 minutes ago, testorius said: SimWare, If I find time to test and this one is successful, I will report it. Thank you in advance. Greetings Got it for you : Opening : 100·(>L:DHC6_CARGO_DOOR,·Number) Closing : 0·(>L:DHC6_CARGO_DOOR,·Number) Link to comment Share on other sites More sharing options...
Aerosoft SimWare Posted January 19 Aerosoft Share Posted January 19 Here you go : 1 Link to comment Share on other sites More sharing options...
testorius Posted January 19 Author Share Posted January 19 Grandiose, this was exactly the missing building block. Create in AAO a script, assign keys and I can address them via VoiceAttack. Every exterior check will be a joy. 🙂 Many thanks! 1 Link to comment Share on other sites More sharing options...
Aerosoft SimWare Posted January 19 Aerosoft Share Posted January 19 You are welcome. As you will see, the number you assign to the L-Var will modulate the door opening. In other words, the opening angle of the door is proportionnal to the number assigned to the L-Var. Have fun flights. 1 Link to comment Share on other sites More sharing options...
testorius Posted January 19 Author Share Posted January 19 Thanks to your help, everything worked fine. 🙂 Here is the result of your engegement (Speech only, without keys). One more question about the people in the cockpit. How do I get them invisible? Edit You can only hear the system sound now in window mode for the movie. It has disappeared in the in-game full screen. 🙂 2 Link to comment Share on other sites More sharing options...
Aerosoft SimWare Posted January 19 Aerosoft Share Posted January 19 Hi Testorius, This is cool ! Really like it. Thanks for sharing. Best regards. 1 Link to comment Share on other sites More sharing options...
UnsealedKarma Posted January 23 Share Posted January 23 To get the wind sound from the door to work you need to activate the door_opening and door_closing as well. 1 Link to comment Share on other sites More sharing options...
Aerosoft SimWare Posted January 24 Aerosoft Share Posted January 24 15 hours ago, UnsealedKarma said: To get the wind sound from the door to work you need to activate the door_opening and door_closing as well. Cool ! ☺☺ Thanks for sharing. Link to comment Share on other sites More sharing options...
UnsealedKarma Posted January 24 Share Posted January 24 It seems the door_opening and door_closing need to be reset to 0. Here is a RPN script for AAO for opening the cabin door. It should work for both pax and cargo versions. (L:DHC6_PAX_DOOR,·numbers)·(L:DHC6_CARGO_DOOR,·numbers)·+·0·==·if{· 100·(>L:DHC6_PAX_DOOR,·numbers)·1·(>L:DHC6_PAX_DOOR_OPENING,·numbers)·100· (>L:DHC6_CARGO_DOOR,·numbers)·1·(>L:DHC6_CARGO_DOOR_OPENING,·numbers)·}·els{· 0·(>L:DHC6_PAX_DOOR,·numbers)·1·(>L:DHC6_PAX_DOOR_CLOSING,·numbers)· 0·(>L:DHC6_CARGO_DOOR,·numbers)·1·(>L:DHC6_CARGO_DOOR_CLOSING,·numbers)·0·(>L:DHC6_CARGO_DOOR_CLOSING,·numbers)·} (SLEEP:8000)·0·(>L:DHC6_PAX_DOOR_OPENING,·numbers)·0··(>L:DHC6_PAX_DOOR_CLOSING,·numbers)·0·(>L:DHC6_CARGO_DOOR_CLOSING,·numbers)·0·(>L:DHC6_CARGO_DOOR_OPENING,·numbers) The baggage compartments for and aft are somewhat simpler. Here is a script to open and close both. (L:DHC6_CARGO_DOOR_FWD,·numbers)·(L:DHC6_CARGO_DOOR_AFT,·numbers)··+·0·==·if{· 100·(>L:DHC6_CARGO_DOOR_FWD,·numbers)·100· (>L:DHC6_CARGO_DOOR_AFT,·numbers)·}·els{·0·(>L:DHC6_CARGO_DOOR_FWD,·numbers)·0· (>L:DHC6_CARGO_DOOR_AFT,·numbers)·} 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now