Jump to content

RYS

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, Flanker, Fulcrum players and ED team. I am here to bring some love to our forgotten module, and give a little hand to fix some minor things. This is addressed mostly to ED developpers because I am going to give some clues to tweak some parameters for a better world in DCS. It is a bug report with a fix. 1. First thing first, Mig-29's overwing vapor is wrong. It is using the F/A18 overwing vapor when it should be using the Mig-29's. In DCS World OpenBeta\Config\Effects\ParticleSystem2\overwingVapor.lua ; "SpawnLocationsFile = "mig-29.owv"" doesn"t do anything. So it just takes back the F/A18 presets in the "effect" section. 2. I think it is time to add some overwing vapor to the Su-27. Please ED, it is just one simple line of code. Here is the tweak : We need to modify the DCS World OpenBeta\Config\Effects\ParticleSystem2\overwingVapor.lua Since it is wrong, it has to be modified. The presets code section for the MiG29 isn't working, plus, we can add the preset for the Flanker. What we have to do to make it work, is to create a whole new preset for each aircrafts. New code in DCS World OpenBeta\Config\Effects\ParticleSystem2\overwingVapor.lua overwingVapor.lua Now we have a brand new overwing Vapor presets for our beloved aircrafts. Since Mig-29 already has his line of code in his Mig-29.lua, ED team just need to add this line (please) in the Su-27.lua (Which we do not have access anymore), so the Su-27 can have his own overwing vapor : effects_presets = { { effect = 'OVERWING_VAPOR', preset = "SU27" }, }, Voilà! Just need to tweak that and we can have good looking Russian aircrafts pulling up some G's. You can download the new lua file, so you can compare the overwing vapor that you used to see and the real Mig-29's. See you on the battlefield.
  2. The MIG is supporting the missile till it reaches you. Maybe the seeker doesnt track but the Mig does.
×
×
  • Create New...