VoiceAttack

Profiles, Commands and Plugins => Profile and Command Discussions => Topic started by: bholcomb007 on March 03, 2018, 10:01:25 AM

Title: Profile file format...
Post 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.
Title: Re: Profile file format...
Post by: Gangrel on March 03, 2018, 10:26:16 AM
.vaps are xml formatted, and can be viewed in any normal text editor
Title: Re: Profile file format...
Post by: Gary on March 03, 2018, 10:53:54 AM
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!
Title: Re: Profile file format...
Post by: bholcomb007 on March 03, 2018, 08:45:43 PM
Thanks for the reply...excellent idea, I will have to do just that!

Cheers!