Home
Blog
Careers
Forums
Downloads
FM24 Real Name Fix
FM23 Real Name Fix
FM24 New Leagues
FM23 New Leagues
FM24 Tactics
FM24 Data Update
FM Database
FM Guides
FM Shortlists
FM24/25 Update Wonderkids
FM24/25 Update Free Players
FM24/25 Update Bargains
FM24/25 Update Players to avoid
FM24/25 Update Club Budgets
FM24/25 Update Club Facilities
Graphics
Installation Guides
Records
Prediction League
Fantasy Football
Search
ZDusk
Hello,
I downloaded this base skin from FMScout and I'm trying to add players faces to the tactics screen so they show up next to their shirt.
What I did was to create the folder 'tactics' inside the 'Documents\Sports Interactive\Football Manager 2023\skins\fm23Base\panels', and there I created a file named 'tactics icon info panel overview.xml', so the result is this:
But now my ingame tactics screen is looking like this:
Can anyone please help? What am I doing wrong?
This is the code that I wrote inside the .xml file:
<container>
<layout class="stick_to_sides_attachment" alignment="all" inset="25" apply_to_children="true"/>
<widget class="picture" id="prop" scale_picture="true" keep_aspect_ratio="true">
<layout class="stick_to_sides_attachment" alignment="right" inset="20" />
<layout class="stick_to_sides_attachment" alignment="bottom" inset="49" />
<record id="object_property">
<list id="get_properties">
<!--Facegen data request-->
<record get_property="fcgn" />
<!--Fake name request-->
<record get_property="Pfke" />
<record get_property="prpc" set_property="valu" />
</list>
</record>
</widget>
<widget class="object_portrait_picture" id="pict" scale_picture="true" image_alignment="right, bottom" clickable="false">
<record id="object_property">
<integer id="get_property" value="objt"/>
<integer id="set_property" value="objt"/>
</record>
</widget>
</container>
Lugui
Hi mate. Im not an expert when it comes to editing xml codes for skins, but Im affraid theres something messed up here. Seems to me its missing a few conditions: <widget class="object_portrait_picture" id="pict" scale_picture="true" image_alignment="right, bottom" clickable="false">
Lets try the easiest way. Backup and delete your current file and try using the one below. Clean up the cache and reload the skin.
ZDusk
Downloading your file and using it worked, thank you so much!
Lugui
Glad it worked for you, mate. Enjoy.