going to be a tutorial for those of you who want to learn how to make Winamp
modern skins.
(Pay attention to bold and Red words.
Lesson 1 the basics
Ok im just going to jump right in to the lesson because I'm lazy.
Programs that you need for these lessons-----------
A painting program
A editing program Note Pad Edit Plus etc..
---------------------------------------------------------
But there are some things that I have to explain, all the images are made
out of .png formats and if you wish not to have a plain old square skin you
should have a paint program that let's you use a transparent background. For
today you will need to download the stuff for the tutorial skin I made just
for this reason. (this is the attached file) in this file you should have a
file called skin.xml this is the main file that
Winamp looks for when it uploads the skin, there should also be two folders
called images and xml
the images folder is self explanitory and so is the xml folder.
open the skin.xml file there you should see some
code that looks like this...
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<WinampAbstractionLayer version="0.9">
<skininfo>
<version>1.0</version> ----this you can edit----
<name>Tutorial skin</name> ----this you can edit----
<comment>Feal free to use this skin as your template for your
skins</comment> ----this you can edit----
<author gaybag="mikwiththestick"> Mike Bergstrom</author> ----this you
can edit----
<email>Mike-db@shaw.ca</email> ----this you can edit----
<homepage>http://members.shaw.ca/mike-db</homepage>---- this you can
edit----
<screenshot>skinshot.png</screenshot> ----this you can not edit----
</skininfo>
----everything else you can not edit----
<include file="../default/xml/studio.xml"/>
<include file="../default/xml/gamma-presets.xml"/>
<include file="../default/xml/components.xml"/>
<include file="xml/player.xml"/>
</WinampAbstractionLayer>
[code]
this is what you should see. Please edit the lines you are allowed to edit. BUT before you do that go to this directory C:Program FilesWinampSkins and make a new folder call it whatever you want. then copy and paste all of the folders in to that new folder you made. there your done! this is a simple lesson on how to make modern winamp skins now if you want to get more technical then please make your own images but keep the original names or they would not work, feal free to screw around with the xml files fi you screw it up to badly just e-mail me and i will send you a fixed file, also i recomend that you look around the Winamp forums ([url=http://forums.winamp.com]http://forums.winamp.com[/url]) and just ask questions you will find the answers.
-----------------[b]WAL format quick lesson[/b]------------------------------------------
If you want to upload your skin to winamp.com lets say all you would have to doo is put all your skin filesinto a new .zip file and rename the .zip file to "myskinname.wal" then you would be ready to submit it.
[url=/attachments_legacy/it/post-22-1120859108_tutorialzip.ibf"]Attachement (click to open)[/url]
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:3469, old post ID:28015[/size][/color]