VoiceAttack
Profiles, Commands and Plugins => Profile and Command Discussions => Topic started by: bholcomb007 on March 03, 2018, 10:01:25 AM
-
I was wondering if anyone had the file format (layout) information for the profile files?
I am making a tool that I would like to export a profile file for voice attack and it would be wonderful if I had a doc for the syntax of the file.
-
.vaps are xml formatted, and can be viewed in any normal text editor
-
I actually do not have a format document for the generated .vap files. There's a lot of logic and a fair bit of overloading that goes on for each element given various contexts that kind of impedes me from doing so (it would take a fairly long period to document this is what I guess I'm trying to say). Since you're probably only going to be using a small subset of elements, the best way about this is to create a profile with the types of commands you would to use and then observe the generated output. Otherwise, it would be a long time waiting for documentation :( Sorry about that!
-
Thanks for the reply...excellent idea, I will have to do just that!
Cheers!