near_blind Posted May 20, 2020 Posted May 20, 2020 The RIM-116A Rolling Airframe Missile was added with the latest open beta patch 2.5.6.49314. The model for CVN-74 has two RAM launchers, however they are not defined in the ship's lua and the ship will not use them.
Silver_Dragon Posted May 20, 2020 Posted May 20, 2020 From ..\Eagle Dynamics\DCS World OpenBeta\CoreMods\tech\USS_Nimitz\Database\USS_CVN_71.lua -- 8 -- RIM-116 Rolling Airframe Missile -- Front Left ws = GT_t.inc_ws(); GT.WS[ws] = {} set_recursive_metatable(GT.WS[ws], GT_t.WS_t.RIM_116) GT.WS[ws].area = 'ZRK_NL' GT.WS[ws].angles = { {math.rad(16), math.rad(-10), math.rad(6), math.rad(80)}, {math.rad(148), math.rad(16), math.rad(-5), math.rad(80)}, {math.rad(180), math.rad(148), math.rad(18), math.rad(80)}, } GT.WS[ws].reference_angle_Z = math.rad(30) GT.WS[ws].reference_angle_Y = math.rad(90) GT.WS[ws].center = 'CENTER_TOWER_ZRK_FL' GT.WS[ws].drawArgument1 = 23 GT.WS[ws].drawArgument2 = 24 local LN_ = GT.WS[ws].LN[1] LN_.BR = { {connector_name = 'Rocket_Point_17', drawArgument = 177}, {connector_name = 'Rocket_Point_18', drawArgument = 178}, {connector_name = 'Rocket_Point_19', drawArgument = 179}, {connector_name = 'Rocket_Point_20', drawArgument = 180}, {connector_name = 'Rocket_Point_21', drawArgument = 181}, {connector_name = 'Rocket_Point_22', drawArgument = 182}, {connector_name = 'Rocket_Point_23', drawArgument = 183}, {connector_name = 'Rocket_Point_24', drawArgument = 184}, {connector_name = 'Rocket_Point_25', drawArgument = 185}, {connector_name = 'Rocket_Point_26', drawArgument = 186}, {connector_name = 'Rocket_Point_27', drawArgument = 187}, {connector_name = 'Rocket_Point_28', drawArgument = 188}, {connector_name = 'Rocket_Point_29', drawArgument = 189}, {connector_name = 'Rocket_Point_30', drawArgument = 190}, {connector_name = 'Rocket_Point_31', drawArgument = 191}, {connector_name = 'Rocket_Point_32', drawArgument = 192}, {connector_name = 'Rocket_Point_33', drawArgument = 193}, {connector_name = 'Rocket_Point_34', drawArgument = 194}, {connector_name = 'Rocket_Point_35', drawArgument = 195}, {connector_name = 'Rocket_Point_36', drawArgument = 196}, {connector_name = 'Rocket_Point_37', drawArgument = 197}, } -- 9 -- RIM-116 Rolling Airframe Missile -- Back Right ws = GT_t.inc_ws(); GT.WS[ws] = {} set_recursive_metatable(GT.WS[ws], GT_t.WS_t.RIM_116) GT.WS[ws].area = 'ZRK_BR' GT.WS[ws].angles = { {math.rad(180), math.rad(-45), math.rad(45), math.rad(80)}, {math.rad(-45), math.rad(-180), math.rad(-5), math.rad(80)} } GT.WS[ws].reference_angle_Z = math.rad(30) GT.WS[ws].reference_angle_Y = math.rad(-90) GT.WS[ws].center = 'CENTER_TOWER_ZRK_BR' GT.WS[ws].drawArgument1 = 25 GT.WS[ws].drawArgument2 = 26 local LN_ = GT.WS[ws].LN[1] LN_.BR = { {connector_name = 'Rocket_Point_38', drawArgument = 198}, {connector_name = 'Rocket_Point_39', drawArgument = 199}, {connector_name = 'Rocket_Point_40', drawArgument = 200}, {connector_name = 'Rocket_Point_41', drawArgument = 201}, {connector_name = 'Rocket_Point_42', drawArgument = 202}, {connector_name = 'Rocket_Point_43', drawArgument = 203}, {connector_name = 'Rocket_Point_44', drawArgument = 204}, {connector_name = 'Rocket_Point_45', drawArgument = 205}, {connector_name = 'Rocket_Point_46', drawArgument = 206}, {connector_name = 'Rocket_Point_47', drawArgument = 207}, {connector_name = 'Rocket_Point_48', drawArgument = 208}, {connector_name = 'Rocket_Point_49', drawArgument = 209}, {connector_name = 'Rocket_Point_50', drawArgument = 210}, {connector_name = 'Rocket_Point_51', drawArgument = 211}, {connector_name = 'Rocket_Point_52', drawArgument = 212}, {connector_name = 'Rocket_Point_53', drawArgument = 213}, {connector_name = 'Rocket_Point_54', drawArgument = 214}, {connector_name = 'Rocket_Point_55', drawArgument = 215}, {connector_name = 'Rocket_Point_56', drawArgument = 216}, {connector_name = 'Rocket_Point_57', drawArgument = 217}, {connector_name = 'Rocket_Point_58', drawArgument = 218}, } The CVN-74 has not part of SuperCarrier module and has not been update. For Work/Gaming: 28" Philips 246E Monitor - Ryzen 7 1800X - 32 GB DDR4 - nVidia RTX1080 - SSD 860 EVO 1 TB / 860 QVO 1 TB / 860 QVO 2 TB - Win10 Pro - TM HOTAS Warthog / TPR / MDF
near_blind Posted May 20, 2020 Author Posted May 20, 2020 From ..\Eagle Dynamics\DCS World OpenBeta\CoreMods\tech\USS_Nimitz\Database\USS_CVN_71.lua The CVN-74 has not part of SuperCarrier module and has not been update. That is the issue I am reporting, correct.
danvac Posted May 20, 2020 Posted May 20, 2020 I think adding that to old carrier may broke old missions. So they won't probably hurry with it.
Recommended Posts