Jump to content

Panthir

Members
  • Posts

    488
  • Joined

  • Last visited

Everything posted by Panthir

  1. Something else guys. M-2000C radar is roll sensitive. You can notice it when you try to crank to gimbals. Did they fix it in 154?
  2. Initially locate, mark, hook, make SPI and place MAV over target. Fly toward max speed, 10-15k, JAM it continiously and apply a 30deg offset when you are arround 13nm (chaff release should help to avoid SA-8 launch). Maintain offset up to 8nm. 8nm turn hot, attempt MAV lock, launch and leave with a slide turn.
  3. Guys, I have recently noticed that Mig29S MFD HUD REPEATER on off Option disappeared from controls-systems. Any idea.
  4. Dear PiedDroit, How can I map "VTB Viewport ON/OFF" in config/controls in order to see the VTB export while in cockpit? I assess that this is the only problem, cause cockpit is exported when i select F2 or F3 views (outside cockpit). Dear Gliptal The above setup exports successfuly RWR, just locate RWR_init.lua in C:\Program Files\Eagle Dynamics\DCS World\Mods\aircraft\M-2000C\Cockpit\RWR and add the following lines dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") try_find_assigned_viewport("Mirage_RWR") Be advised that there is no space between the letters t and H in "ViewportHandling.lua".
  5. Well guys, same situation here. The following setup with the addition dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") try_find_assigned_viewport("Mirage_Radar") to the VTB_ini.lua was working excellently earlier. _ = function(p) return p; end; name = _('M2000C'); Description = 'Mirage2000 + Radar' primary = { x = 1280; y = 0; width = screen.width - 1280; height = screen.height; viewDx = 0; viewDy = 0; aspect = (screen.width - 1280) / screen.height ; } secondary = { x = 480; y = 0; width = 800; height = 800/0.9; } third = { x = 0; y = 0; width = 800; height = 800/0.9; } UIMainView = primary Mirage_Radar = secondary Mirage_RWR = third Viewports = {UIMainView} Unfortunately, now I can export only RWR. Radar is invisible. Fortunately, by accident I noticed that radar was finally appeared to the second monitor when I went to external view (F2 or F3) and disappear again when I go to cockpit view. Any idea how to fix this. I hope that what I found it will help you.
  6. Is there any way to change (via modifying any lua) the default frequency prices of the preset radio Channels, appeared in Mission Editor?
  7. Is it possible to use the script in one of my missions only for one side (red), as long as blue side players are all clients. How can I deactivate blue side GCI and CAP in script.
  8. Well I tested the script in a mission running simultaneously CSAR, EWRS and CTLD scripts. There is none visible conflict between the scripts. The only think is that I don't know how to check how it works.
  9. You are right. I don't know why the spaces disappeared after the paste.
  10. You will have to add the following lines to the default.lua in the C:\Program Files\Eagle Dynamics\DCS World\Mods\aircraft\Su-25T\Input\su-25T\joystick or/and ......su-25\joystick folders --Alternate Flaps {down=iCommandPlaneFlapsOff,up=iCommandPlaneFlaps,name='Flaps Up - Alternate',category='Systems'}, {down=iCommandPlaneFlapsOn,up=iCommandPlaneFlaps,name='Flaps Down - Alternate',category='Systems'}, In this way two new flaps commands, 'Flaps Up - Alternate' and 'Flaps Down - Alternate' will be created in the Systems Controls Menu. Then, bind BTN22/BTN23 only to those two new commands and bingo. Good Luck
×
×
  • Create New...