Jump to content

bradleyjs

Members
  • Posts

    555
  • Joined

  • Last visited

Personal Information

  • Flight Simulators
    DCSW
  • Location
    Orlando
  • Occupation
    Computer Engineer
  1. 4. Run Voice Attack as Admin. On my system, this a key factor. Plus, I had to write a script to Stop/Start certain processes to get VA/VAICOM to work. I have included the .cmd contents and it is executed as an Admin. Hope this helps anyone that might have similar issues. ::-------------------------------------------------------------------- :: Jeffrey S. Bradley, 9/22/2018 (Rev v1.1 11/26/2018) ::-------------------------------------------------------------------- :: :: The initial part of this script is for re-calling this same :: batch file but making the CMD Window run Minimized. The VoiceAttack :: app window displays as a normal window. :: :: This script stops both NahimicSvc32Run/NahimicSvc32Run :: tasks (in case they were running) and stops the NahimicService :: and kills the NahimicSvc64 process before looping to :: to verify that all processes are no longer running. :: Finally, it then starts the VoiceAttack executable and :: subsequently restarts the processes. :: :: Note: This MUST be 'Run as an administrator' ::-------------------------------------------------------------------- ::-------------------------------------------------------------------- @ECHO OFF IF "%1"=="done" GOTO RunTime START "" /MIN %0 done EXIT :RunTime TITLE VoiceAttack CMD CD C:\JSBCommands SCHTASKS /END /TN NahimicSvc32Run SCHTASKS /END /TN NahimicSvc64Run SC STOP NahimicService TASKKILL /F /IM NahimicSvc32.exe TASKKILL /F /IM NahimicSvc64.exe TASKKILL /F /IM NahimicService.exe :StartOver TASKLIST | FINDSTR /I "Nahimic" >nul IF %ERRORLEVEL% EQU 1 (GOTO End) ELSE (GOTO StartOver) :End CD "C:\Program Files (x86)\VoiceAttack" "C:\Program Files (x86)\VoiceAttack\VoiceAttack.exe" SC START NahimicService EXIT ::--------------------------------------------------------------------
  2. Off the top of my mind, I think F9 is the default. But, I do have mine mapped to F12 as well. And that will fix the view issue.
  3. I use Skatezilla‘s tool to start DCS, but I also wrote a custom .cmd (PowerShell) script to start VoiceAttack/VAICOM, which runs as Admin. VAICOM, CTDs very infrequently, but it does happen. :cry: Overall everything works just fine.
  4. Just to throw this out there on this thread, especially for single player - VAICOM (via VoiceAttack) is another system that helps with comms. I use the TM A-10C HOTAS and it works perfectly fine. VAICOM Forum https://forums.eagle.ru/forumdisplay.php?f=733
  5. bradleyjs

    A-10c 2

    Yes, when at Nellis AFB, NV - 132.55 does nothing but works just fine in the Viper (F-16C)
  6. The Thrustmaster Warthog Throttle is bound automatically - this is just an FYI.
  7. After a quick test flight, I seemed to notice a bit more thrust too — which was definitely needed.
  8. You can change the Chatter volume on the Audio tab of the Config dialog.
  9. I just tested the new update and the Realistic ATC plug-in and all works perfectly for me .... just chiming in..
  10. Same here - been pulling hair out trying to figure it out.
  11. I too am not surprised about the delay and don’t have any issue with the decision. And to be honest, I’m a “little - very little” bummed it wasn’t released today. But, I will just keep “Moving On” —- An excerpt from an earlier Triumph song in the late 70’s. However, I literally have ~fifteen other minor projects that I’m working on simultaneously (not job related, as I’m now retired now). So, when SC is done baking, then I’ll take a bite! :joystick: i So, ED just keep us informed and we’ll take it from there!! Thanks!
  12. As per sthomson: I agree and personally highly recommend the VoiceAttack / VAICOM Pro solution. I’ve used the products for several years now and it works great especially with a HOTAS setup. Additionally, both products are maintained and updated on a regular basis.
  13. Roger that MAXsenna! Fingers crossed and we’ll just have wait and see.
  14. Being that SuperCarrier is being released on 4/15/20, I’m assuming that VAICOM will be compatible with is new module. Cporrect?
  15. Ok Hollywood, it now loads and it all seems to be working. I will continue to test a bit further. Thanks!
×
×
  • Create New...