Jump to content

hreich

Members
  • Posts

    1808
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hreich

  1. The problem i am having, is that my commands are recognized every other time...First time command - when i say "Tanker" is recognized because i hear beep for confimation...The second time it doesn,t beep, than on third time it beeps again, then after that it doesnt beep and so on.. Does anybody knows how to fix this? TX1-TX5 buttons are set correctly, module is recognized, radios are tuned to receipient, but every other command is not recognized...
  2. U can always program friction control lever on throttle through script target software to change gears state up/down, and even make your throttle led lamp 1-5 to blink three times...That's what i use, so i have an indication that gear is moving up/down
  3. Did you managed to map backlights using sim app pro software?
  4. Hi---where did you find cockpit button and switches arguments? I am trying to find what cockpit argument is for HMB brightntess knob in f-18? I am using SIMVC cockpit app It doesnt work
  5. The part of the problem is that you need to have in your export.lua (●$HOME\Saved Games\DCS\Scripts\Export.lua) file this code :
  6. Well using other scripts together with yours pcall(function() local pw=require('lfs');dofile(pw.writedir()..[[Scripts\pw-dev_script\ExportInit.lua]]); end,nil); and this one together local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]]) cuases a problem... I even tried making yours shorter like this: local pw=require('lfs');dofile(pw.writedir()..[[Scripts\pw-dev_script\ExportInit.lua]]) This code below works fine (VC Simcockpit export+tavciew+vaicom+winwing), but when i add your code it messes with one form the below list... dofile(".\\VCSServer\\FA18C.lua") local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]]) local Tacviewlfs= require('lfs'); dofile(Tacviewlfs.writedir()..[[Scripts\TacviewGameExport.lua]]) local wwtlfs=require('lfs'); dofile(wwtlfs.writedir()..[[Scripts/wwt/wwtExport.lua]])
  7. I am having same problem but i am using sim vc (virtual cockpit for ipad), DCS UFC, Tacview, Vaicom, Winwing... Forr now VAICOM part is making mess of other exports, and i dont have a clue how to change the code, or where to put VAICOM part..:Tried every possible combo, but it just doesn't play nice with other exports... dofile(".\\VCSServer\\FA18C.lua") pcall(function() local pw=require('lfs');dofile(pw.writedir()..[[Scripts\pw-dev_script\ExportInit.lua]]); end,nil); local wwtlfs=require('lfs'); dofile(wwtlfs.writedir()..[[Scripts/wwt/wwtExport.lua]]) local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]]) local Tacviewlfs= require('lfs'); dofile(Tacviewlfs.writedir()..[[Scripts\TacviewGameExport.lua]]) local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]]) Simm0 - do yuo know where is thread you mention located?
  8. Where can i find the list of arguments?
  9. Does anybody know what's correct argument value for F18 HMD brightness knob? The one that is used (136) in SIM cockpit app https://simvc.com/ isn't correct because it doesnt work... panel:get_argument_value(136) --[[ 5 HMD OFF/BRT Knob ]],
  10. I am trying to fix code for exporting mfd buttons and MFD screens to ipad - and i need to find the correct argument_value for HMD brightness..Does anybody know how to find it... The one that is used in the original code is (136) and it doesnt work... function MiscPanel(panel) WriteToLog("miscPanel called.") return string.format("MS%0.0f,%0.1f,%0.1f,%0.1f,%0.1f,%0.1f,%0.1f,%0.0f,%0.0f,%0.1f" , panel:get_argument_value(49) --[[ 1 Master Arm Switch, ARM/SAFE ]], panel:get_argument_value(51) --[[ 2 Left MDI Brightness Selector Knob, OFF/NIGHT/DAY ]], panel:get_argument_value(76) --[[ 3 Right MDI Brightness Selector Knob, OFF/NIGHT/DAY ]], panel:get_argument_value(135) --[[ 4 IR Cooling Switch, ORIDE/NORM/OFF ]], panel:get_argument_value(136) --[[ 5 HMD OFF/BRT Knob ]],
  11. I was wondering if anybody uses this utility Sim Virtual Cockpits - from https://simvc.com/ to export mfd buttons and screens to ipad... I am having problems merging export lua with code needed for this app - below are details with code needed for DCS UFC and winwing sim app pro... When i use export for SIMVC winwing and DCS ufc stops working..
  12. Did you found how to use simapp pro finally? I am in same boat as you...
  13. In my export.lua i have to use this code - to get SIM VIRTUAL COCKPIT server to work (exporting mfd screens to ipad)... Problem is when i use that part of code, with other exports - for example winwing + DCS UFC export everything stops working... How to merge this two snippets of code in export.lua snippet1 snippet2
  14. And another question---how to fix export.lua so i can use at the same time: dcs ufc tacview winwing combat panel voice attack and virtual cockpit f18... Heres my export.lua, New Text Document (4).txt dont know how to fix it to work...what to move before what?
  15. Halo.. Is there a way to see mfd screen export ed? I just found that DCS UFC cant export mfds...so i have to use another app for that
  16. MustangSally - your solution is to use take off panel which i don't have...I am trying to do it only with combat ready panel - so when i press one of the buttons, to switch light on
  17. Does anybody have idea and tutorial in good english - how to use sim app ? Can anybody point me how to program only combat ready panel - to setup some button to turn on lights on panel? (without take off panel) ?
  18. How does one enter and change radio comms freqs in Ah-64D ? Is there a radio comms panel, or everything is over UFC panel? Are there any pics of keyboard for entering radio comms? I am trying to figure something ahead of release to prepare my sim cockpit
  19. Just to say thanks - will keep my eyes on this one, i would like to use my xiaomi pad5 as a second monitor..
  20. ---- UPDATE ---- found the solution on discord ---- problem solved with manualy editing vieports file I am having a new problem with f14 helios profile on my 2 screen both at 1920x1080 resolution.. Mfd screens are wrongly sized.. VDI is streched over HSD. Check this pic https://imgur.com/a/x8UrzYA.. How to resize them correctly?
  21. ---- UPDATE ---- found the solution on discord ---- problem is with mirage viewports Hi all. i am the latest version of Open beta and latest Helios...This is error i get when loading profile through profile editor: { "product": "Helios", "version": "1.6.5101.0", "items": [ { "report": [ { "timeStamp": "01/05/2022 06:59:48.764 PM", "status": "Helios viewport patches installation would fail" }, { "timeStamp": "01/05/2022 06:59:48.764 PM", "status": "Some patches would fail to apply. No patches have been applied." }, { "timeStamp": "01/05/2022 06:59:18.411 PM", "severity": 2, "status": "DCS installation in 'T:\\Games\\DCS World OpenBeta' failed to apply patch to Mods\\aircraft\\M-2000C\\Cockpit\\VTB\\VTB_init.lua: CONTENT_NOT_FOUND\r\nThe patch could not locate the expected content section (searching near character 1478):", "code": [ { "text": "iewport(\"RIGHT_M", "lineEnding": 0 } ] }, { "timeStamp": "01/05/2022 06:59:18.413 PM", "severity": 2, "status": "DCS 2.7.9.18080 could not be patched using version 002_007_00006_13436_00000 of the patches. You may need a newer distribution of Helios or of the patches.", "recommendation": "Please make sure you do not have viewport mods installed and run a DCS Repair (slow mode) to clean up DCS." } ], "name": "Configuration Results" } ] }
  22. Can you explain the idea?
  23. https://totalcontrols.eu/contact/
  24. https://virpil-controls.eu/shop.html
  25. https://www.winwing.cn/en/JOYSTICK
×
×
  • Create New...