The graphic files are only the background, they are static and won't do much by themself. This is where the Skin Editor comes in. If you take a look in a folder of an installed skin you will notice that for every screen in the skin there are 4 files with the almost the same name. For example: Menu_down.jpg, Menu_off.jpg, Menu_On.jpg and Menu.skin. The .skin file is important, this tells RoadRunner which buttons and functions are defined.
Code:
MEDIACAR Skin
MEDIACAR ZdGrey(800x600)Skin Skin
menu_off.jpg,menu_off.jpg,menu_on.jpg,menu_down.jpg
/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
B,179,506,146,65,,
/, L, x, y, w, h, color R;RGB, G, B, font size;FONT, font name, Code;LABELCODES, Tooltip;LABELALIGNMENT
L09,365,140,70,24,255,255,255,19,"DS-Digital","=TRACK:","RIGHT"
L08,200,140,80,24,255,255,255,19,"DS-Digital","=TIME:","RIGHT"
L07,200,110,80,24,255,255,255,19,"DS-Digital","=TITLE:","RIGHT"
L01,285,80,310,24,255,255,255,19,"DS-Digital","TAGARTIST","SCROLL-LEFT"
L06,200,80,80,24,255,255,255,19,"DS-Digital","=ARTIST:","RIGHT"
L02,285,110,310,24,255,255,255,19,"DS-Digital","TAGTITLE","LEFT"
L03,285,140,75,24,255,255,255,19,"DS-Digital","CURRENTTRACKTIME","LEFT"
L04,440,140,90,24,255,255,255,19,"DS-Digital","TRACKNUMBER","LEFT"
L,200,187,80,20,255,255,255,14,"DS-Digital","=PROGRESS","RIGHT"
L,200,248,80,20,255,255,255,14,"DS-Digital","=VOLUME","RIGHT"
L,200,216,80,24,255,255,255,17,"DS-Digital","=DATE:","RIGHT"
L,410,216,120,24,255,255,255,17,"DS-Digital","TIME","LEFT"
L,286,216,120,24,255,255,255,17,"DS-Digital","DATE","LEFT"
L05,512,248,45,20,255,255,255,14,"DS-Digital","VOLUME","LEFT"
/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
B01,23,49,146,86,"VOL+",
B02,23,213,146,86,"VOL-",Volume Down
/, I, x, y, w, h, Code;INDICATORCODES
I,118,165,20,20,"MASTERMUTE:b"
/, B, x, y, w, h, Command;COMMANDCODES, Tooltip
B03,23,136,136,76,"MUTE",Mute Sound
B04,631,49,146,86,"NEXT",Next Track
B05,631,213,146,86,"PREV",Prev Track
B06,641,136,136,76,"PLAY",Play / Pause
B01,480,506,146,65,"APPEARANCE","Appearance"
B07,330,506,145,67,"EXITMENU",Exit Program
B08,102,410,145,90,"GPS",GPS,
B09,252,405,145,95,"DVD",DVD,
B10,402,405,145,95,"AUDIO",Music,
B11,552,410,145,90,"VIDEO","List"
/, Y, Back Slider file path
Y01,"zd_slider1\slider_*.gif"
Y02,"zd_slider2\slider_*.gif"
/, S, x, y, w, h, x1, y1, w1, h1, O, Style, Pointer file path, h2, Code;SLIDERCODES, Tooltip
S01,286,250,220,15,286,250,220,15,H,01,"zd_slider1\pointer.gif",013,"MASTER",
S02,286,190,220,15,286,190,220,15,H,02,"zd_slider2\pointer.gif",013,"SONGPOS",
END
Usually for a beginner skinner this is way too complicated. So some smart people came up with the RoadRunner Skin Editor. It allows you to edit the .skin files with a Graphic User Interface. There are 2 versions, the original editor and an advanced (recommended) version made by pRoFiT, see the Requirements section above. You can also use Notepad or any text editor to edit the .skin files.
In the skin editor you can define area's as buttons and place them where you want on the screen. Usually the positions of the buttons in the SkinEditor are taken from the Graphics files for the screen. In other words, try to outline the buttons you made on the graphics files. (The Buttons you make in the editor will be invisible in the skin, the .jpg graphics file have the actual buttons on them.)
When you start the editor you will see a blank (grey) screen. You will have to set a folder where the RoadRunner Skins are located. To do this you have to set a path in the Skin Editor Settings menu. Open this menu by clicking on: Settings, Skin Editor Settings.
If you have a problem with making a skin, don't hesistate to ask. But please try to describe the problem you have so others understand you. (what might be commen knowledge to you might be totally new to another.)
Comments, suggestions and contributions to the tutorial are more than welcome!