Joined
Jan 4, 2009
Messages
93
Reaction score
0
Points
0
How do you change the text colour of a skin, i want to use the itune s09 skin but the writting is way to light
 
How do you change the text colour of a skin, i want to use the itune s09 skin but the writting is way to light

If what you are getting is something like this....

attachment.php


Then you should do the following....

There is a minor issue that may or may not affect people when they install skins. I'm sure I've read a few posts where a user has installed a new skin and had the new skin's text colours affecting the default skins.

Luckily this can all be fixed very easily (and really it's something that the game should do by default). We need to create a little file to add to the 'skins' folder. Open notepad (or the mac equivalent text editor) and paste the following into it:

PHP:
<record>
    <boolean id="dont_scan" value="true"/>
    <boolean id="dont_recurse" value="true"/>
</record>
Now go to 'save as...' and select 'save as type > all files (*.*)

Call your file config.xml and save it to your skins folder.

This should prevent the default skins (or any other skins) picking up the text colours from a certain skin, making all skins look how the author intended.

EDIT:

Just in case anyone can't create their own you can download the file you need here
 
I think he mean's the writeing colour not the attributes
 
Top