Jump to content

Replacement 3D Weapons Pods Question...


Jagr

Recommended Posts

Am I doing something wrong, or are several of the Mod Man 3D models not even carried by the Ka50? Even creating custom loadouts in the editor several of the rocket pods are not even in game.. are they just for AI aircraft?

Link to comment
Share on other sites

Specifically what I am referring to are the following mods found on http://www.checksix-fr.com/

 

B-8V20A

UB-13L

ODAB

 

All of these wonderful new models are available in game.. The question I have is how do you use/see the following models in game..

 

B-8M1

UB-32A57

UB-32M57H

 

I love those wild looking russkie rocket launchers but even in custom loadouts they don't seem to be an option.. am I missing something???

Link to comment
Share on other sites

In the editor, click on any point of the flight, go to the menu on the right, then, right below the "hidden on map" part, click on the middle of the 5 buttons to go to "loadout" (if you hover the mouse over it, it will say loadout), and there they are. Just choose the one you want. You can scroll up and down, as there are many choices.

 

In the lower right of this screen, you can pick skins. There will be a drop-down menu with probably "standard" in it, click on it and it shows you the skins you have. Choose any of them to fly with that skin. Go up to "flight" at the top of the page, click "fly mission," then either save over this one or make a new name and therefore a new mission; then you are off to the launch-pad!

 

As of now, I have 32 flyable ones! I think Mitch is the best-bang-for-the-buck right now, you get 10 or so skins added to what comes default. My favorite is the "24"-scheme, the black with yellow box-lines, and then Canadian Navy is very cool, USMC Gray and this Gray are all good.

 

The one in the above shots is EURO Gray (old), which is in the skin-pack from Mitch, an excellent skin-maker. I also like the Canadian SAR a lot, I think it is for search-and-rescue (makes sense with the very bright colors). The Canadian ones are done by RCN_Moose, a very talented skinner.

 

CANADIAN SAR:

attachment.php?attachmentid=24339&d=1233161574

 

My favorite: The "24" paint-scheme (I bet it's Jack flying it! Sorry, I just couldn't resist the opportunity!:smilewink:)

attachment.php?attachmentid=24336&d=1233161494

403692024_USMCGray.thumb.jpg.4d06da75e94d4365ae6443f90a8a6a6a.jpg

259673998_CanadianNavy.thumb.jpg.634d0322c1e850e72fc6f489a0bf2a03.jpg

1536452335_EuroGrayold.thumb.jpg.c37565706810f6a819898fca584740e7.jpg


Edited by Sunjah

Remember, on Nov. 4th, vote for Black Shark for President!!!

Link to comment
Share on other sites

Ok, there are 6 or 7 weapons pods available through Mod Man. They are a replacement 3D model and texture and they look great. The only issue I did not understand is that a few of them are NOT for the Ka50, but if you set up and AI Mi24 you will see them on that aircraft..

 

Once you install them through Mod Man, you don't need to do anything other than select the weapons type..this is a full replacement so there is no skin to load.

 

They are great looking add ons for the sim IMHO. The older style Soviet rocket pods do look meaner though :)

Link to comment
Share on other sites

Hi,

 

You can add these models in the selected helis (for example KA-50) only manual mode, because no pylon editor program (like LockOn) for the DCS BS at the moment.

 

So first of all, you have to open .../Blackshark/Scripts/Database/Names.lua

 

search for the requested weapon CLSID /for example UB-32M1

 

nursContTypes["{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"] = 2 -- UB_32_1
Weapon_CLSID_01.jpg

 

then go to and open .../Blackshark/Scripts/Database/helicopters/KA-50.lua and assign (insert) the selected new weapon CLSID to each selected pylon for example:

 

{ CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}" }, -- UB_32_1
Weapon_CLSID_02.jpg

 

Save and close all file. If you are lucky you'll see and able to use all of these "new" weapons in the game.

 

P.S. You have to use Notpad++ to file edit and backup your file before you'll make any change.

 

All the best,

Link to comment
Share on other sites

  • 2 weeks later...

Since it would be nice to know which weapons work, and which ones don't I will be testing the following configuration.

 

I have Black Shark installed with the following mods:

FPS tweak

Improved Lights

Slovak AF Digital Skin

and all of Beczl's weapon pod releases so far.

 

I cant seem to find the entry in names.lua for the UB-16 mods. I also notices all references to the ODAB-500 have been commented out in db_weapons.lua, is this supposed to happen?

 

Here are the mods I'm currently testing, or rather the pylon() entry I'm using to test. I'll let you know if i have other problems. Thanks.

 

 

EDIT: Code block updated in later post.


Edited by jayPhantom
Link to comment
Share on other sites

The B-13, B-8M1, B-8V20 is selectable generaly.

 

The UB-16 and UB-32 pods variants replaced the existing one UB-32M1 rocket pod model CLSID. You'll choose which ones your favorite. because only one model is visible in same time. The KA-50 doesn't use this pods basicly. You have to modify to able to use UB-32 on the KA-50.

Link to comment
Share on other sites

I've included an example of an inner and outer pylon from ka-50.lua, in that order. Apparantly, some of the bigger ATGMs, like the X_29L, can only be mounted on the outboard pylons. Mounting them on the inside causes them to explode upon lauch, with obvious consequences. The X-23L seems to have accuracy issues, with 7 out of 10 missiles finding their mark. The X_29L, however, was one-shot-one-kill.

 

The following default missiles didn't work at all for me:

X_23

X_25MP

X_25MR

X_29T

X_31A

X_31P

X_35

 

Beczl, all of your mods worked for me except the following:

AIM_9X

ODAB-500PM (the refernce to any ODAB bomb has been commented out of my db_weapons.lua file by the devs.)

 

After a night of testing here's an exmple of an inner and outer pylon setup in Ka-50.lua:

 

pylon(3, 0, 0.916000, -0.348000, 2.023000,
       {
               FiZ = -3,
       },
       {
               { CLSID = "B_8V20A_CM" },    -- B_8V20A_CM
               { CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}" }, -- B_20 or B_8M1
               { CLSID = "{3DFB7320-AB0E-11d7-9897-000476191836}" },    -- B_20CM
               { CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}" },    -- APU_6_VICHR_M
               --{ CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}" },    -- X_25ML
               --{ CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}" },    -- X_25MP
               --{ CLSID = "{292960BB-6518-41AC-BADA-210D65D5073C}" },    -- X_25MR
               --{ CLSID = "{AEB7B577-CF6F-4045-973D-0D64F8C52D9C}" },    -- X_23
               --{ CLSID = "{9F390892-E6F9-42C9-B84E-1136A881DCB2}" },    -- X_23L
               --{ CLSID = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}" },    -- X_29L
               --{ CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}" },    -- X_29T
               --{ CLSID = "{4D13E282-DF46-4B23-864A-A9423DFDE504}" },    -- X_31A
               --{ CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}" },    -- X_31P
               --{ CLSID = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}" },    -- X_35
               --{ CLSID = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}" },    -- AIM_9X
               { CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}" },    -- B_8V20A
               { CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}" },    -- UB_13
               { CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}" },    -- UB_32_1
               { CLSID = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}" },    -- UPK-23-250
               { CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}" },    -- SPPU_22
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74884}" },    -- KMGU_2_AO_2_5RT
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}" },    -- KMGU_2_PTAB_2_5KO
               { CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}" },    -- FAB_250
               { CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}" },    -- FAB_500
               --{ CLSID = "{023479E5-5C3C-4D11-B3D6-15D6E8BD5656}" },    -- ODAB_500PM
               { CLSID = "{B99EE8A8-99BC-4a8d-89AC-A26831920DCE}" }, -- PTB-KA-50
       }
),
pylon(4, 0, 0.947000, -0.348000, 2.735000,
       {
               FiZ = -3,
       },
       {
               { CLSID = "B_8V20A_CM" },    -- B_8V20A_CM
               { CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}" }, -- B_20 or B_8M1
               { CLSID = "{3DFB7320-AB0E-11d7-9897-000476191836}" },    -- B_20CM
               { CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}" },    -- APU_6_VICHR_M
               { CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}" },    -- X_25ML
               --{ CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}" },    -- X_25MP
               --{ CLSID = "{292960BB-6518-41AC-BADA-210D65D5073C}" },    -- X_25MR
               --{ CLSID = "{AEB7B577-CF6F-4045-973D-0D64F8C52D9C}" },    -- X_23
               { CLSID = "{9F390892-E6F9-42C9-B84E-1136A881DCB2}" },    -- X_23L
               { CLSID = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}" },    -- X_29L
               --{ CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}" },    -- X_29T
               --{ CLSID = "{4D13E282-DF46-4B23-864A-A9423DFDE504}" },    -- X_31A
               --{ CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}" },    -- X_31P
               --{ CLSID = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}" },    -- X_35
               --{ CLSID = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}" },    -- AIM_9X
               { CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}" },    -- B_8V20A
               { CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}" },    -- UB_13
               { CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}" },    -- UB_32_1
               { CLSID = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}" },    -- UPK-23-250
               { CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}" },    -- SPPU_22
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74884}" },    -- KMGU_2_AO_2_5RT
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}" },    -- KMGU_2_PTAB_2_5KO
               { CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}" },    -- FAB_250
               { CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}" },    -- FAB_500
               --{ CLSID = "{023479E5-5C3C-4D11-B3D6-15D6E8BD5656}" },    -- ODAB_500PM
               { CLSID = "{B99EE8A8-99BC-4a8d-89AC-A26831920DCE}" }, -- PTB-KA-50
       }
),

Link to comment
Share on other sites

Here it's my weapon config for the KA-50

 

{ CLSID = "GUV-8700" },
               { CLSID = "AGM114x2_OH_58" },
               { CLSID = "B_8V20A_CM" },
               { CLSID = "{3DFB7320-AB0E-11d7-9897-000476191836}" }, -- B_20CM
               { CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}" }, -- APU_6_VICHR_M
               { CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}" }, -- X_25ML
               { CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}" }, -- B_8V20A
               { CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}" }, -- UB_13
               { CLSID = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}" }, -- UPK-23-250
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74884}" }, -- KMGU_2_AO_2_5RT
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}" }, -- KMGU_2_PTAB_2_5KO
               { CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}" }, -- FAB_250
               { CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}" }, -- FAB_500
               { CLSID = "{B99EE8A8-99BC-4a8d-89AC-A26831920DCE}" }, -- PTB-KA-50
               { CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}" }, -- SPPU_22_Gunpod
               { CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}" }, -- P_77
               { CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}" }, -- P_73
               { CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}" }, -- P_60
               { CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}" }, -- MER_L_P_60_2
               { CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}" }, -- MER_R_P_60_2
               { CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}" }, -- SHTURM
               { CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}" }, -- X_25MP
               { CLSID = "{292960BB-6518-41AC-BADA-210D65D5073C}" }, -- X_25MR
               { CLSID = "{AEB7B577-CF6F-4045-973D-0D64F8C52D9C}" }, -- X_23
               { CLSID = "{9F390892-E6F9-42C9-B84E-1136A881DCB2}" }, -- X_23L
               { CLSID = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}" }, -- X_29L
               { CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}" }, -- X_29T
               { CLSID = "{AF95DDDF-34A5-4D2A-9B3F-FDA0036D4994}" }, -- X_29TE
               { CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}" }, -- VICHR_M
               { CLSID = "{0180F983-C14A-11d8-9897-000476191836}" }, -- S_25L_PU
               { CLSID = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}" }, -- MER_TOW_4
               { CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}" }, -- AGM_114K_Pilon_4
               { CLSID = "{444BA8AE-82A7-4345-842E-76154EFCCA47}" }, -- AGM_65D
               { CLSID = "{F16A4DE0-116C-4A71-97F0-2CF85B0313EF}" }, -- AGM_65E
               { CLSID = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B65}" }, -- AGM_65K
               { CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}" }, -- LAU_88_AGM_65K
               { CLSID = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}" }, -- LAU_117_AGM_65K
               { CLSID = "{444BA8AE-82A7-4345-842E-76154EFCCA46}" }, -- LAU_117_AGM_65D
               { CLSID = "{F16A4DE0-116C-4A71-97F0-2CF85B0313EC}" }, -- LAU_117_AGM_65E
               { CLSID = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}" }, -- SUU_25_8_LUU_2
               { CLSID = "{0511E528-EA28-4caf-A212-00D1408DF10A}" }, -- SAB_100
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74885}" }, -- BetAB_250
               { CLSID = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}" }, -- BetAB_500
               { CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}" }, -- BetAB_500ShP
               { CLSID = "{FB3CE165-BF07-4979-887C-92B87F13276B}" }, -- FAB_100
               { CLSID = "{BA565F89-2373-4A84-9502-A0E017D3A44A}" }, -- KAB_500
               { CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}" }, -- KAB_500Kr
               { CLSID = "{F0ED00FC-24D6-4CD7-9EA5-DE4BEE69A5EA}" }, -- KAB_500KrOD
               { CLSID = "{2A2C3F0A-723B-45C6-8D54-DD1B7B048A72}" }, -- KMGU_2f
               { CLSID = "{023479E5-5C3C-4D11-B3D6-15D6E8BD5656}" }, -- ODAB_500PM
               { CLSID = "{9B7C1444-7DA9-4338-99E1-16ECA2404B6C}" }, -- ODAB_250
               { CLSID = "{4203753F-8198-4E85-9924-6F8FF679F9FF}" }, -- RBK_250
               { CLSID = "{25298BA0-FC16-404F-9527-824DE0028D83}" }, -- RBK_250S
               { CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}" }, -- RBK_500AO
               { CLSID = "{7AF1B3EA-1AD3-43B7-9212-4AEB2D482F63}" }, -- RBK_500SOAB
               { CLSID = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}" }, -- BL_755
               { CLSID = "{DF7A9A1F-6045-44BE-8F87-25D48CA5FC53}" }, -- XZAB_500
               { CLSID = "{3227777E-1741-4DF2-9B52-E18CDF738FAE}" }, -- FAB_100P
               { CLSID = "{4C551229-E03B-4D27-AE1A-C0B3E5CAAE72}" }, -- FAB_250P
               { CLSID = "{4BEDA482-2C83-41A6-A174-83B4F24B4A6F}" }, -- FAB_500P
               { CLSID = "{40A24F07-CD7D-4F83-89A2-39B2258B62C6}" }, -- PB_250
               { CLSID = "{39998B84-11AC-474D-9413-33FCD2BF54BD}" }, -- Z_BAK_3
               { CLSID = "{9CEE5354-E7E9-487C-AC9D-286DAB94046E}" }, -- KMGU_2b

 

Yes you're right. The ODAB-500 basicaly deactivated the DCS:BS

 

Basicaly my AIM-9X V1.0 is only overwrite the existing AIM-9M model shape, because it's compatible both the LockOn and DCS too.

 

Just rename my model name "AIM-9" to "AIM-9X" and insert the grabbed AIM-9X CLSID from Names.lua to selected planes lua file, and here we go the AIM-9X is selectable. :pilotfly:

Link to comment
Share on other sites

Here it's my weapon config for the KA-50

 

{ CLSID = "GUV-8700" },
               { CLSID = "AGM114x2_OH_58" },
               { CLSID = "B_8V20A_CM" },
               { CLSID = "{3DFB7320-AB0E-11d7-9897-000476191836}" }, -- B_20CM
               { CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}" }, -- APU_6_VICHR_M
               { CLSID = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}" }, -- X_25ML
               { CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}" }, -- B_8V20A
               { CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}" }, -- UB_13
               { CLSID = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}" }, -- UPK-23-250
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74884}" }, -- KMGU_2_AO_2_5RT
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74881}" }, -- KMGU_2_PTAB_2_5KO
               { CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}" }, -- FAB_250
               { CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}" }, -- FAB_500
               { CLSID = "{B99EE8A8-99BC-4a8d-89AC-A26831920DCE}" }, -- PTB-KA-50
               { CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}" }, -- SPPU_22_Gunpod
               { CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}" }, -- P_77
               { CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}" }, -- P_73
               { CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}" }, -- P_60
               { CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}" }, -- MER_L_P_60_2
               { CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}" }, -- MER_R_P_60_2
               { CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}" }, -- SHTURM
               { CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}" }, -- X_25MP
               { CLSID = "{292960BB-6518-41AC-BADA-210D65D5073C}" }, -- X_25MR
               { CLSID = "{AEB7B577-CF6F-4045-973D-0D64F8C52D9C}" }, -- X_23
               { CLSID = "{9F390892-E6F9-42C9-B84E-1136A881DCB2}" }, -- X_23L
               { CLSID = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}" }, -- X_29L
               { CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}" }, -- X_29T
               { CLSID = "{AF95DDDF-34A5-4D2A-9B3F-FDA0036D4994}" }, -- X_29TE
               { CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}" }, -- VICHR_M
               { CLSID = "{0180F983-C14A-11d8-9897-000476191836}" }, -- S_25L_PU
               { CLSID = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}" }, -- MER_TOW_4
               { CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}" }, -- AGM_114K_Pilon_4
               { CLSID = "{444BA8AE-82A7-4345-842E-76154EFCCA47}" }, -- AGM_65D
               { CLSID = "{F16A4DE0-116C-4A71-97F0-2CF85B0313EF}" }, -- AGM_65E
               { CLSID = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B65}" }, -- AGM_65K
               { CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}" }, -- LAU_88_AGM_65K
               { CLSID = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}" }, -- LAU_117_AGM_65K
               { CLSID = "{444BA8AE-82A7-4345-842E-76154EFCCA46}" }, -- LAU_117_AGM_65D
               { CLSID = "{F16A4DE0-116C-4A71-97F0-2CF85B0313EC}" }, -- LAU_117_AGM_65E
               { CLSID = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}" }, -- SUU_25_8_LUU_2
               { CLSID = "{0511E528-EA28-4caf-A212-00D1408DF10A}" }, -- SAB_100
               { CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74885}" }, -- BetAB_250
               { CLSID = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}" }, -- BetAB_500
               { CLSID = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}" }, -- BetAB_500ShP
               { CLSID = "{FB3CE165-BF07-4979-887C-92B87F13276B}" }, -- FAB_100
               { CLSID = "{BA565F89-2373-4A84-9502-A0E017D3A44A}" }, -- KAB_500
               { CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}" }, -- KAB_500Kr
               { CLSID = "{F0ED00FC-24D6-4CD7-9EA5-DE4BEE69A5EA}" }, -- KAB_500KrOD
               { CLSID = "{2A2C3F0A-723B-45C6-8D54-DD1B7B048A72}" }, -- KMGU_2f
               { CLSID = "{023479E5-5C3C-4D11-B3D6-15D6E8BD5656}" }, -- ODAB_500PM
               { CLSID = "{9B7C1444-7DA9-4338-99E1-16ECA2404B6C}" }, -- ODAB_250
               { CLSID = "{4203753F-8198-4E85-9924-6F8FF679F9FF}" }, -- RBK_250
               { CLSID = "{25298BA0-FC16-404F-9527-824DE0028D83}" }, -- RBK_250S
               { CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}" }, -- RBK_500AO
               { CLSID = "{7AF1B3EA-1AD3-43B7-9212-4AEB2D482F63}" }, -- RBK_500SOAB
               { CLSID = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}" }, -- BL_755
               { CLSID = "{DF7A9A1F-6045-44BE-8F87-25D48CA5FC53}" }, -- XZAB_500
               { CLSID = "{3227777E-1741-4DF2-9B52-E18CDF738FAE}" }, -- FAB_100P
               { CLSID = "{4C551229-E03B-4D27-AE1A-C0B3E5CAAE72}" }, -- FAB_250P
               { CLSID = "{4BEDA482-2C83-41A6-A174-83B4F24B4A6F}" }, -- FAB_500P
               { CLSID = "{40A24F07-CD7D-4F83-89A2-39B2258B62C6}" }, -- PB_250
               { CLSID = "{39998B84-11AC-474D-9413-33FCD2BF54BD}" }, -- Z_BAK_3
               { CLSID = "{9CEE5354-E7E9-487C-AC9D-286DAB94046E}" }, -- KMGU_2b

 

Yes you're right. The ODAB-500 basicaly deactivated the DCS:BS

 

Basicaly my AIM-9X V1.0 is only overwrite the existing AIM-9M model shape, because it's compatible both the LockOn and DCS too.

 

Just rename my model name "AIM-9" to "AIM-9X" and insert the grabbed AIM-9X CLSID from Names.lua to selected planes lua file, and here we go the AIM-9X is selectable. :pilotfly:

How the hell do you fire those A2As?

Link to comment
Share on other sites

  • 2 months later...

All missiles with semi-active laser (Vikhrs, Hellfires, AGM65E Maverick, KH29L, KH25L) work and can be launched.

Other missiles can be mounted, but can´t be launched.

All unguided bombs and rockets also work.

 

No idea to make air to air missiles work?

I think the problem is due to the semi-active laser. The KA-50 has no radar or infrared systems.

Link to comment
Share on other sites

  • 2 years later...

hello,

that post seems to be inactive for a long time.

any new informations ?

i tried to use vikhr on inner pilon but it was not guided at all and each riflle was lost.

Is there any way to declare modifications on the reload menu?

Link to comment
Share on other sites

  • 2 weeks later...

I haven't tried the Vikhr on the inner pylons, but the S-25L works fine when fire from the inner pylons.

 

I've tried unsuccessfully to use either the KAB-500L or KAB-500Kr from either inner or outer pylons. It just follows a dumb bomb trajectory.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...