Jump to content

Bailey

Members
  • Posts

    1802
  • Joined

  • Last visited

Everything posted by Bailey

  1. 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.
  2. Good luck! Looking forward to seeing how they turn out.
  3. 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".
  4. It didn't work. feel free to post here or PM me the file and I'll integrate it.
  5. I'll be waiting. It's so much easier with the in-browser editor now!
  6. That's not good. May be best to comment it out with an explanation. Or just a note. I'll get to it when I can unless someone else does.
  7. Thanks. Updated in the Git.
  8. I am working on the DCS F-4E VoiceAttack Profile.
  9. Here is how I find the correct name for all modules: Sorry @3000 Black Jets of Allah for stealing the stage.
  10. Modified for less CPU load. Try it out! https://github.com/asherao/DCS-ExportScripts/blob/master/Scripts/DCS-ExportScript/ExportsModules/UH-1H.lua
  11. 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!
  12. 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!
  13. 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.)
  14. Take a look at the Readme located in each voice attack profile. It will tell you the best way to tune frequencies and tacan.
  15. Bailey

    test

  16. Interesting. Thanks for the heads up. 1. Yes. 2. Good luck. I had a feeling it would be weird. Amazing! Merged! Thank you! I like how you displayed the info with graphics so much!!!
  17. 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.
  18. 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.
  19. Thanks @davidp57 and @ExoLight. I'll get those updates in soon (tm). Feel free to coordinate other updates and masters.
  20. 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
  21. I also use VS. You should be good.
  22. 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.
  23. Added to the Library, thanks to you and others in the community! Great work!
  24. I have no idea That may sound like a question for razbam after further investigation.
×
×
  • Create New...