Jump to content

mamba34

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by mamba34

  1. 2 hours ago, dino88 said:

    hi guys, i know this has been asked in the past but havent seen an answer. 

     

    why do the panels on the homepage reset to league table everytime we exit and enter the game? is there a way we can fix this please? thank you.

    I'm not 100% sure about this, but you can try unticking the option "highlight important panels on overview" in preferences>interface.

    If this doesn't work, you can set what panels of the selector you want to see by default, by editing "manager home.xml" in Documents\Sports Interactive\Football Manager 2020\skins\TCS 2020 v1.5\panels\human.

    Under each line that says

    <container class="client_object_viewer_selector_panel" id="cosT" file="human/manager home selector panel">

    you need to add the following:

    <integer id="default_for_club_teams" value="PUT VALUE HERE"/>

    You can find the actual values of the panels in "manager home selector panel.xml" in Documents\Sports Interactive\Football Manager 2020\skins\TCS 2020 v1.5\panels\human.

    For example, here you'll find something like this:

    <widget class="squad_status_snapshot_panel" id="sssn" section="TeSq" late_loading="true" valid_for_unemployed_manager="false">
    		<translation id="title" translation_id="227783" type="use" value="Squad Status" />

    In this case, the panel is "Squad Status" and its id is "sssn". This is the value you need.

    If you are also managing international teams, to set default panels for international teams home page also add this line:

    <integer id="default_for_international_teams" value="PUT VALUE HERE"/>

     

  2. 21 hours ago, stevemc said:

    @wkdsoul I've added that line of code into the player profile personal details.xml but it's not changed anything as far as I can see?

    player profile personal details.xml 7.64 kB · 3 downloads

    The xml file you need to edit is "player personal detail panel.xml"

    Also, need to put the lines wkdsoul suggested inside a container, try this:

    <!--Shirt Number-->
    			<container width="100" priority="6">
    			<layout class="arrange_vertical_attachment" alignment="fill" gap="0" offset="0" />
    										
                            <widget class="label" id="sqco"  auto_size="horizontal" size="60" alignment="centre_y, centre_x,can_scale" font="fonts/actions" multiline="false" colour="secondary">
                <layout class="centre_in_parent_attachment" alignment="horizontal" inset="0" embed_in_frame="true" />
        
                    <record id="object_property">
                    <integer id="get_property" value="Psnu" />
                    </record>
                </widget>
    			</container>

    Adjust "priority" value according to what's the last priority number you see in your file, and adjust "width" "size"  values with what you prefer.

    If this doesn't work, make sure you are adding this after the correct "</container>". For example this is the last bit I had and where I added the new lines:

    					<!-- Wage demands -->
    					<container id="wdco" width="150" priority="5">
    						<layout class="arrange_vertical_attachment" alignment="fill" gap="0" offset="0" />
    						<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
    
    						<widget class="label" alignment="left,bottom" font="label" colour="secondary">
    							<translation id="text" translation_id="335516" type="use" value="Wage Demands[COMMENT: scout report panel label]" />
    						</widget>
    						<widget class="label" id="wade" alignment="left,top" style="semi_bold" colour="secondary"/>
    					</container>
    				</container>
    			</container>
    
    <!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^this is the last widget I have (priority 5)^^^^^^^^^^^^^^^^^^-->
    			
    <!--Shirt Number-->
    			<container width="100" priority="6">
    			<layout class="arrange_vertical_attachment" alignment="fill" gap="0" offset="0" />
    										
                            <widget class="label" id="sqco"  auto_size="horizontal" size="60" alignment="centre_y, centre_x,can_scale" font="fonts/actions" multiline="false" colour="secondary">
                <layout class="centre_in_parent_attachment" alignment="horizontal" inset="0" embed_in_frame="true" />
        
                    <record id="object_property">
                    <integer id="get_property" value="Psnu" />
                    </record>
                </widget>
    			</container>
    <!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^new lines^^^^^^^^^^^^^^^^^^-->			
    		</container>
    	</container>
    </panel>

     

  3. 2 hours ago, Mr Hough said:

    So that is really good - Is there any way to make these boxes transparent now though.

     

     

    See where in the screens i have certain bits transparent but others are blocked out Grey, Is there a way to make that full Transparent?

    To change the boxes in Home page, you need to change transparency of paper and paper@2x in skins\TCS 2020 v1.5\graphics\tcs\boxes\bordered. You can use the files you used to change the boxes in player profile and club profile.

    It should be the same for the inbox bit, but I'm not 100% sure. You can try tho.

  4. 9 minutes ago, Mr Hough said:

    Yeah i have Player Faces and Logo's and Kits in the game i just would like this as an addition that's all

    I don't want to sound repetitive but this option right here has to be your problem, make sure it is ticked.

    I can even see background pictures with the base skins, when this option is enabled.

    Cattura.PNG

  5. 10 minutes ago, Mr Hough said:

    Nope still nothing, If you have done it and it works for you just PM me the Skin and i'll test it out as ive been trying for over a week now and nothing is working at all

     

    34 minutes ago, mamba34 said:

    Try this: in preferences, in the search bar, look up "background" and tick "Allow display of custom background pictures"

     

    did you try this?

  6. 3 minutes ago, Mr Hough said:

    Yeah i know how to add Graphics to the Game, I have Players Faces, Kits and Logo's all applied.

    I have a folder in my Graphics file called 'Stadium Backgrounds' I believe these work for the Background images as every time i've done the same in past FM's its worked that way.

    Try putting these two in TCS 2020 v1.5\graphics\boxes\custom\background, just to check whether the paper files are the problem or not.

    I copied these from tcs 19 aero skin, and it worked.

    paper.png

    paper@2x.png

  7. 10 hours ago, Mr Hough said:

    Ok well i'm downloaded and installed paint.net and and changed the opacity on both the Paper file and the Paper@x2 and it was a solid red colour but now i have changed it it is more a transparent colour of red but still when i load in the skin and clear the cache it hasn't worked.

    In preferences, make sure you have unticked "Use caching to decrease page loading times", and "Reload skins when confirming changes in Preferences" is ticked.

    Then clear cache, and then reload the skin.

    This should allow you to see the background pictures (clubs, players, stadiums, everywhere), I just checked myself. And as wkdsoul said, you'll have some boxes that are still non transparent.

    You said you have the picture of the stadium, but do you also have the pictures intended for background?

×
×
  • Create New...