View Single Post
  #2  
Unread 09-29-2007, 12:41 PM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
The only way to make it a bit more tidily atm is to make a folder for every different skindefinitions in your main folder but still it would be better to have them renamed differently in the same folder.

This is how we can do it now:
Skins\UI\DaimonUI\Config\Version1\SkinDefinition.x ml
Skins\UI\DaimonUI\Config\Version2\SkinDefinition.x ml
Skins\UI\DaimonUI\Config\Version3\SkinDefinition.x ml
etc..

The game still finds all the skindefinition.xml files. No matter if they are behind a few folders.

(so your Skins\UI\ folder wouldn't look like this: [DaimonUI1] [DaimonUI2] [DaimonUI2] [Deewe1] [Deewe2] [RandomX] [RandomY] [Misc2] [LolUI] [tisUIftw] )


Of course then you have to make some modifications on your .xml file so you can use the same pictures for all of your .xml pictures)


Example:
Skins\UI\DaimonUI\Config\Version1\SkinDefinition.x ml
Skins\UI\DaimonUI\Graphics\Misc\picture.tga


The instead of FileName="picture.tga" you have to type in
Filename="../../Graphics/Misc/picture.tga"
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote