Jump to content

hreich

Members
  • Posts

    1787
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hreich

  1. Is this option you mentioned?
  2. Yes of course my axis are mapped correctly, and i use original A-10C grip --this is becoming impossible for me to solve...Yesterday i did some more testing, and i managed to get the stick axis movement recognized couple of times without disconnecting / connecting from usb port...I did that by first launching shortcut to kill Microsoft store service, and then launching target software...I managed to get the stick to work without repluging five times. But i don't know which combination of black magic tricks worked. But this morning this option also didn't work, and only option is for me to disconnect/reconnect hotas from usb before i launch script software.. Also when you load your PC with TM Warthog plugged in PC, do you have your throttle lights ON or OFF? Mine are off..I don't know which is default state of led light on throttle..Maybe something is wrong with initalization from inside windows (not from target software itself)?
  3. @MadogMy VAICOM recognizes my Ka-50 module correctly, export.lua is properly modded for VAICOM to work...But radio comm menu still turns itself on..On top of that my F12 key doesnt work for some reason..Other F-keys are working fine, but F12 doesn't work at all...Inside DCS it doesn't work and i cant exit comms menu with F12.Exit..I just noticed that when i close DCS and VA -my F12 key still doesn't work...Like something is reserving it...I have logitech g213 keyboard, and i have to use a profile - with which i program macro key that is used when i press F12 key to get it working (to press F12)..
  4. I just noticed same thing - did you fixed it?
  5. Will the author continue to support new DLC modules Mi-24 and Ah-64?
  6. Is tehre a way to replace all Ka-50 voices (radio, abris etc) with russian only when flying NATO\blue side? I now it was possbile in earlier releases of dcs and BS...
  7. I would like to edit R-828 channel list...Is it possible and what file to edit?
  8. Is there a mod for open beta 2.7 to have always russian rita voices in Ka-50?
  9. Here's my export.lua: local dwlfs=require('lfs'); dofile(dwlfs.writedir()..[[Scripts\DEVICEWORKS\DEVICEWORKS.lua]]) -- run Helios export script supporting drivers generated by Helios Profile Editor and Capt Zeen modules dofile(lfs.writedir()..[[Scripts\Helios\HeliosExport16.lua]]) -- example calls for other programs you may have: -- dofile(lfs.writedir()..[[Scripts\SimShaker.lua]]) -- dofile(lfs.writedir()..[[Scripts\SimShaker-export-core\ExportCore.lua]]) -- dofile(lfs.writedir()..[[Mods\Services\DCS-SRS\Scripts\DCS-SimpleRadioStandalone.lua]]) local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]]) -- IVMOBS Modification -- v109 local default_output_file = nil function LuaExportStart() end function LuaExportBeforeNextFrame() end function LuaExportAfterNextFrame() end function LuaExportStop() if default_output_file then default_output_file:close() default_output_file = nil end end function LuaExportActivityNextEvent(t) local tNext = t return tNext end --{{A10C}} -- dofile(".\\VCSServer\\Main.lua") --{{MIRAGE}} -- dofile(".\\VCSServer\\M2000C.lua") --{{AV8BNA}} -- dofile(".\\VCSServer\\AV8BNA.lua") --{{FA18C}} -- dofile(".\\VCSServer\\FA18C.lua") -- ========= Modules ========= dofile(".\\VCSServer\\FA18C.lua") dofile(lfs.writedir()..[[Scripts\Helios\HeliosExport16.lua]]) -- run Helios export script supporting drivers generated by Helios Profile Editor and Capt Zeen modules --dofile(lfs.writedir()..[[Scripts\Helios\HeliosExport16.lua]]) local vaicomlfs = require('lfs'); dofile(vaicomlfs.writedir()..[[Scripts\VAICOMPRO\VAICOMPRO.export.lua]]) local Tacviewlfs=require('lfs');dofile(Tacviewlfs.writedir()..'Scripts/TacviewGameExport.lua')
  10. Ok I'll try bot suggestion.. I foegot to mention that my expprt.Lua has different entries for mfd screen export, tac view etc.. I'll add my exporr.lua later when i am home here so maybe someone can help me figure out what the problem is.. Sent from my M2003J15SC using Tapatalk
  11. My F12 key stops working, other keys are working fine...I have logitech keyboard G213..When i launch DCS WORLD stable F12 works... Problem is only in DCS World beta latest update
  12. Is it possible that VAICOM by itself opens radio commands window randomly during flight? I get this problem where during flight radio comms window opens by itself and i didnt push any of transmit buttons Sent from my M2003J15SC using Tapatalk
  13. Thanls for the info Sent from my M2003J15SC using Tapatalk
  14. I am trying to not use disconnect from usb port.. Maybe some sort of software disable Sent from my M2003J15SC using Tapatalk
  15. The script finds the Joystick and compiles fine, virtual devices created correctly and real ones disabled. But... there is no input. In the device analyzer, I can see the joystick is there but no button presses or axis movements are recorded. Throttle shows fine in both left and right panels. The only thing helping is to unplug USB cable for stick and reppluging..Is there a software way to unplug/plug usb device? Also one thing i noticed, taht when i terminate windows store, launching of target script folder is faster..
  16. Is there any news in regards to mi24 compatibility? Sent from my M2003J15SC using Tapatalk
  17. I am having 4 usb hid devices that cannot be found...How to remove them from my script? Although i have the excluded in my scipt? Configure(&HCougar, MODE_EXCLUDED); // Exclude Cougar Stick and Throttle Configure(&T16000, MODE_EXCLUDED); // Exclude T16000M Joystick (Right Hand) Configure(&T16000L, MODE_EXCLUDED); // Exclude T16000M Joystick (Left Hand) Configure(&LMFD, MODE_EXCLUDED); // Exclude Left MFD Configure(&RMFD, MODE_EXCLUDED); // Exclude Right MFD Configure(&TWCSThrottle, MODE_EXCLUDED); // Exclude TWCS Throttle Configure(&TFRPRudder, MODE_EXCLUDED); // Exclude TFRP Rudder Configure(&TFRPHARudder, MODE_EXCLUDED); // Exclude TFRPHA Rudder Configure(&JoystickF18, MODE_EXCLUDED); //Exclude F18stick What am i missing here?
  18. Somewhere on this forums i stumbled about similar topic, and answer was to remove Microsoft store to get device analyzer to work again..
  19. I cant finish this mission succesfully- i changed my armor platoons to invincible, and waited till they enter H-4 airbase, and we together destroyed all but couple of APC-s on the base...But trigger for ending mission succesfully never showed..What am i missed?
  20. Ah those ruskies.. Hope they fix that in new checkmate stealth plane... Sent from my M2003J15SC using Tapatalk
  21. I know how to turn rwr off, but how to change volume? Sent from my M2003J15SC using Tapatalk
  22. Same problem for me.. After 4 missiles i have to change weapon selector to something other , than back to missiles after that petrovich can fire other 4 Sent from my M2003J15SC using Tapatalk
  23. What is the status of integration with Mi-24P radios?
  24. I cured all my simptoms by clean/repair option
×
×
  • Create New...