Jump to content

Alexpuk2002

Members+
  • Posts

    602
  • Joined

  • Last visited

Posts posted by Alexpuk2002

  1. 4 hours ago, a31632 said:

    It’s not a bug in the game, but they changed something with the fonts. So it’s not a coding issue. It has to do with the colour settings in the font you are using. See my screenshot, it works just depends on coding in the font itself.

    IMG_3148.thumb.png.d47ee4d89bdc901079085b4728bf0d31.png

    Thanks for getting back to me on this. I use a custom font and I have checked the colour coding from this and it looks to be ok. I have also changed the font for the attributes to the "title" font and it still shows as black. My custom font that I am using is coded like this.

    <record>
    	<string id="file_name" value="sansbold.xml"/>
    	
      <integer id="fill_colour_red" value="240" />
      <integer id="fill_colour_green" value="240" />
      <integer id="fill_colour_blue" value="240" />
      <integer id="fill_colour_alpha" value="255" />
    	
    
    
      
    	<list id="shadows">
    		<record>
    			<integer id="x_offset" value="1"/>
    			<integer id="y_offset" value="1"/>
    			<integer id="blur_radius" value="1"/>
    			<integer id="colour_red" value="0"/>
    			<integer id="colour_green" value="0"/>
    			<integer id="colour_blue" value="0"/>
    			<integer id="colour_alpha" value="200"/>
    		</record>
    	</list>
    
    </record>

    I am not sure if there is an issue somewhere else in the text.xml file or something.

  2. I have been looking around the forum for a fix to this issue but can't find anything anywhere. Not sure if it is a bug or if something has changed as this never used to be an issue until FM24.

    I use attribute boxes on player and staff profiles and the values for the excellent threshold which seems to be 16-20 appear in black, while the rest appear in white. I would like them all to appear in white which it used to do in previous FM's.

    The code I use is below.

    <!-- Attribute value -->
    			<record index="2" id="val" sort_disabled="true" column_alignment="centre" right="0">
    				<record id="widget_info" class="attribute_label" alignment="centre" font="attributs2" style="semi_bold" multiline="false" use_attribute_colour_as_bg="false" appearance="boxes/custom/attributes/paper"/>
    			</record>

    image.thumb.png.12b98ed27b1b6f8d372fc71978915efb.png

  3. 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>

     

  4. 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 

  5. 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

  6. 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

  7. 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.

  8. 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

  9. 3 minutes ago, Bruno Faccini Santoro said:

    Thank you for your suggestion, but I don't think it completely solves the problem. I've tried changing the version of Mustermann's light skin to 24 and the set pieces tab is missing, for instance. I'm afraid other older skins would have similar issues. 

     

    Besides, after spending a few hours with this .XML file, I really would like to know what am I missing. 

    No problem, unfortunately until someone recreates a light skin and has gone through every single panel then there are always going to be certain areas that still have white text. I think some areas are hard coded and cannot be edited which is a pain. 

  10. 4 minutes ago, Bruno Faccini Santoro said:

    I have been trying to change some colors to have a semi-functional light skin while I can't find a good one. In the Squad screen, I've managed to change the colors of the "Name" column through the fg color name parameter in the settings file, but the remaining columns are still white. How can I change the color of these other fields?

     

      Reveal hidden contents

    skin.png

     

    If you are wanting to use a light skin or attempt to make a light skin, then what I have done for the past 2 versions of FM is to use @michaeltmurrayuk light base skin that he created for FM22. While this is not 100% complete and there will be some white text around, it is a good start and the main panels and text are black. You will just need to change the version number in the skin config file to 24.0.0

    https://community.sigames.com/forums/topic/559996-fm22skin-light-skin/#comment-13355038

  11. 10 hours ago, TCSSkin said:

    Light skins are a bit of a pain to get working 100%. I have been using light skins since FM 2005 and have tried to keep them going for my own use since they were discontinued in FM19 I believe. While it is possible to change the background to white and text to black, the main issue I keep coming across is that it is really difficult to find all the areas where the text needs changing to black.

    @michaeltmurrayuk was the main person who used to create light base skins that we could edit, but he hasn't been active for a few years now which is a big loss. 

    Due to the shear amount of work involved in creating a light base skin and the time it takes, I don't think this will happen again. I do wish SI would create a light and a dark skin within the game like they used to instead of just using one skin, but this doesn't look like it will happen either.

    I am sure there will be a light skin released at some point, but these just take longer to create than the dark skins

  12. On 04/11/2023 at 17:31, Saradiamanta said:

    How to change color attribute value in player profile black to white in range 16-20? like in non player profile in picture

    20231104_162348_Football_Manager_2024.png

    20231104_162403_Football_Manager_2024.png

    FM Base.7z 59.04 kB · 0 downloads

    I am having the same issue as well where any value of attributes from 16-20 the text appears in black, but anything lower than 16 appears as white which is what I want them to be. The code I use is below

    <!-- Attribute value -->
    <record index="2" id="val " sort_disabled="true" column_alignment="centre" right="0">
    <record id="widget_info" class="attribute_label" alignment="centre" font="attributs2" style="semi_bold" colour="white" multiline="false" use_attribute_colour_as_bg="false" appearance="boxes/custom/attributes/paper"/>
    </record>

     

  13. 16 hours ago, drew_3 said:

    How did you get the transparency with stadium background and the solid sidebar with the pattern like that?

    I'm trying to create this...

    image.png.86b34686560095cdb94849c07be7928e.png

    It's a little hard to explain but it is set up in the client object browser.xml file. I have attached a screenshot of the code used to create this. The default client object browser.xml pretty much has the code there but you just need to add the code from line 29-39 in the screenshot.

    I have also attached the graphics that I use so you should be able to get it set up.

    Screenshot2023-11-01at10_21_23.thumb.png.66340e307cf4d196614b85e658a9effb.png

    boxes.zip

×
×
  • Create New...