Skinning XML

From GSC Wiki

Jump to: navigation, search

Contents

Overview

XML is a human-readable file format for storing data. In the XML file associated with each skin is a tree of tags and values which define the skins characteristics. Editing any of these values will make a change to the skin itself. The XML tree can be broken up into the following sections:

Skin Parameters

Located in /skin

Tags which define information about the skin, such as the skin format version, name, author, and location of thumbnail images.

Options

Located in /skin/options

Tags which define programmable aspects of GSC, such as certain fixed window sizes and window frame parameters.

Bitmaps

Located in /skin/bitmaps

Tags which define where the necessary image files are stored in relation to the skin's XML file location.

Colors

Located in /skin/colors

Tags which define color values used throughout GSC. The color values are in hexadecimal format and recognized as either RRGGBB or AARRGGBB.

Fonts

Located in /skin/fonts

Tags which define the different font styles used throughout GSC. The color values are in hexadecimal format and recognized as either RRGGBB or AARRGGBB. The tags bold, italic, and underline are optional.


Personal tools