Page 1 of 1
Genesis Web Client Question
Posted: 27 Oct 2014 20:34
by Alexi
So in the past I've been an exclusive Cmud/Zmud user. I like the freedom that comes with the Genesis Web client, but all my triggers and aliases are within Cmud. I know they are completely separate applications, but I'm curious to know if there's a way to import aliases and triggers from Cmud into the Genesis Web Client? Not sure if that feature exists or if they're even compatible.
Figured I'd ask.
A
Re: Genesis Web Client Question
Posted: 27 Oct 2014 20:37
by Laurel
there is no such button anywhere I (client user) am aware of
Re: Genesis Web Client Question
Posted: 27 Oct 2014 23:20
by cotillion
No, it's not possible currently.
I don't know enough about the cmud format to say if it's possible to do.
Re: Genesis Web Client Question
Posted: 28 Oct 2014 01:29
by Cherek
cotillion wrote:No, it's not possible currently.
I don't know enough about the cmud format to say if it's possible to do.
Well you can export an XML file of all your aliases and triggers and stuff from cMud. It looks like this:
Code: Select all
<alias name="wt" id="2180">
<value>whisper to team</value>
</alias>
I dont know enough about the functionality of our client though to know if it's possible to use that kind of data somehow though.
Re: Genesis Web Client Question
Posted: 17 Nov 2014 10:21
by Zhar
Cherek wrote:cotillion wrote:No, it's not possible currently.
I don't know enough about the cmud format to say if it's possible to do.
Well you can export an XML file of all your aliases and triggers and stuff from cMud. It looks like this:
Code: Select all
<alias name="wt" id="2180">
<value>whisper to team</value>
</alias>
I dont know enough about the functionality of our client though to know if it's possible to use that kind of data somehow though.
You would have to write a script able to parse XML and turn it into specific JS code.