Jump to content

hreich

Members
  • Posts

    1770
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hreich

  1. I am also looking for info if its possible for combat ready panel to use sim app pro to simulate key press Sent from my M2003J15SC using Tapatalk
  2. Can you please share how to use reshade? Sent from my M2003J15SC using Tapatalk
  3. After finishing mission i get two circles on map, and one strike target coords...They are different targets on map - check pics Also coord displayed after misison complete, and on the begining of the next mission are different...Which one to use
  4. When i am in later stages of campaign contacting carrier calls Kobuleti - what is the right frequency ? I am using channel from the briefing, but carrier does not answer
  5. Is there a way to extrapolate fom .miz file radio comms of a carrier? Combat flite knows TACAN and ILS channel, but no ATC comms...
  6. Not sure i understand what is difference between those two sticks?
  7. I use lled mod for f18 and it works great. Maybe there is some mod for your airframe Sent from my M2003J15SC using Tapatalk
  8. What is rhe status of latest bug with viewports errors bug? Is it fixed? Sent from my M2003J15SC using Tapatalk
  9. I just came back to the campaign after 6 months...I have written campaign target coords, whic are in below pic... But in F-18 i dont have option to enter those coords ..How can i do that?
  10. Yes i was...but don't have idea what is used for what
  11. Hi all..there is a way you can use DIY method to control panel lightning knob with radio 1/2 com dials, or even crs/hdg momentary switch...The way i use it is: 1.In DCS config option first I add modifier - for example i use hat4 push button on TM Warthog as modifier 2.Then in DCS F-18 module - I assign winwing combat panel Radio COMM dial 1 clockwise to Panel lightning INCREASE, and Radio COMM dial 1 anti-clockwise to Panel lightning DECREASE That way i can switch on/off my Winwing CRP panel lights with using TM Warthog HAT4 push button + rotating radio com1 knob left/right.. The same way you can use crs/hdg momentary switches for similar purpose... With using modifier button from your HOTAS stick you can double th switch/rotar functions on your combat ready panel Of course, for this to work you have to use F-18 module and sync panel light option in SIM APP PRO....
  12. Hi...hope everything is well with you.. You helped me once and shared your helios dcs f16 big mfd+ded profile once..:Do you still use Helios? As of latest open beta dcs patches i am getting lots of errors using helios...Do you still use it maybe and do you have any sort of fix for viewport errors (that me and other users are experiencing) upon launching HELIOS...

    1. Droning_On

      Droning_On

      Hi,  funny you should message this.  I actualy was trying to get it to work myself.  The imbeded instruments work ok for me but the MFD's and the screen setup seems to have changed/broken since the last Beta.

      I beleive is somthing to do with the overall screen resolution and the Lua files that note the location of the MFD's DED, RWR etc.

      TBH I thought it was just me and I gave up hoping we would get an Helios update but I'll have a play about and see if I can work out whats happening on the Lua files.

  13. Hm -- loks like after switching this option to dynamic i got it fixed
  14. Hmmm...loks like after switching this command to dynamic i got it fixed:
  15. 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...
  16. 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
  17. Did you managed to map backlights using sim app pro software?
  18. 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
  19. 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 :
  20. 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]])
  21. 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?
  22. Where can i find the list of arguments?
  23. 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 ]],
  24. 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 ]],
×
×
  • Create New...