View Single Post
  #1  
Unread 10-21-2011, 04:32 PM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
how do you post an addon for a plugin

I will develop here more my question:

I made an UI and to fit in that UI i adapted the skins of some plugins to fit in it (Travel, Bevy, Songbook and Lotropad)

The files i modified are file coding color like
Code:
self.listBg:SetBackColor(Turbine.UI.Color(0.5,0.2,0.2,0.2));
or TGA in the resources folder.
I never changed any other code

Before i continue, let me tell you that i have the agreement of the authors to post the skins i made as an addon for their plugins, so all is great BUT

I am facing now the way to post those

Do i have to include all the whole package plugins to create this addon skin OR is there any other way to do?

What is the best to do ?
Reply With Quote