Jump to content

[FM24] Light Skin Issues


Alexpuk2002
 Share

Recommended Posts

Every year I edit my own personal skin which I don't release as it is a mixture of panels taken from other skins and edited to my own standards. The skin I use is a light skin and every year there are usually a lot of areas that need editing which is mainly changing the colour of the text from white to something more readable.

I have created this thread so I can put up any screenshots of areas where I come up against these issues and cannot figure out myself how to fix them. Below are the issues I have come across so far.

1. How to change the text in the red box from white to "text" colour.

Screenshot2023-11-23at13_28_14.thumb.png.17c31704e45ef11145a70c0d63f38452.png

2. How to change the text of the player from white to "text" colour.

Screenshot2023-11-08at11_32_41.thumb.png.495310f4441dcaedbb1d80fcf901c5e3.png.737740cdba2935f1d85d0315d8a34efe.png

3. What controls the graphic for the box below that is in the red box. I would like to use a different graphic.

Screenshot2023-11-10at12_07_23.thumb.png.e9b84103779180300f44f89cd9accb39.png

4. Which file controls the players name on this screen. I would like to change this from white.

Screenshot2023-11-14at12_19_10.thumb.png.f0c661b570dfddd23663f0ee14d02d5f.png.56640340f3bf039f72b0b66ea0977e1b.png

Link to post
Share on other sites

12 minutes ago, Alexpuk2002 said:

Screenshot2023-11-23at13_28_14.thumb.png.17c31704e45ef11145a70c0d63f38452.png

I migh be wrong, but I think it is this line in human/recruitment focus widget:

<widget class="info_icon_hint_text" id="fcNM" height="20" size="xlarge" colour="text" widget_type="recruitment_focus_widget_tooltip" />

 

14 minutes ago, Alexpuk2002 said:

Screenshot2023-11-08at11_32_41.thumb.png.495310f4441dcaedbb1d80fcf901c5e3.png.737740cdba2935f1d85d0315d8a34efe.png

I think that is team/squad planner panel:

<!--general props for birds eyev view pitch columns-->
<list id="bipV">
  <record id="plyR" auto_hide_priority="1" colour="faded text" alignment="centre" width="25" />
  <record id="Pers" auto_hide_priority="10" colour="text">
    <boolean id="person_is_player" value="true" />
    <integer id="minimum_width" value="50" />
    <boolean id="info_popup_enabled" value="false" />
  </record>
  <record id="Remp" width="10" auto_hide_priority="0" sort_disabled="true" alignment="centre" />
  <!-- Hide/Remove -->
</list>

No idea on 3.

14 minutes ago, Alexpuk2002 said:

Screenshot2023-11-14at12_19_10.thumb.png.f0c661b570dfddd23663f0ee14d02d5f.png.56640340f3bf039f72b0b66ea0977e1b.png

Again, not sure, but I found that these were often one of the widgets/player picture name...blah blah blah... files.  To the extent I just added colour="text" to basically any of them that had a person_button.  There were also ones that I could never find.  So it might not be that at all :lol:

I will also temper this with I haven't looked at light mode on FM24 yet, so some of the above might've changed since last year.

Link to post
Share on other sites

Thanks for those suggestions @GIMN. I have made the changes and the squad planner issue is now fixed. I'll wait until the recruitment focus screen is next back up to see if that issue is fixed. For the news items with the player name I'll have a look at what you suggested and see if that resolves the issue.

I'm sure there will be more things that crop up when I get to them but thanks for your help with these.

Link to post
Share on other sites

Don't think this is a light skin specific issue, but I have found that when I use attribute boxes for player attributes, any value from 16 - 20 appears black, while all other values below 16 are white. I have set the font colour to white in the xml, but it doesn't seem to make a difference. This has only happened on FM24 and was never an issue in FM23 or previous versions.

Screenshot2023-11-26at10_21_14.thumb.png.79168d69b45c67102bf0f628f8f6a55f.png

Link to post
Share on other sites

On 23/11/2023 at 14:59, Alexpuk2002 said:

Every year I edit my own personal skin which I don't release as it is a mixture of panels taken from other skins and edited to my own standards. The skin I use is a light skin and every year there are usually a lot of areas that need editing which is mainly changing the colour of the text from white to something more readable.

I have created this thread so I can put up any screenshots of areas where I come up against these issues and cannot figure out myself how to fix them. Below are the issues I have come across so far.

1. How to change the text in the red box from white to "text" colour.

Screenshot2023-11-23at13_28_14.thumb.png.17c31704e45ef11145a70c0d63f38452.png

2. How to change the text of the player from white to "text" colour.

Screenshot2023-11-08at11_32_41.thumb.png.495310f4441dcaedbb1d80fcf901c5e3.png.737740cdba2935f1d85d0315d8a34efe.png

3. What controls the graphic for the box below that is in the red box. I would like to use a different graphic.

Screenshot2023-11-10at12_07_23.thumb.png.e9b84103779180300f44f89cd9accb39.png

4. Which file controls the players name on this screen. I would like to change this from white.

Screenshot2023-11-14at12_19_10.thumb.png.f0c661b570dfddd23663f0ee14d02d5f.png.56640340f3bf039f72b0b66ea0977e1b.png

where can i download this skin?

 

Link to post
Share on other sites

I am struggling to edit the following screen which shows the list of players from the training week in review. I have found the xml file that controls this which seems to be widgets/club training performers list autosize widget.xml and located the following code in this file.

<!-- Other players -->
			<widget class="table" id="ptbl" mode="fill_rows, stripe_rows, hide_headings" layout="-1, 50" auto_size="vertical" colour="text"/>
		</container>

I have added the colour="text" but this doesn't seem to change the text of the players from white to black. Does anyone know what I am doing wrong and how to solve this?

Screenshot2023-12-03at13_04_30.thumb.png.cf57bc5035400cc9f3732be28f2c33d9.png

Link to post
Share on other sites

8 minutes ago, Alexpuk2002 said:

I am struggling to edit the following screen which shows the list of players from the training week in review. I have found the xml file that controls this which seems to be widgets/club training performers list autosize widget.xml and located the following code in this file.

<!-- Other players -->
			<widget class="table" id="ptbl" mode="fill_rows, stripe_rows, hide_headings" layout="-1, 50" auto_size="vertical" colour="text"/>
		</container>

I have added the colour="text" but this doesn't seem to change the text of the players from white to black. Does anyone know what I am doing wrong and how to solve this?

Screenshot2023-12-03at13_04_30.thumb.png.cf57bc5035400cc9f3732be28f2c33d9.png

just a few guesses.

try with a normal colour="black"

or red_replacement="black"

Edit: i have no idea if a integer might work in that situation

<integer id="colour" value="black"/>

just another guess

Link to post
Share on other sites

13 minutes ago, Olas Nick said:

why "table"?  the color of table elements has never been set like this.  you need to use <list id="column_widget_properties"> and set the color inside the list

I'm not sure why it was set like this. I just got the xml file from the default FM panels after extracting them using the Resource Archiver

Managed to sort it though with the suggestion you made 

Edited by Alexpuk2002
Fixed Issue
Link to post
Share on other sites

8 hours ago, Alexpuk2002 said:

I'm not sure why it was set like this. I just got the xml file from the default FM panels after extracting them using the Resource Archiver

Managed to sort it though with the suggestion you made 

Do you mind showing how the code looks now, just for future ref to myself. thanks

Link to post
Share on other sites

8 hours ago, snowofman said:

Do you mind showing how the code looks now, just for future ref to myself. thanks

Yes, no problem. The code now looks like this.

<!-- Other players -->
			<widget class="table" id="ptbl" mode="fill_rows, stripe_rows, hide_headings" layout="-1, 50" auto_size="vertical">
			<list id="column_widget_properties">
					<record indx="0" colour="black" secondary_icon_colour="black" />
				</list> 
			</widget>

 

Link to post
Share on other sites

I have edited most of the manager timeline screen to how I want it to look. I can't seem to find which file controls the bottom section that shows the team names that you have previously managed. I would like to change the text colour of the clubs from white to black, which is shown below.

Screenshot2023-12-16at19_55_40.thumb.png.c28f071c0e41e99d7e71ded53a6fd595.png

Link to post
Share on other sites

13 minutes ago, Alexpuk2002 said:

I have edited most of the manager timeline screen to how I want it to look. I can't seem to find which file controls the bottom section that shows the team names that you have previously managed. I would like to change the text colour of the clubs from white to black, which is shown below.

Screenshot2023-12-16at19_55_40.thumb.png.c28f071c0e41e99d7e71ded53a6fd595.png

I know this doesn't help, but I remember when I tried last year I couldn't find the answer, and settled on changing the background darkness instead :lol:

Link to post
Share on other sites

I have been struggling to edit this screen (seems like a lot of the issues with white text are in the inbox news items) to change the colour of the players on this screen. I have narrowed it down to the inbox content with top youth academies panel.xml and think the code that controls it is below.

<translation id="text" translation_id="538865" type="use" value="Star Graduate[COMMENT: AREA: dev centre; SUB-AREA: youth intake; NOTE: highlights the star player in the intake group]" />
				</record>
			</list>
			
			<list id="column_widget_properties">
				<record index="0" alignment="centre" />
				<record index="1" alignment="left,centre_y" />
				<record index="2" alignment="left,centre_y" multiline="true" />
				<record index="3" alignment="left,centre_y" />
				<record index="4" alignment="centre_x,centre_y" />
			</list>

			<list id="column_table_properties">
				<record index="0" id="Rank" />
				<record index="1" id="club" sort_disabled="true" />
				<record index="2" id="divi" sort_disabled="true" />
				<record index="3" id="StGr" sort_disabled="true" />
				<record index="4" sort_disabled="true" id="Chan" />
			</list>
		</widget>

	</container>

I have tried adding colour="black" to the various <record index> sections but it doesn't seem to change the colour of the text.

Screenshot2023-12-16at20_23_35.thumb.png.35f3f5e3eac40668e0db74b8f13c0ec7.png

Link to post
Share on other sites

42 minutes ago, Alexpuk2002 said:

I have been struggling to edit this screen (seems like a lot of the issues with white text are in the inbox news items) to change the colour of the players on this screen. I have narrowed it down to the inbox content with top youth academies panel.xml and think the code that controls it is below.

<translation id="text" translation_id="538865" type="use" value="Star Graduate[COMMENT: AREA: dev centre; SUB-AREA: youth intake; NOTE: highlights the star player in the intake group]" />
				</record>
			</list>
			
			<list id="column_widget_properties">
				<record index="0" alignment="centre" />
				<record index="1" alignment="left,centre_y" />
				<record index="2" alignment="left,centre_y" multiline="true" />
				<record index="3" alignment="left,centre_y" />
				<record index="4" alignment="centre_x,centre_y" />
			</list>

			<list id="column_table_properties">
				<record index="0" id="Rank" />
				<record index="1" id="club" sort_disabled="true" />
				<record index="2" id="divi" sort_disabled="true" />
				<record index="3" id="StGr" sort_disabled="true" />
				<record index="4" sort_disabled="true" id="Chan" />
			</list>
		</widget>

	</container>

I have tried adding colour="black" to the various <record index> sections but it doesn't seem to change the colour of the text.

Screenshot2023-12-16at20_23_35.thumb.png.35f3f5e3eac40668e0db74b8f13c0ec7.png

That looks to me like it would be one of the never ending selection of player/person picture and something widgets.

Link to post
Share on other sites

4 minutes ago, Alexpuk2002 said:

They don't make it easy to find and edit these panels

They don't. I've bought up the difficulty of making light skins and the popularity of them in a meeting with SI reps, so fingers crossed for 25.

Link to post
Share on other sites

31 minutes ago, TCSSkin said:

They don't. I've bought up the difficulty of making light skins and the popularity of them in a meeting with SI reps, so fingers crossed for 25.

Hopefully they will include a light skin for FM25. I have got it working pretty well but there are a few areas that still have white text on lighter backgrounds. Can cope with these but I'll keep posting the ones I struggle to fix to see if anyone knows how to fix there. I'm sure some of the panels will probably be hardcoded and can't be edited.

Link to post
Share on other sites

On 26/11/2023 at 12:24, Alexpuk2002 said:

Don't think this is a light skin specific issue, but I have found that when I use attribute boxes for player attributes, any value from 16 - 20 appears black, while all other values below 16 are white. I have set the font colour to white in the xml, but it doesn't seem to make a difference. This has only happened on FM24 and was never an issue in FM23 or previous versions.

Screenshot2023-11-26at10_21_14.thumb.png.79168d69b45c67102bf0f628f8f6a55f.png

I overcame this idiotic bug by replacing the font type.  just changed font="label" to custom font="custom_white_text"

 

Link to post
Share on other sites

15 hours ago, TCSSkin said:

They don't. I've bought up the difficulty of making light skins and the popularity of them in a meeting with SI reps, so fingers crossed for 25.

i think it won't happen.  to return the light skin, you need to rewrite the entire default skin from scratch.  a large number of people worked on the default skin for many years.  many of them did not know the basic classes very well and came up with something of their own parallel to the already existing one.  this led to the presence of many elements that do not respond to skinning. in many places absolute color values are used, a classic example is color="white" instead of color="text".  the most recent  bug example is black attributes > 15 if skin used attributes in a color boxes

Link to post
Share on other sites

2 hours ago, Olas Nick said:

i think it won't happen.  to return the light skin, you need to rewrite the entire default skin from scratch.  a large number of people worked on the default skin for many years.  many of them did not know the basic classes very well and came up with something of their own parallel to the already existing one.  this led to the presence of many elements that do not respond to skinning. in many places absolute color values are used, a classic example is color="white" instead of color="text".  the most recent  bug example is black attributes > 15 if skin used attributes in a color boxes

For sure, however they have access to many tools we do not, as well as classes such as person_button that we don't, so it'd be less work for them than us. That being said, I agree, its unlikely but we can hope

Link to post
Share on other sites

I usually skip past the recruitment meeting screens when playing the game but thought I would attempt to edit the white text that appears on these screens. Does anyone know which file controls this screen and the white text in the highlighted red boxes?

 

Screenshot 2023-12-17 at 20.14.57.png

Link to post
Share on other sites

  • 3 weeks later...

I have managed to edit the cup draw (FA Cup at least) screen to how I want. I am struggling to find where to edit the Live Updates box and text that appears at the top of the screen. I have taken a screenshot below of what I mean as I would like to change the colour of the box from purple and ideally the text too. I think it is the competition/competition cup draw draw panel.xml but I can't seem to change the text or the box colour.Screenshot2024-01-02at12_15_24.thumb.png.c0bb8b93f1a5b5981a03ba9fe1c2cf05.png

Link to post
Share on other sites

  • 2 weeks later...
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...