ED Team NineLine Posted July 31, 2013 ED Team Posted July 31, 2013 Does anyone know how to use the Bomb Bay Doors Argument? I have my internal pylon set, it drops a bomb but it never opens the doors, I was looking at the B-52 as an example, but I dont see where the #26 Argument for the Bay doors is used? Forum Rules • My YouTube • My Discord - NineLine#0440• **How to Report a Bug**
ED Team NineLine Posted August 1, 2013 Author ED Team Posted August 1, 2013 Fine be that way, I will answer my own question :D The code for pylons as an example: pylon([color=Blue]1[/color], [color=DarkOrange]2[/color], [color=Plum]1.302000, 0.182000, -0.500000[/color],.... 1 = What number Pylon it is 2 = Internal or External pylon, so if its set to 2 it fires the Argument #26, if its set to 1, its external 1.302000, 0.182000, -0.500000 = XYZ coords Now to figure out if I can assign more than one bomb to the pylon when there is no option in the db_weapons_data.lua for that specific bomb type. I'm a noob, but this stuff is fun :) Forum Rules • My YouTube • My Discord - NineLine#0440• **How to Report a Bug**
NRG-Vampire Posted August 7, 2013 Posted August 7, 2013 afaik unfortunately no #arg26 control with fc3 aircrafts (SFM) only AI can do it hopefully one day it will be implemented for players but AFM can handle it for sure
ED Team NineLine Posted August 7, 2013 Author ED Team Posted August 7, 2013 What I said above works for using Arg 26 Forum Rules • My YouTube • My Discord - NineLine#0440• **How to Report a Bug**
NRG-Vampire Posted August 8, 2013 Posted August 8, 2013 (edited) sorry, i did not understand you it was a long time ago when i tried this bay doors trick :doh: and did not worked that time so, with in newer versions if you drop a bomb with assigned internal weapon (2) in "aircraft".lua file that will open bay doors as well ? - F-117, B-1B etc. ? (2) internal load (1) external fuselage load (0) external underwing/pylon load Edited August 8, 2013 by NRG-Vampire
ED Team NineLine Posted August 8, 2013 Author ED Team Posted August 8, 2013 Yup the second number in the pylon code, if its set to 2, it sees the pylon as internal and will open bay doors. Forum Rules • My YouTube • My Discord - NineLine#0440• **How to Report a Bug**
Markindel Posted March 8, 2015 Posted March 8, 2015 Hello everyone. I'm trying to make the bombs in Lancaster but I can not. I used the argument 26 to open the bomb bay but does not work. I have to put some connector in the 3D model? Thank You. Mario.
ED Team NineLine Posted March 8, 2015 Author ED Team Posted March 8, 2015 Did you change your pylon code to "2" for internal bombs? Forum Rules • My YouTube • My Discord - NineLine#0440• **How to Report a Bug**
Markindel Posted March 8, 2015 Posted March 8, 2015 Yes, I read your instructions. Pylons = { -- Parameter 2 = Internal or External pylon, so if its set to 2 it fires the Argument #26 pylon(1, 2, 7.7, -0.5, 0, { }, { { CLSID = "AN_M64_12" }, } ), pylon(2, 2, 1.8, -0.5, 0, { }, { { CLSID = "AN_M64_12" }, } ), },
Markindel Posted March 8, 2015 Posted March 8, 2015 I solved the problem! Thank You. There was an error in the lua files.
ED Team NineLine Posted March 8, 2015 Author ED Team Posted March 8, 2015 Glad to hear it, if you want to get real complex, you should be able to add custom bombs right to the lua files as well ;) Forum Rules • My YouTube • My Discord - NineLine#0440• **How to Report a Bug**
Stonehouse Posted March 8, 2015 Posted March 8, 2015 That Lancaster is a beautiful thing! I hope that it somehow ends up being allowed out into the wilds of DCS public life. Having an AI bomber to escort would make a huge difference to WW2 missions. Even static WW2 era aircraft would make a huge difference.
kazereal Posted March 11, 2015 Posted March 11, 2015 Looks beautiful! I hope you are releasing this some day :) "I would have written a shorter post, but I did not have the time."
Markindel Posted March 13, 2015 Posted March 13, 2015 Looks beautiful! I hope you are releasing this some day :) Hi kazereal. Surely, I will release the Lancaster just ready. I currently have a problem with the lua files and I have to complete the damage model.
msalama Posted March 24, 2015 Posted March 24, 2015 Sorry for going OT again, but that Lanc is awesome :thumbup: Eagerly waiting for release... The DCS Mi-8MTV2. The best aviational BBW experience you could ever dream of.
mackurt Posted December 27, 2019 Posted December 27, 2019 (edited) does it work for the missiles? just like the internal weapon bay for F-22. pylon(1, 2, -4.2573, 0.015546, -1.078, { use_full_connector_position = true, connector = "Pylon1", }, { { CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}" }, -- AIM-9 { CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}" }, -- AIM-120C { CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}" }, -- AIM-7M } ), the missile just released from the bay through the door and the arg26 doesn;t work. and i try to add MK82 into the pylon and it works... Edited December 27, 2019 by mackurt Fly when you ready [sIGPIC][/sIGPIC] GTX980M 16G X56
Recommended Posts