Jump to content

leonpo

Members
  • Posts

    83
  • Joined

  • Last visited

Everything posted by leonpo

  1. You can change the angle in 3 monitors lua file. http://forums.eagle.ru/showthread.php?p=1425549
  2. I am using acceleration data from export.lua with my moving seat. It provides required feedback Leon
  3. The DCS API is described in the following link: http://www.digitalcombatsimulator.com/en/dev_journal/lua-export/ The most important exports for motion simulation are: LoGetADIPitchBankYaw() - for pitch, bank and yaw LoGetAccelerationUnits() - for G-forces Leon
  4. Works perfect with iRacing as well. Thanks Leon
  5. Works very good. Quick question, how i can export also G-forces? not only pitch an roll? Thanks Leon
  6. thank you very much. will check Leon
  7. This is one of the most helpful threads for understanding actual tactics. Thanks you very much Leon
  8. Is this project is still available? Sounds very interesting Leon
  9. My current workaround for RWR export is to use android tablet: http://forums.eagle.ru/showthread.php?t=100057 Leon
  10. I just published initial version of the app: https://play.google.com/store/apps/details?id=com.portman.tews Please try and comment. I don't know what is the easiest way to map all emiters types. Currently display will show the actual name if it is not mapped. Leon
  11. I am using similar setup from x-sim.de. Flying with P-51D and F-15C. P-51D provides lot of subtle feedbacks likes slips, stalls, RPMs, weapons deployments. Little bit too strong on the ground but I have added some thresholds. F-15C for some reason has G-forces reversed. Photos and export lua attached. http://www.x-sim.de/forum/viewtopic.php?p=4371 Leon telemetryXSim.lua
  12. I have removed map in hud only view by following method: 1. edit in notepad++ dcs world\Scripts\Aircraft\_Common\Cockpit\Kneeboard\indicator\init.lua 2. change purposes = {render_purpose.HUD_ONLY_VIEW} to purposes = {render_purpose.GENERAL} Leon
  13. Want to share my attempt to build dual configuration cockpit for flying and racing. It takes about 5 min to switch between configuration just by replacing pedals and forward panel with wheel. Main challenge was to get dimensions right. Attached some photos:
  14. I just uploaded updated version with correct needle positions. Leon
  15. Actually that was exactly the reason for my android application: https://play.google.com/store/apps/details?id=com.portman.panel To have all main gauges visible during landings and take offs Leon
  16. Thank for the feedback. Good point regarding needle positions. BTW, clicking on RPM opens Engine gauges Leon
  17. I just uploaded updated version with support for HW acceleration and alsa engine gauges (click on RPM) Please also update telemetry.lua Leon
  18. it seems that your tablet does not support hardware acceleration. So i am getting exception for drawing clip. Regarding export from lua. Just make sure that dofile for latest telemetry.lua is the last line in export.lua. I do call original exports so it should work together with other apps. Regarding IP, yes, 192.168.1.8 should be IP of the android device Hope it helps, Leon
  19. please report crash via the app, i will get the exception info. Regarding no data, please just recheck config.lua, export.lua and telemetry.lua with correct IP address. dcs.log file will be helpful as well Leon
  20. It will be easy to do only for gauges but MFDs export will be challenging. I did not want to get into all these additional monitors and layouts stuff. Will check and update Leon
  21. Attached update telemetry.lua with exception handling Fixes DCS crashes Leon telemetry.lua
  22. Please check if you using correct android IP address in telemetry.lua Leon
  23. I have tested it on two device: Kindle Fire with ICS and HTC Sensation phone. The problem with phone is the small screen size, but it is definitely usable Leon
  24. Please see updated version on Google Play: https://play.google.com/store/apps/details?id=com.portman.panel It also includes installation instructions. Leon
×
×
  • Create New...