Home
FM Discord
YouTube Channel
FM24 Data Update
FM26 Data Update
FM26 OOP Player Roles
Downloads
Graphics
Challenges
Blog
Forums
Videos
Tactics
FM26
FM26 Real Name Fix
FM26 Shortlists
FM26 DB
FM26 Men's Wonderkids
FM26 Women's Wonderkids
FM26 Men's Club Finances
FM26 Women's Club Finances
FM24 Update
FM24
FM23
FM Saves
FM Database
FM Guides
Installation Guides
Records
Search
#880444 FM 2024 FLUT skin dark - 10.0
Holzi_85
Update incoming?
#880361 FM 2024 FLUT skin dark - 10.0
Holzi_85
FM24 is back! 🙂
#858515 Material Skin 26 by budwaiser4 - v2.2.6 - Windows and Mac versions - Works with update 26.3.1
Holzi_85
This probably depends if you updated to the beta branch of the game or not… if you didn't update your game then better don't update the skin.
#825462 Need help fixing a ME colour issue?
Holzi_85
Yes sorry, the colours for texts should be defined in match/match caption panel.xml
<!--default text colour-->
<flags id="dTXc" value="black"/>
<!--alternative text colour-->
<flags id="aTXc" value="white"/>
default colour for goal scorer; alternative colour for number of goals.
I added my match caption files so you can have a look and adjust them to your needs.
#825445 Need help fixing a ME colour issue?
Holzi_85
No problem. 🙂
The id="plCO" container above this should work the same way if you also wanna change the background colour or colour of the name of the goalscorer. 🙂
#825442 Need help fixing a ME colour issue?
Holzi_85
In the match caption panel small.xml can you try to change in line 94 the red_replacement to a colour you like (currently it is bg)? It should be the background colour of the goal number display (which you can not read).
<container class="contrast_box" id="inCO" appearance="boxes/custom/solid/paper" red_replacement="bg" height="30">
<attachment_group class="horizontal_arrange" horizontal_offset="15" horizontal_alignment="left,extend" />
<widget class="text" alignment="centre_y,left" auto_size="all" id="AcTx">
<string id="size" value="large" />
<string id="font" value="text" />
<string id="multiline" value="true" />
</widget>
<widget class="text" alignment="centre_y,left" id="AcTs" auto_size="all">
<string id="size" value="large" />
<string id="font" value="text" />
<string id="multiline" value="true" />
</widget>
<widget class="picture" id="crdP" hidden="true" scale_picture="true" height="30">
<string id="image_alignment" value="right" />
</widget>
</container>
EDIT:
If you want to change the colour of the text instead you can try something like this:
<container class="contrast_box" id="inCO" appearance="boxes/custom/solid/paper" red_replacement="bg" height="30">
<attachment_group class="horizontal_arrange" horizontal_offset="15" horizontal_alignment="left,extend" />
<widget class="text" alignment="centre_y,left" auto_size="all" id="AcTx">
<string id="size" value="large" />
<string id="font" value="text" />
<string id="multiline" value="true" />
<string id="colour" value="white" />
</widget>
<widget class="text" alignment="centre_y,left" id="AcTs" auto_size="all">
<string id="size" value="large" />
<string id="font" value="text" />
<string id="multiline" value="true" />
<string id="colour" value="white" />
</widget>
<widget class="picture" id="crdP" hidden="true" scale_picture="true" height="30">
<string id="image_alignment" value="right" />
</widget>
</container>
#825434 Need help fixing a ME colour issue?
Holzi_85
Can you post a screenshoot of your problem?
You might wanna change a <container background_colour="colour-with-more-contast"> in match caption panel small.xml
#825405 FM24 skins similar to FM19 Rensie
Holzi_85
I don't know this screen. From which skin is it? And how to open this screen? Is it a live match?
EDIT:
I think I know what you mean. Try:
<!--TEAM ANALYSIS-->
<widget class="teams_match_chalkboard_panel" id="matm">
<translation id="title" translation_id="441063" type="use" value="Team Analysis" />
<record id="object_property" get_property="objt" set_property="objt" />
</widget>
in match in between highlights panel.xml. For me it works.
#824734 FM24 skins similar to FM19 Rensie
Holzi_85
What do you mean with team level analysis? Can you post a screenshot?
#824508 OPZ Elite 2024 and others
Holzi_85
Try to switch to the Base skin and then back to the skin you wanna use.
#824108 FM24 skins similar to FM19 Rensie
Holzi_85
Code for that is:
<!--PLAYER ANALYSIS-->
<widget class="players_match_chalkboard_panel" id="mapl">
<translation id="title" translation_id="247694" type="use" value="Player Stats" />
<record id="object_property" get_property="objt" set_property="objt" />
</widget>
You can add it to match in between highlights panel.xml
#823403 Royal Crown Skin by Vasf
Holzi_85
competition overview panel.xml
<widget class="picture" file="icons/custom/player stats/top goalscorer" rrep="fg" width="20" image_alignment="centre" scale_picture="true" keep_aspect_ratio="true"/>
<widget class="text" alignment="centre_x,centre_y,can_scale" size="large" font="title" colour="fg" auto_size="horizontal">
<translation id="text" type="use" value="Gol Krallığı"/>
</widget>
Use the correct translation id there. Or write something you want to use in the value="" part.
#805833 FM 2024 FLUT skin dark - 10.0
Holzi_85
Clear skin cache and restart the game.