Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

DCS World

A topic by Wreckluse created Jan 07, 2023 Views: 264 Replies: 3
Viewing posts 1 to 2

Flying in VR, it would be very handy to have FoxVox commands for DCS World.  I made a start to have a few commands, but a lot of the complex macros don't seem to work for me, e.g. the Active Pause LSHIFT+LWIN+Pause or commands for moving the cockpit camera, RSHIFT+RCTRL+KP*  (and KP /).

Maybe someone else would have better luck  :)

Not really looking for a complete set like the BMS library (though that would be great) but some of the housekeeping stuff like the above, and things like Radio and View keys would be nice. I'm starting to build those for myself little by little.

Depending on the game, you may need to add pauses (between 10-50 ms typical range) on or between key events to get them to register.  Otherwise they are so fast that the game might not register them.  You may want to experiment with this.  I show how to do this with mouse outputs in the last chapter of my basic tutorial video with drag-drop (it works the same for keyboard outputs).

Thanks again. As suggested, putting a delay between the main Key DOWN and Key UP fixed it! I used 100 ms just to make sure, but could probably go shorter. Didn't affect processing time so it is probably fine.

Awesome, glad to hear it!  If you'd like me to post your library here for other DCS users once it's ready, just let me know.  I'm sure others would benefit from not having to start from scratch.