|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Mon Jul 20, 2009 10:20 pm
[3.09] Map setting XML loses fields |
The XML for Map settings does not include the Autoload and Map fields when exporting, viewing, and copying.
Procedure
1. Launch CMud
2. Close Sessions window (ESC)
3. Open Package Editor (CTRL-G)
4. Paste into the PE tree
Code: |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<mapper name="Room Map" copy="yes">
<uid>{EEC99870-4AB8-4EEF-91F8-35222BCF7215}</uid>
</mapper>
</cmud> |
5. Check the Autoload box
6. Type something into the Map box
7. Click Save
8. Select from the PE menu "File|Export XML(All)", provide filename and save
9. Right-click on the "Room map" setting, select Copy from context menu
10. Open step 8 .XML file and Paste |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Jul 21, 2009 4:34 pm |
Yep, confirmed and added to bug list. You can also easily see the bug after step 5 by clicking the XML tab to see that the XML being generated doesn't have the option.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jul 23, 2009 10:51 pm |
Fixed for 3.10. Although the AutoLoad field will only show up in the XML if it is set to false (different from the default)
|
|
|
|
|
|