Author Topic: dynamic command creation/updating  (Read 1493 times)

0 Members and 1 Guest are viewing this topic.

zen_SuR

  • Jr. Member
  • **
  • Posts: 15
  • Karma: 2
    • View Profile
dynamic command creation/updating
« on: September 18, 2017, 10:30:43 PM »
i just want to be able to include an external often changing xml with commands and combine it with an existing commandtree on restart of vc.

kind of a command on VC.Loaded that says something along the line:

"VC.importcommands from http://www.yourdomain.de/vc_commands.xml in group xy"

or is there a workaround i am not aware of?

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: dynamic command creation/updating
« Reply #1 on: September 19, 2017, 04:11:18 AM »
You will need to find a way to edit the XML externally before you start or restart VoxCommando. I do not recommend doing this but it is the only way.

zen_SuR

  • Jr. Member
  • **
  • Posts: 15
  • Karma: 2
    • View Profile
Re: dynamic command creation/updating
« Reply #2 on: September 19, 2017, 05:18:13 AM »
I was fearing that but hoping, since i basically just want the function of copying and pasting an xml file from the forum into my commandtree, that it qualifies for a managable feature request... dont you think that would open so many doors for how one can use voxcommando? Otherwise i am interessted why it is not possible to have such a function for better understanding vc. Greetings, joe

zen_SuR

  • Jr. Member
  • **
  • Posts: 15
  • Karma: 2
    • View Profile
Re: dynamic command creation/updating
« Reply #3 on: September 19, 2017, 01:39:18 PM »
a possible solution for my usecase would also be if voxcommando could load an entire xml commandtree as default thats online and not the local one in the vc folder? is there any way you could think of for doing just that?