Saving in XML

Posted by Mradventure on Mon 16 May 2011 07:33 PM — 4 posts, 18,798 views.

#0
I noticed this client says it saves in XML, yet I don't see any option to save my world details/triggers to such a thing.

How do I do so?
USA Global Moderator #1
Your world file <name_of_your_world>.mcl in the worlds directory is an xml file. If you open it with a text editor you will see that. Your aliases and triggers are in the aliases and triggers sections of that file.

Also, you can export aliases and triggers to their own xml files separate from your world file by clicking the "Save..." buttons in the triggers and aliases configuration dialogs (Shift+Ctrl+8 and Shift+Ctrl+9 respectively).
Amended on Mon 16 May 2011 08:01 PM by Fiendish
#2
I tried renaming it and using it with the mudclient for my android, which can read xml's and it wouldn't read them. Do I need to open them in a notepad thing and resave them as .xmls?
USA #3
XML is a generic data format that lets you store your data in a structured manner. The actual ddata is completely application-dependant. This means that MUSHclient's XML data is specific to MUSHclient, and it won't work for Mudlet or your mobile MUD client.