Win a copy of FM24 in our Prediction League. Prizes are given out to the best predictor each month, so you have multiple chances to win.

ZDusk - Comments

#735253 Can't see player's faces while using Zealand skin
ZDusk
7 years ago
6 months ago
7

Ok I solved it.

 

Turns out it was a problem with the newest version (1.1.0). Thankfully I was able to find version 1.0.0 in a random website. I'm not sure if I'm allowed to post links here, if anyone can confirm, I will post it.

#735249 Can't see player's faces while using Zealand skin
ZDusk
7 years ago
6 months ago
7
By Bielsa is a Legend 08 April 2023 - 15:35 PM UTC 

Assume you have the face packs in your graphics

 

Yes, I do.

#734900 Can't see player's faces while using Zealand skin
ZDusk
7 years ago
6 months ago
7

One of the features of this skin is that you can see the player's faces next to their shirt in the tactics menu, but for some reason this is not the case for me:

 

 

 

 

This is what my ‘skins’ folder looks like:

 

 

 

 

Am I missing something? Do I need to enable anything?

Any help is appreciated.

 

#706936 Having trouble trying to add players faces on tactics screen
ZDusk
7 years ago
6 months ago
7
By Lugui 23 October 2022 - 11:00 AM UTC 

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.

 

 

Downloading your file and using it worked, thank you so much!

#706905 Having trouble trying to add players faces on tactics screen
ZDusk
7 years ago
6 months ago
7

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>