Lenux Posted August 13, 2016 Posted August 13, 2016 I use the mod F16 A and i'd like to know if its possible to replace the avionics, something like F15-C Which files do i have to replace ? Here is the link for F16-A https://www.digitalcombatsimulator.com/de/files/1893367/ Thank you in advance I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5
SkateZilla Posted August 13, 2016 Posted August 13, 2016 change the old=3, to old=6 in the entry.lua make_flyable line. Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2), ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9) 3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs
Lenux Posted August 14, 2016 Author Posted August 14, 2016 I don't have something like this declare_plugin("F-16A by Eagle Dynamics", { displayName = _("F-16A Falcon"), developerName = "Eagle Dynamics", image = "FC.bmp", installed = true, -- if false that will be place holder , or advertising dirName = current_mod_path, fileMenuName = _("F-16A"), version = "2.0.2", state = "installed", info = _("The F-16A Falcon."), InputProfiles = { ["F-16A"] = current_mod_path .. '/Input/f-16a', }, Skins = { { name = _("F-16A"), dir = "Theme" }, }, Missions = { { name = _("F-16A"), dir = "Missions", training_ids = {EN = 'SU-25T_video_EN', RU = 'SU-25T_video_RU'}, }, }, LogBook = { { name = _("F-16A"), type = "F-16A", }, }, Options = { { name = _("F-16A"), nameId = "F-16A", dir = "Options", CLSID = "{F-16A options}" }, }, }) dofile(current_mod_path.."/Views.lua") make_view_settings('F-16A', ViewSettings, SnapViews) mount_vfs_texture_path(current_mod_path .. "/Theme/ME")--for simulator loading window mount_vfs_texture_path (current_mod_path .. "/Cockpit/Textures/F-16A-CPT-TEXTURES") mount_vfs_model_path (current_mod_path .. "/Cockpit/Shape") mount_vfs_liveries_path (current_mod_path .. "/Liveries") local support_cockpit = current_mod_path..'/Cockpit/Scripts/' ---------------------------------------------------------------------------------------- make_flyable('F-16A', support_cockpit, nil, current_mod_path..'/comm.lua') ---------------------------------------------------------------------------------------- plugin_done() I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5
SkateZilla Posted August 14, 2016 Posted August 14, 2016 ahh, that code line is old. Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2), ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9) 3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs
Lenux Posted August 14, 2016 Author Posted August 14, 2016 And there is nothing i could do ? Thank you, anyway I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5
SkateZilla Posted August 14, 2016 Posted August 14, 2016 Change: make_flyable('F-16A', support_cockpit, nil, current_mod_path..'/comm.lua') To: make_flyable('F-16A' ,current_mod_path..'/Cockpit/KneeboardRight/',{self_ID,old = 6}, current_mod_path..'/Comm/comm.lua') Copy the Cockpit/KneeboardRight/ Folder from F-15C or Flaming Cliffs Folder. Copy /comms/F-15C.lua to F-16/Comm Folder and rename to comm.lua Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2), ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9) 3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs
Lenux Posted August 14, 2016 Author Posted August 14, 2016 (edited) I can't find Cockpit/KneeboardRight/ Folder Could you please tell me where those 2 files are located ? I mean Cockpit/KneeboardRight/ Folder and comms/F-15C.lua Did you mean " comm " or " comms " ??? I have the file named " comm " Thanks a million, SkateZilla LE : it's fine now, thank you very very much Edited August 14, 2016 by Lenux I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5
Recommended Posts