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.
One of my favorite skins of all time was AuroraFlow for FM06. I really liked the team colors on the tree menu.
I'd like to try something similar for '08. I've tried to get the game to recolor the menubar background by looking a how titlebar.xml did it, and copying the line
Actually, for completions' sake, I'm trying to get the menubar to be the team trim color, with the text labels in team foreground. Once I get that figured out, I figure doing the tree menu the same way will be relatively easy ...
and the code to display it in the trim colour should be: (If I remember correctly I don't think the trim colour will display correctly on the match screen?)
Recolouring text works exactly the same, use bkcl for the background colour and fcol for the foreground colour.
One thing to bear in mind when recolouring the tree menu is that you have to make sure it is readable for all teams - cannot remember if the way to get the game to change clashing colours is hardcoded or controlled by the xml files.
Thanks for your help, it's worked great so far... But...
Quote:
Originally posted by michaeltmurrayuk:
One thing to bear in mind when recolouring the tree menu is that you have to make sure it is readable for all teams - cannot remember if the way to get the game to change clashing colours is hardcoded or controlled by the xml files.
Well, it is an issue...Poor Salisbury City can't read a thing. I'm going to change the color and transparency of the menubar graphic files, but it won't help much at all. Anyone remember/know?
Originally posted by SSGTroyer:
Thanks for your help, it's worked great so far... But...
<BLOCKQUOTE>Originally posted by michaeltmurrayuk:
One thing to bear in mind when recolouring the tree menu is that you have to make sure it is readable for all teams - cannot remember if the way to get the game to change clashing colours is hardcoded or controlled by the xml files.
Well, it is an issue...Poor Salisbury City can't read a thing. I'm going to change the color and transparency of the menubar graphic files, but it won't help much at all. Anyone remember/know? </BLOCKQUOTE>
If you look in the graphics\menu\actions folder of most skins, you'll find the highlight boxes for the tree menus. I used these on Luxor (making a almost transparent box, so that teams like Marseille had readable menus.
Originally posted by lsmyd:
I like Steklo-Skin most so far, except one thing what i wanna change:
Does anybody know which file i have to change to make the drop-down menus less transparent ?
It's a bit off topic but, you can't. They're a whole series of images, and they're not that transparent anyway (I toned it down from the initial release)
to the various objects displaying text in the sections file like tree_menu and modal_menu (using those instead of any <flags id="spec" value="text"/> remarks). You'll also need to add them to various places in team actions.xml and match controls.xml to cover everything that displays on the tree menu.
Obviously you can change the colours for any colour defined in colours.xml (or define your own in there). You could also set the text colour to the team's second colour using:
<attachment class="get_global_attachment" get_property="ttcl" set_property="colr"/> instead of <flags id="colour" value="white"/>
However you can't set the ouline colour to be team specific and sometimes text will become unreadable (for instance if you have a black outline and a team's ttcl is also black - it looks too thick and bold). If you do set the text to be team colour specific then I'd suggest using a grey outline (grey4 perhaps) as it seems to work with most teams.
My recommendation would be to use two set colours for text and outline rather than chaning text colours for each team.
Overall the only real hurdle you need to overcome is with the 'currently selected' colour clashing with a team colour on the tree menu. For the'highlighted' colour you can add an item_over graphic underneath as Cpt. Ferret says but the currently selected colour needs to be a set colour. This is where an outline helps.