Jump to content

jayPhantom

Members
  • Posts

    3
  • Joined

  • Last visited

About jayPhantom

  • Birthday 10/21/1978

Personal Information

  • Flight Simulators
    Black Shark, IL-2 1946, LockOn, FSX, Dangerous Waters
  • Location
    NYC
  1. beczl, so all of those weapons in your ka50.lua fire correctly?
  2. 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 } ),
  3. 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.
×
×
  • Create New...