Jump to content

Iku_CC

Members
  • Posts

    205
  • Joined

  • Last visited

Everything posted by Iku_CC

  1. Only thing is make this with TARGET (script or GUI)..it could also be done by editing lua files (I don't know about that)... With TARGET script editor it would like something like this.. Inside of F15.tmc file ..... MapKey(&Throttle,EACON,ECM_on); MapKey(&Throttle,EACOFF,PULSE+ECM_off); .... Inside F15.ttm .... define ECM_on DX24 (I assume that you use standard DX inputs) define ECM_off "what ever is input for this" ....
  2. Seems that this EMC doesn't like that if DCS is installed somewhere else than original path. Mine is installed to C:\Pelit\DCS and EMC find it (path is shown at bottom of EMC window)..but EMC don't show A10/KA tabs (only Misc tab is shown) and I can't make config for it. I tried to add register key like this but didn't helped.... HKEY_CURRENT_USER\Software\Eagle Dynamics\DCS A-10C Path = C:\\Pelit\\DCS World\\Mods\\aircrafts\\A-10C I have already working config with exported MFD's but I just wanted to test this...
  3. Thank you...seems that my head was messed up after programming MFD's so that I didn't understand to test that...:)
  4. I was programming my TM MFD's and found at keyboard commands "Left MFCD Disable power" and "Right MFCD Disable power" which I programmed and got work. But there is no "MFCD Enable power"...or am I missing something?
  5. Serial #: 20013 Location: Jarvenpaa, Finland
  6. I want to try this when I got my Warthog (I just ordered it) but this link is not working... -Iku
  7. Here is my NvidiaSurround.lua file. I use PeterP's kneeboard mod so if you don't use it then delete Kneeboard section This is for 3 monitors with 1920x1200 resolutions (sam as yours)... _ = function(p) return p; end; name = _('NvidiaSurround'); Description = 'NvidiaSurround' Viewports = { Center = { x = 0; y = 0; width = screen.width; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect; } } KNEEBOARD = { x = screen.width / 3 + 100; y = 0; width = 900; height = 1200; } Gui = { x = screen.width / 3; y = 0; width = screen.width / 3; height = screen.height; } UIMainView = Gui
  8. I have GTX670 4Gb and in my tests (MSI Afterburner) with 3 1920x1200 monitors DCS use 3Gb memory....
  9. Howdy, Notice that Lock On: Flaming Cliffs 3 is coming but it will need old Lock On. Will this FC3 come as stand alone packet also?
×
×
  • Create New...