[DESCRIPTION] Title = My Cool Skin Copyright = John Doe Email = john.doe@abc.com Url = http://www.abc.com [SKIN] Type = 2 Wall = 0 Pack = 1 Pack_Goal = 2 Man = 3 Man_Goal = 4 Floor = 5 Goal = 6 Image_File = MySkin.png -- OR -- [IMAGE] Qk14mwAAAAAAAAAo... AAAAAAAAptruutbu... pr7Ojq6+lrbGhqa2... ... [END]
0 | 1 | 2 | 3 | 4 | 5 | 6 |
The SKIN section contains keys for each display element, the value is the index of the elements image in the image file which contains all the necessary images side by side. The example to the left shows a simple skin file and the corresponding image file. The image file in the example is an external file. Image_File specifies a path to the actual file.
The IMAGE section is optional and contains an embedded image file. In this case the Image_File value is removed. The text inside the IMAGE section is the image file Base64 encoded. Base64 is a standard encoding specified in RFC 1421.
Optionally the BACKGROUND section can contain a background image. Use this if the background image differs in size from the other skin images. The background image should be a tiling image. The Background_File parameter can be used to specify an external background image file.
The END section ends the file.