1 ile 12 arası toplam 12 sonuç

Konu: Skin problemi

Hybrid View

  1. #1
    Nesil
    2003
    Yer
    İstanbul
    Yaş
    37
    Mesajlar
    217

    Default

    .xml dosyasını not defterinde aç ve içeriğindeki tüm bilgileri buraya yorum yapıyomuş gibi kopyala yapıştır

  2. #2

    Talking

    Quote Originally Posted by Çağrı Zorkol View Post
    .xml dosyasını not defterinde aç ve içeriğindeki tüm bilgileri buraya yorum yapıyomuş gibi kopyala yapıştır
    <?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="Black Aura[COMMENT: Skin for FM 2007]"/> <!-- The name of the skin -->
    <string id="author" value="Weeelo"/> <!-- The author name -->
    <string id="description" value="Skin for FM 2007"/> <!-- Short description -->
    <string id="version" value="1.0"/> <!-- 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.1" />

    <real id="bgop" value="0.1"/> <!-- Background opacity to determine how see through this colour is -->

    <integer id="cmod" value="1"/> <!-- Colour Mode -->

    <!-- TOOLTIP PROPERTIES -->
    <flags id="hnfn" value="fonts/verabd" comment="hint font"/>
    <integer id="hnst" value="0"/> <!-- Style -->
    <integer id="hnss" value="8"/> <!-- Font size -->

    <!-- TITLE PROPERTIES -->
    <flags id="tlfn" value="fonts/verabd" comment=" title font "/>
    <integer id="tlss" value="17"/> <!-- 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/verabd" comment=" popup menu font "/>
    <integer id="mnss" value="7"/> <!-- Small font size -->
    <integer id="mnsn" value="8"/> <!-- Normal font size -->
    <integer id="mnsl" value="10"/> <!-- Large font size -->
    <integer id="mnst" value="shadowed"/> <!-- menu text style -->

    <!-- BUTTON PROPERTIES -->
    <flags id="cnfn" value="fonts/verabd" 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/text" comment=" Text font "/>
    <integer id="txss" value="8" /> <!-- text size small -->
    <integer id="txsn" value="9" /> <!-- text size normal -->
    <integer id="txsl" value="11" /> <!-- text size large -->
    <integer id="txst" value="shadowed"/> <!-- text style -->

    </properties>




Mesaj Yetkileri

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •