View Single Post
  #84  
Unread 02-22-2006, 04:16 AM
russellvt russellvt is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 2
Default Skin Info

It would be nice to have you guys ship a "equi_skininfo.xml" file, as well, just to differentiate the eq2map skin in the /loadui command.

Admitedly, I'm using the manual update version which I currently have scripted to copy the default ui over to the new directory, then take the most current eq2map.zip file and unzip it over that same directory (ie. so anything packaged there-in overwrites the defaults in the new directory).

Currently, I've just written my own that says:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page Name="SkinInfoPage" ScrollExtent="800,600" Size="800,600" Visible="false">
<Data author="EQ2Interface.Com" contact="http://maps.eq2interface.com" description="EQ2 Modular Atlas" Name="SkinInfo" text="EQ2 Map Skin" version="1.0.6 Feb 21 2006"/>
</Page>
Reply With Quote