-
Posts
1802 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Bailey
-
VA itself should not be the only cause of the issue. It may seem that either VAICOM is doing something, or using keybinds causes things to be different.
-
Here is what I do: 1. Navigate to the code you want to modify with your browser on the github site. 2. Press the period key. The code editor should pop up. 3. Make your chnges. 4. When done, press the line and dot icon on the left icon bar. 5. Above "commit and push" add a changelog message. 6. Press "commit and push".
-
It didn't work. feel free to post here or PM me the file and I'll integrate it.
-
I'll be waiting. It's so much easier with the in-browser editor now!
-
Thanks. Updated in the Git.
-
Bailey's VoiceAttack Profiles (Added OH-58D Kiowa!)
Bailey replied to Bailey's topic in PC Hardware and Related Software
I am working on the DCS F-4E VoiceAttack Profile. -
Here is how I find the correct name for all modules: Sorry @3000 Black Jets of Allah for stealing the stage.
-
Hey everyone! @ExoLight and I have put a little something together. They are away on business and allowed me to present our work. The F-4E lua can be found here: https://github.com/asherao/DCS-ExportScripts/blob/master/Scripts/DCS-ExportScript/ExportsModules/F-4E-45MC.lua With over 1,000 args, you'll find it pretty extensive. Thank you to https://github.com/charlestytler/dcs-clickabledata-extract! ExoLight's work on the profile for the StreamDeck can be found here: https://github.com/asherao/DCS-ExportScripts/blob/master/docu/StreamDeck Examples/F-4E.streamDeckProfile and here: https://github.com/asherao/DCS-ExportScripts/tree/master/docu/Pics/F-4E/Exo's F-4E icons They had not gotten everything they would have liked in there, but it is still a wonderful start. They will add some more exports in there when they have more time to do so. Sidenote, they made a table in the Lua file to associate names with export IDs. They feel like this is a good way to keep contributions from multiple people more organized and make bugs less likely. You'll find it pretty explicit. We hope that some people will find it useful at launch!
-
Hey everyone! @ExoLight and I have put a little something together. They are away on business and allowed me to present our work. The F-4E lua can be found here: https://github.com/asherao/DCS-ExportScripts/blob/master/Scripts/DCS-ExportScript/ExportsModules/F-4E-45MC.lua With over 1,000 args, you'll find it pretty extensive. Thank you to https://github.com/charlestytler/dcs-clickabledata-extract! ExoLight's work on the profile for the StreamDeck can be found here: https://github.com/asherao/DCS-ExportScripts/blob/master/docu/StreamDeck Examples/F-4E.streamDeckProfile and here: https://github.com/asherao/DCS-ExportScripts/tree/master/docu/Pics/F-4E/Exo's F-4E icons They had not gotten everything they would have liked in there, but it is still a wonderful start. They will add some more exports in there when they have more time to do so. Sidenote, they made a table in the Lua file to associate names with export IDs. They feel like this is a good way to keep contributions from multiple people more organized and make bugs less likely. You'll find it pretty explicit. We hope that some people will find it useful at launch!
-
Bailey's VoiceAttack Profiles (Added OH-58D Kiowa!)
Bailey replied to Bailey's topic in PC Hardware and Related Software
Thank you for coming back and letting us know what worked better for you. As for the "target freq" stuff, it seems like I may have left some debugging commands on. oops! VA displays the correct value, that is good. That is feedback to the player so they know they were heard correctly. There can be 2 main reasons why this correct value is not represented in the game. 1) The math logic is incorrect in VA. 2) The player did not set the baseline freq as according to the readme (if applicable. Each module can be different.) -
Bailey's VoiceAttack Profiles (Added OH-58D Kiowa!)
Bailey replied to Bailey's topic in PC Hardware and Related Software
Take a look at the Readme located in each voice attack profile. It will tell you the best way to tune frequencies and tacan. -
Updated in the Git, Thank you. Unfortunately I cannot personally check at the moment. Hopefully another helpful soul will come by soon. The devs likely changed the args. Track down what went wrong where one step at a time. You said that the basic DCS IDs are the same, so that alleviates much of the troubleshooting.
-
Can you do that again? I have been away from git for a while so 2 changes to the same file from different people got me confused. (Thank you) Not impossible. Would have to put them in by hand as a workaround. Yes, there is code to interpret those files. Modules with multiple versions (C101, F1, etc) tend to break this feature.
-
Bailey's VoiceAttack Profiles (Added OH-58D Kiowa!)
Bailey replied to Bailey's topic in PC Hardware and Related Software
In the first post you can find the links to the Voice Attack profiles. Voice attack is an application that can translate spoken commands into game actions (among many other features I won't go into here). Check out this video to get started https://youtu.be/D3ZckIkMIS8?si=Da6zygO0Q2-w-_yP -
I also use VS. You should be good.
-
Hmmm. To my knowledge, there isn't a step-by-step on Google. What you can do is take a look at the idea and code in my DMPS utility for the M2000C. Then you will have to find an example of how to make something push buttons in DCS. That can be found in DCSTheWay (via the DCS plugin system), or DCS-BIOS, or you can check out my L39 VoiceAttack profile that leverages DCS-BIOS in its own way. With a combo of the above, it should give you a good idea in how to make a DTC-like utility for the apache. I hope that helps.
-
I have no idea That may sound like a question for razbam after further investigation.