<!-- dont preload anything in this folder -->
<boolean id="preload" value="false"/>
<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>
<!-- logo mappings -->
<!-- the following XML maps pictures inside this folder into other positions
in the resource system, which allows this folder to be dropped into any
place in the graphics folder and still have the game pick up the graphics
files from the correct places
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/propertylist.dtd">
<!--
The commands in this file will override the defaults contained in settings.xml (fm2005/data direcrory)
Any of these commands can be taken from the settings.xml, edited and placed here to change the look for your skin
-->
<properties version="1.0">
<!-- skin details -->
<string id="name" value="Sleek FM[COMMENT: skin for FM 2007]"/> <!-- The name of the skin -->
<string id="author" value="Morgo21"/> <!-- The author name -->
<string id="description" value="www.fm-masterclass.co.uk"/> <!-- Short description -->
<string id="version" value="2"/> <!-- The version number -->
<!--
Minimum game version this skin requires to be valid, and listed as an option in the list of skins .
This is used for two things:
- F irst of all you can force a sking to only be availble for a minimum minor release (ie patch), in other words
setting the required_version to 7.0.1 makes sure the skin won't be listed if the game is in version 7.0.0.
- Secondly, the first number ("major version") is used to decide which version the skin was designed for,
so if the version is "7.0.0" it won't be listed in the list of skins if the game version is "6.0.0." or "8.0.0",
even though 7 is less than 8.
-->
<string id="required_version" value="7.0.0" />
<real id="bgop" value="0.1"/> <!-- Background opacity to determine how see through this colour is -->
<!-- TITLE PROPERTIES -->
<flags id="tlfn" value="fonts/fmchs" comment=" title font "/>
<integer id="tlss" value="19"/> <!-- Large font size -->
<integer id="tlsn" value="15"/> <!-- Normal font size -->
<integer id="tlsl" value="9"/> <!-- Small font size -->
<integer id="tlst" value="shadowed"/> <!-- title text style -->
<!-- MENU PROPERTIES -->
<flags id="mnfn" value="fonts/fmchs" comment=" popup menu font "/>
<integer id="mnss" value="8"/> <!-- Small font size -->
<integer id="mnsn" value="9"/> <!-- Normal font size -->
<integer id="mnsl" value="11"/> <!-- Large font size -->
<integer id="mnst" value="shadowed"/> <!-- menu text style -->
<!-- BUTTON PROPERTIES -->
<flags id="cnfn" value="fonts/fmchs" comment=" Button Font "/>
<integer id="cnss" value="7"/> <!-- Small font size -->
<integer id="cnsn" value="8"/> <!-- Normal font size -->
<integer id="cnsl" value="10"/> <!-- Large font size -->
<integer id="cnst" value="shadowed"/> <!-- button text style -->
<!-- TEXT PROPERTIES -->
<flags id="txfn" value="fonts/fmchs" comment=" Text font "/>
<integer id="txss" value="9" /> <!-- text size small -->
<integer id="txsn" value="10" /> <!-- text size normal -->
<integer id="txsl" value="11" /> <!-- text size large -->
<integer id="txst" value="shadowed"/> <!-- text style -->