If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
Why is the texture changed in this skin looking to FM2005.
This was one of the biggest +/+ from this skin. Now it has the same texture as other skins.
Can I change this??? and how?
Think he means the whole 'metallic' feel to it, which means it is more similar to the default skin than last year's version. However it doesn't overly bother me. As a side note, any more skins in the pipeline radestock?
The changes from the original (like the change from blue to grey colour) could not be a avoided for various reasons. I would have liked the design to remain the same too but there you go. I did make it so that the colour could be easily changed though.
I'm sure I'll make a totally new skin for 2006 but I'll need to wait for some good ideas.
Originally posted by radestock:
Can you explain this some more? I don't get what you mean.
With texture I mean Arial, times roman etc. Looks like the one in the 2006 version is like the default text, while the text in the FM2005 was like the one in the E2 skin.
I had to change it to the SI default font so as to be OK with the legal side of things. Obviously if I had used a font that SI didn't have the rights to use there would have been problems. The font has all the various foreign language characters needed too.
Originally posted by radestock:
Ahh right, the font you mean.
I had to change it to the SI default font so as to be OK with the legal side of things. Obviously if I had used a font that SI didn't have the rights to use there would have been problems. The font has all the various foreign language characters needed too.
Copy the fonts folder from the 2005 skin into the 'data/skins/chameleon2006/' folder. This will give the font. However it will look a bit too big.
You will also need to alter a few text sizes. Open 'chameleon2006.xml', scroll down a bit and find 4 sets of lines like shown below. Replace these 4 sets of lines with the ones below. This will make the size better.
Hope this helps.
<!-- TITLE PROPERTIES -->
<flags id="tlfn" value="fonts/fm main" comment=" title font "/>
<integer id="tlss" value="18"/><!-- Large font size -->
<integer id="tlsn" value="16"/><!-- Normal font size -->
<integer id="tlsl" value="10"/><!-- Small font size -->
<integer id="tlst" value="shadowed"/><!-- title text style -->
<!-- MENU PROPERTIES -->
<flags id="mnfn" value="fonts/fm main" comment=" popup menu font "/>
<integer id="mnss" value="8"/><!-- Small font size -->
<integer id="mnsn" value="9"/><!-- 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/fm main" comment=" Button Font "/>
<integer id="cnss" value="8"/><!-- Small font size -->
<integer id="cnsn" value="9"/><!-- 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/fm main" comment=" Text font "/>
<integer id="txss" value="8" /><!-- text size small -->
<integer id="txsn" value="9" /><!-- text size normal -->
<integer id="txsl" value="10" /><!-- text size large -->
<integer id="txst" value="shadowed"/><!-- text style -->