

leonpo
Members-
Posts
83 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by leonpo
-
You can change the angle in 3 monitors lua file. http://forums.eagle.ru/showthread.php?p=1425549
-
Is cokcpit buffeting exportable ?
leonpo replied to recoilfx's topic in PC Hardware and Related Software
I am using acceleration data from export.lua with my moving seat. It provides required feedback Leon -
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
-
Works perfect with iRacing as well. Thanks Leon
-
Works very good. Quick question, how i can export also G-forces? not only pitch an roll? Thanks Leon
-
thank you very much. will check Leon
-
Notching & BVR Tactics, help for new fighter pilots (FC3)
leonpo replied to arteedecco's topic in DCS World 1.x (read only)
This is one of the most helpful threads for understanding actual tactics. Thanks you very much Leon -
Project: Lua Sim SDK and TCP Sim data transport layer
leonpo replied to RvEYoda's topic in DCS Modding
Is this project is still available? Sounds very interesting Leon -
Need Help With Helios and Heads Down Display F15 FC3
leonpo replied to UnderGod11's topic in PC Hardware and Related Software
My current workaround for RWR export is to use android tablet: http://forums.eagle.ru/showthread.php?t=100057 Leon -
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
-
+1
-
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
-
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
-
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:
-
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
-
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
-
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
Thank for the feedback. Good point regarding needle positions. BTW, clicking on RPM opens Engine gauges Leon -
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
I just uploaded updated version with support for HW acceleration and alsa engine gauges (click on RPM) Please also update telemetry.lua Leon -
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
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 -
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
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 -
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
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 -
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
Attached update telemetry.lua with exception handling Fixes DCS crashes Leon telemetry.lua -
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
Please check if you using correct android IP address in telemetry.lua Leon -
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
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 -
P-51D Instrument Panel for Android tables
leonpo replied to leonpo's topic in PC Hardware and Related Software
Please see updated version on Google Play: https://play.google.com/store/apps/details?id=com.portman.panel It also includes installation instructions. Leon