Jump to content

KleineWimpie

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by KleineWimpie

  1. First thing I did was changing the ''ctr(65535)'' to ''ictr(65535)'', because it was inverted (100 means flaps up, and 0 flaps all the way down). Then i tried to add a custom made value in Touch Portal and use the calculation option, to divide the value by 2. But what I tried was way to simple compared to @virgo47's solution, which is perfect and exactly what I was looking for!
  2. Wow, this is amazing, I would have never figured this out. Thank you very, very much! The 'FLAPS info' in the first screenshot is exactly what I needed. I changed the FLAPS_CONTROL_HANDLE ctr(65535) to ... ictr(65535) in the .pp file, so that's why my values were different for me. Changed it back now, and it works perfectly Thank you again for this amazing work!
  3. Hi @xoomigo, thank you for your reaction! In the P-51D the flaps go down in 5 steps of 10 degrees, from 0 (up) to 50 degrees (all the way down), but the value displayed on Touch Portal is in steps of 20. So 10 degrees flaps in the airplane is 20 on TP, 20 degrees flaps is 40 on TP and so on. My first question is if there's a way to show steps of 10 on the Touch Portal dashboard instead of 20? And my second question (less important) is if there's a way to change the unit shown on the dashboard to degrees (°) instead of percentage (%) as it is now? I hope it's clear this way; English is not my native language
  4. By the way this is what I got at the moment: Not in game: In game after engine start (tablet screenshot):
  5. Hi guys, I could use some help... I'm busy making a p-51D Mustang dashboard but I can't get the flaps value right. When I use the plug-in state P-51D Flaps control handle it's in steps of 20%. I already reversed the percentage in the .pp file, so flaps up is 0 and flaps all the way down is 100, but the aircraft uses 10, 20, 30, 40 and 50 degrees. I tried using @virgo47's solution of october 14th, as shown in the screenshots, but it won't work. Am I doing something wrong? And is it possible to change the unit from % to °? Thanks in advance!
  6. Well guys I don't know what happened, but for some reason it's working! I really aprecciate the help. Greetings!
  7. I agree with you on that. I just can't seem to get the actions to do something ingame. I tried buttons, sliders and events, but I don't get any ingame reactions. I already reinstalled the DCS BIOS a couple of times and replaced the export.lua with the original file, but it won't do the trick. Maybe I'm doing something wrong, but for a 'simple' action like switching the battery on/off in the UH-1H I took the following steps in Touch Portal: After these steps I refreshed the page on my tablet and pressed the button. I tried this with [0] On, [1] Off and Toggle. Because the actions won't do anything, the events also don't work. I have the same result with al the actions I try, also in the P-51D and the SA342. This is what I see in the command prompt: C:\Users\joeyd\DCS-COINS\Munt.G_DCS-COINS>DCS-COINS -v DCS-COINS Version 4 (2403.01): Verbose mode enabled. 2024-03-22T18:12:19.202Z [INFO] dcs-bios-api: parsed aircraft JSON - CommonData 2024-03-22T18:12:19.203Z [INFO] dcs-bios-api: parsed aircraft JSON - MetadataEnd 2024-03-22T18:12:19.204Z [INFO] dcs-bios-api: parsed aircraft JSON - MetadataStart 2024-03-22T18:12:19.206Z [INFO] dcs-bios-api: parsed aircraft JSON - P-51D 2024-03-22T18:12:19.208Z [INFO] dcs-bios-api: parsed aircraft JSON - SA342 2024-03-22T18:12:19.211Z [INFO] dcs-bios-api: parsed aircraft JSON - UH-1H 2024-03-22T18:12:19.219Z [INFO] dcs-bios-api: UDP client listening on 0.0.0.0:5010 Command Sent: mgdc_uh-1h_ac_bat_sw [MGDC_UH-1H_AC_BAT_SW 0] Command Sent: mgdc_uh-1h_ac_bat_sw [MGDC_UH-1H_AC_BAT_SW 1] Command Sent: mgdc_uh-1h_ac_bat_sw [MGDC_UH-1H_AC_BAT_SW TOGGLE] Greetings!
  8. Excuse me for my late answer, but I was away from home for a few days. I changed the Touch Portal installation from drive D to drive C and a reinstall of the DCS BIOS and DCS COINS. Since they're on the same drive and followed the instructions better, I don't have the problem I stated above anymore. Now i just need to get familiar with Touch Portal. In the prompt I can see the commands are being sent to the game, there's only no response ingame. Edit: When i use the 'virtual key press' I do get the buttons to work. It's not the best solution, but I do know now that it works for me. Thanks for the help!
  9. Unfortunately I still can't get it to work. I guess it had something to do with the bottom line 'unhandeld rejection'. This directory 'C:\Users\joeyd\acdb\aircraftModules.pp' doesn't excist. The 'acdb' map and 'aircraftModules.pp' file doe excist, but in the 'Desktop\DCS-COINS\Munt.G_DCS-COINS' map. DCS-COINS is installed on the C drive and DCS on the D drive, I don't know is that's a problem? Do you have a solution for me maybe @xoomigo? C:\Users\joeyd>Desktop\DCS-COINS\Munt.G_DCS-COINS\DCS-COINS -v DCS-COINS Version 4 (2403.01): Verbose mode enabled. 2024-03-14T14:06:09.335Z [INFO] dcs-bios-api: parsed aircraft JSON - CommonData 2024-03-14T14:06:09.337Z [INFO] dcs-bios-api: parsed aircraft JSON - MetadataEnd 2024-03-14T14:06:09.337Z [INFO] dcs-bios-api: parsed aircraft JSON - MetadataStart 2024-03-14T14:06:09.340Z [INFO] dcs-bios-api: parsed aircraft JSON - P-51D 2024-03-14T14:06:09.343Z [INFO] dcs-bios-api: parsed aircraft JSON - UH-1H 2024-03-14T14:06:09.360Z [INFO] dcs-bios-api: UDP client listening on 0.0.0.0:5010 node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Error: ENOENT: no such file or directory, open 'C:\Users\joeyd\acdb\aircraftModules.pp'".] { code: 'ERR_UNHANDLED_REJECTION'
  10. @xoomigo Thank you very much for your work! I can’t wait to take a look at it tomorrow.
  11. I have the same problem with my Touch Portal and the UH-1H Huey page. How did you solved it? Or is it impossible to solve until the PlugIn is updated? Thanks
×
×
  • Create New...