Jump to content

dannyq8

Members
  • Posts

    308
  • Joined

  • Last visited

Everything posted by dannyq8

  1. See this thread. http://forums.eagle.ru/showthread.php?t=130459
  2. Always a pleasure to help where I can ["name"] = "Fuel Booster", }, ["d3007pnilu3007cd15vd1vpnilvu0"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN2", }, For me with my button box, and the same for a 2 position joystick button, you would do as before and add u3007. I dont have the original lua but i added 0 to vu I think as opposed to nil. If not I added 1 to vd. If its just a 1 button press on a joystick then you shouldn't have to touch to LUA, just assign as normal through the options menu in game.
  3. I think I've sorted this, works for me anyway. Its not a straight forward as the old LUA's but easy once you do it a few times. Its a bit of a different process for 2 and 3 position switches. This is for the A-10C but also works for UH-1 and P-51 and should work for all aircraft 3 position ["d1374pnilu1375cdnilvdnilvpnilvunil"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN30", }, }, ["name"] = "Master switch ARM", }, ["d1376pnilu1375cdnilvdnilvpnilvunil"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN29", }, }, ["name"] = "Master switch TRAIN", The original code was just d1374 for ARM and d1376 for TRAIN. This one is fairly straight forward, same as old system. UP obviously becomes u1375. For me, as I have a homebuilt panel, this switch has 3 positions. ARM-OFF-TRAIN 2 Position ["d1387pnilu1387cdnilvdnilvpnilvunil"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN21", }, }, ["name"] = "HUD Mode switch Day/Night", Even easier d1387 was original, I just added u1387 The P-51 was a bit different for a 3 position switch ["d3001pnilu3001cd15vd0.2vpnilvu0.1"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN17", }, }, ["name"] = "Supercharger switch HIGH", }, ["d3001pnilu3001cd15vd0vpnilvu0.1"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN16", }, }, ["name"] = "Supercharger switch AUTO", The original P-51 was: ["d3001pnilunilcd15vd0.2vpnilvunil"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN17", }, }, ["name"] = "Supercharger switch HIGH", }, ["d3001pnilunilcd15vd0vpnilvunil"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN16", }, }, ["name"] = "Supercharger switch AUTO", As you will see, unlike the A-10C the switch has the same number for both positions, 3001. In this case the switch position is changed with value up/down commands (vu/vd) First of all add 3001 as the u value (u3001) Then if you look at supercharger high the vd is 0.2 Supercharger auto vd is 0, so it follows that the centre position is 0.1 as in my version up the page For KaspeR32, this my my config for mixture idle cut-off ["d3011pnilu3011cd5vd0.2vpnilvu0.1"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN28", }, }, ["name"] = "Mixture EMERGENCY FULL RICH", }, ["d3011pnilu3011cd5vd0vpnilvu0.1"] = { ["added"] = { [1] = { ["key"] = "JOY_BTN27", }, }, ["name"] = "Mixture IDLE CUT OFF", Hope this helps and makes sense :music_whistling: BU0836X Interface {039A3D60-AA12-11e3-8001-444553540000}.diff.lua
  4. See this post http://forums.eagle.ru/showthread.php?t=125589
  5. http://forums.eagle.ru/showthread.php?t=68802 http://forums.eagle.ru/showthread.php?t=89876 http://m.youtube.com/user/Tigerpwrr Hi Archer, Give these a try
  6. No problem, here is one more I couldn't find earlier http://www.digitalcombatsimulator.com/en/files/214771/
  7. Hi Toni, Take a look at these threads, a good starting point. http://forums.eagle.ru/showthread.php?t=60815&highlight=multi+monitor http://forums.eagle.ru/showthread.php?t=71831&page=26 http://forums.eagle.ru/showthread.php?t=71710&highlight=multi+monitor Cheers Danny
  8. I'm having the same issue. Trying to download World 1.2.4 after a hard drive clean and none of the HTTP or FTP servers are working, either 402 Forbidden or this page cannot be displayed.
  9. Just watched your track and it looks to me like your ENG OPER switches just above the APU START switch are set to the lower position MOTOR, they need to be in the centre position NORMAL. MOTOR is normally used to cool the engines after a flameout prior to a restart. Oddly though the default position should be NORMAL
  10. I have had 1 CTD and 1 Crash back to mission editor. The CTD was during a SP mission, flying the A-10. The mission was a downloaded mission- OP bactria. The crash occured when using the TGP in zoomed window, as oposed to the cockpit view. Crash log 250612. The crash back to the editor was the same as above, using the campaign Georgian hammer, mission 1. Again the failure was with the TGP zoomed view. Crash log 260612 DCS-20120625-225849.rar DCS-20120626-153921.rar
×
×
  • Create New...