Jump to content

cdpkobra

Members
  • Posts

    151
  • Joined

  • Last visited

Everything posted by cdpkobra

  1. The problem is in this line TakeOffRWCategories = { [1] = { Name = "AircraftCarrier With Catapult", }, -- end of [1] [2] = { Name = "AircraftCarrier With Tramplin", }, -- end of [2] }, -- end of TakeOffRWCategoriesWithout this line it is not possible to launch on the carrier, also the SFM Landescript is missing. Translated with DeepL.com/Translator
  2. description.lua {"F6F5_Glass_Mirrors", 0, "mirrors", true}; DCS 2.5.0 needs the material mirror again
  3. the error is in the entry.lua Delete this line [color=#FF0000]mount_vfs_model_path ("Bazar/World/Shapes")[/color]Thank you for the feedback
  4. the aircraft becomes too heavy for the F-15C AFM. the chassis is already broken. it can only be fueled 6103 (F-15C AFM)
  5. all different versions are new, no Kuznecow ramp I create new collision model with small ramp, for the start of the Su-33 PFM
  6. USS George H. W. Bush CVN-77 (Tomcatz, JAR, Anubis) is working. https://www.dropbox.com/sh/t63eqn6k879gb17/AACySXUUruGhS1JpDR6hGv78a?dl=0 Kuznecow ramp is new in collision model, if the ramp is desired, I can add it
  7. --WorldID = WSTYPE_PLACEHOLDER, WorldID = 4, --index = WSTYPE_PLACEHOLDER; index = su_30MK2; attribute = {wsType_Air, wsType_Airplane, wsType_Fighter, su_30MK2, Su_33, "Fighters", "Refuelable",}, Categories= {"{78EFB7A2-FD52-4b57-A6A6-3BF0E1D6555F}", "Interceptor",},
  8. Su-33 PFM animation argument flaps right AI = 9 flaps left AI = 10 flaps right Su-33 PFM = 127 flaps left Su-33 PFM = 129 aileron right AI = 11 aileron left AI = 12 aileron right Su-33 PFM = 126 aileron left Su-33 PFM = 128
  9. flyable "VSN_Harrier" can start and land on aircraft carriers. flyable "VSN_Harrier_AFM" does not land on aircraft carriers. LandRWCategories = { [1] = { Name = "AircraftCarrier", }, -- end of [1] }, -- end of LandRWCategories TakeOffRWCategories = { [1] = { Name = "AircraftCarrier With Catapult", --Vinson }, -- end of [1] [2] = { Name = "AircraftCarrier With Tramplin", --Kuznetsov }, -- end of [2] }, -- end of TakeOffRWCategories
  10. The VSN_F14A version with Su-27 avionics should go.(not tested) VSN_F14A_AFM, F16 and M2000 do not work, FC3 requires the F-15C module. Change the "entry.lua" file in the mod folder. M2000 Delete this line make_flyable('VSN_M2000',current_mod_path..'/Cockpit/KneeboardRight/',F15FM, current_mod_path..'/Comm.lua')--AFM Delete these two "--" --make_flyable('VSN_M2000',current_mod_path..'/Cockpit/KneeboardRight/',{nil, old = 3}, current_mod_path..'/comm.lua')--SFM Should look like this make_flyable('VSN_M2000',current_mod_path..'/Cockpit/KneeboardRight/',{nil, old = 3}, current_mod_path..'/comm.lua')--SFM F16 Delete these four lines make_flyable('VSN_XYZ',current_mod_path..'/Cockpit/KneeboardRight/',F15FM, current_mod_path..'/Comm.lua')--AFM VSN_F16A make_flyable('VSN_F16A',current_mod_path..'/Cockpit/KneeboardRight/',{nil, old = 54}, current_mod_path..'/comm.lua')--SFM VSN_F16AMLU make_flyable('VSN_F16AMLU',current_mod_path..'/Cockpit/KneeboardRight/',{nil, old = 3}, current_mod_path..'/comm.lua')--SFM VSN_F16CBL50 make_flyable('VSN_F16CBL50',current_mod_path..'/Cockpit/KneeboardRight/',{nil, old = 3}, current_mod_path..'/comm.lua')--SFM VSN_F16CBL52D make_flyable('VSN_F16CBL52D',current_mod_path..'/Cockpit/KneeboardRight/',{nil, old = 54}, current_mod_path..'/comm.lua')--SFM I can not test it because I own FC3
  11. example https://www.dropbox.com/s/70y1x1xrwkhawck/C-135FR%20example%20.zip?dl=0 unzip to DCS World\Mods\aircraft\ WorldID = 28, attribute = {wsType_Air, wsType_Airplane, wsType_Cruiser, C_135FR, IL_78, "Tankers",}, Use model arguments of "il-78m.edm"
  12. Su-25, Su-27 and Su-33 have the same arguments
  13. cdpkobra

    LAU-7 2*AIM-120C

    In diesem Mod kannst du nachschauen. "VSN_FA18C+AG+AFM v1.5.6.01 (Avionik mit CMD auswaelen).zip" https://forums.eagle.ru/showthread.php?t=174745 In der "VSN_LAU127.lua" Wird die 2*AIM-120C definiert. "VSN_FA18C.lua" Pylonen Eintrag. { CLSID = "{2*AIM-120C}" }, --LAU-7 2*AIM-120C
  14. Su-27 ILS-PLASHKA-UP ILS-PLASHKA-CENTER ILS-PLASHKA-DOWN ILS-PLASHKA-RIGHT MFD-PLASHKA-UP MFD-PLASHKA-CENTER MFD-PLASHKA-DOWN MFD-PLASHKA-RIGHT SU25 ILS-PLASHKA-UP ILS-PLASHKA-CENTER ILS-PLASHKA-DOWN ILS-PLASHKA-RIGHT PNT-TVM-CENTER PNT-TVM-DOWN PNT-TVM-RIGHT F-15 TEWS-PLASHKA-UP TEWS-PLASHKA-CENTER TEWS-PLASHKA-DOWN TEWS-PLASHKA-RIGHT RADAR-PLASHKA-UP RADAR-PLASHKA-CENTER RADAR-PLASHKA-DOWN RADAR-PLASHKA-RIGHT MFD-PLASHKA-UP MFD-PLASHKA-CENTER MFD-PLASHKA-DOWN MFD-PLASHKA-RIGHT A-10 PNT-HUD-CENTER PNT-HUD-DOWN PNT-HUD-RIGHT PNT-RWR-CENTER PNT-RWR-DOWN PNT-RWR-RIGHT PNT-TVM-CENTER PNT-TVM-DOWN PNT-TVM-RIGHT RWR Su27/Su33/Su25 Have not seen my PN greeting
  15. With these mods you can look https://forums.eagle.ru/showthread.php?t=174745 - VSN_F15E_AA F-15C Avionik - VSN_F16AMLU - VSN_F16CBL50 You need a collision model
  16. "CMD File-All F-15C Cockpit.zip" unpack in "VSN_F16" folder. run cmd file "02 F-15C-A10A-Su25-Avionics - All F-15C Cockpit.cmd".
  17. New version, deck lighting corrected. - USS George H. W. Bush CVN-77 (Tomcatz) JAR + Anubis v2.8 (basis cvn70).zip - USS George H. W. Bush CVN-77 (Tomcatz) JAR + Anubis v2.8 (basis cvn70) JSGME.zip Download Link. Happy New Year too!!
  18. This version CVN-77 from Tomcatz uses the CVN-70 Carl Vinson position - USS George H. W. Bush CVN-77 (Tomcatz) JAR + Anubis v2.7 (basis cvn70).zip - USS George H. W. Bush CVN-77 (Tomcatz) JAR + Anubis v2.7 (basis cvn70) JSGME.zip Download Link. Merry Christmas and Happy New Year!!
  19. FC2 aircraft have the format "LOM" The converter "edModelViewer-60076" writes the LOM to an EDM format. This is from the year 2014 and is too old. I have no max files and can not patch.
  20. All FC2 models have been converted to the "edModelViewer-60076" into the EDM. :cry:
  21. Thanks Eddie I have both versions
  22. Künstliche Intelligenz (KI) artificial intelligence (AI)
  23. http://lockonforum.de/community/thread/6667-flyable-fc3-flieger-mit-3d-f-15c-cockpit/ and here is the original download link: https://www.dropbox.com/sh/blsh7m9i8ml2is2/AAApv7ATJL4j5S9AonhIvOKPa?dl=0
  24. new version with AI "VSN_UFO v2.0.2.4"
×
×
  • Create New...