Jump to content

Hawat3001

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Hawat3001

  1. With this aproximation I am trying the accuracy is good. You move the hands where you want with no strange movements. The problem with Leap motion is the gesture recognition no the hand tracking. My idea is only use very basic gestures. The problem I am having is that DCS not recognize the buttons I send from the driver (grap and trigger buttons), Steam VR recognizes it but DCS doesn't. Other approach I am trying is to move the hands and the mouse with the driver so you can click, right click, wheel up/down where you hand is. The mouse now moves but I need to calculate the coordinates.I have found a document where it explains how calculate it. http://blog.leapmotion.com/vr-essentials-need-build-scratch/ If some can help maybe we can finish it.
  2. Leap motion driver for DCS First steps with Leap motion driver for DCS
  3. How to change the maximum FOV: Before edit lua file do a backup of the full directory C:\Program Files\Eagle Dynamics\DCS World\Mods\tech\CombinedArms\Cockpit\ Open these file located on C:\Program Files\Eagle Dynamics\DCS World\Mods\tech\CombinedArms\Cockpit\ - genericAAA.lua - genericIR.lua - genericMissile.lua - genericMissileAT.lua - genericTank.lua Change the lines: normalFOV= x maxFOV = y normalFOV = 3x maxFOV = 3y Example in geneicIR.lua normalFOV = 140 maxFOV =21 Very important: During gameplay in cockpit, you will see the default FOV, you must click the RIGHT mouse button to enable the fov change.
  4. I have found the solution for HUD and FOV. Open iinfo.lua located in: C:\Program Files\Eagle Dynamics\DCS World\Mods\tech\CombinedArms\Cockpit Change the last line dedicated_viewport = {LockOn_Options.screen.width/2,LockOn_Options.screen.height/2*aspect,LockOn_Options.screen.width/2,LockOn_Options.screen.height/2*aspect} by: dedicated_viewport = {singleMonitorWidth/2+singleMonitorWidth,singleMonitorHeight/2*aspect,singleMonitorWidth/2,singleMonitorHeight/2*aspect} Example (5760x1080 resolution): dedicated_viewport = {1920/2+1920,1080/2*aspect,1920/2,1080/2*aspect} Also I have found how to increase the fov, I have it working but I must to filter what of the files altered is the key
×
×
  • Create New...