Jump to content

Maxxy20

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Maxxy20

  1. On 28/06/2020 at 21:40, Jebedaias said:

    Hello, I have two questions:

    - I'm using this skin with the 125% zoom option on a 1920 x 1080 laptop screen and it seems the Transparent version's sidebar is actually too... transparent. Is there something I could edit to make it more opaque ? Or not-transparent ?

    - Is it possible to edit the training categories colors ? Is so, how ?

    LATER EDIT: Found the training category colors, they're specified in the fm-widgets settings.xml file in the skin's settings folder (go to line 1205).

    Thanks !

    qst.jpg

    The Steam workshop version has fixed the sidebar issue

  2. On 27/04/2020 at 20:22, ChuckMoritz said:

    Not a big issue by any stretch of the imagination but I've found that the panels for the 'tree' view of the stages panel in cup tournaments apparently broke at some point between the 0.7 version and the latest one. Is there a simple fix I'm overlooking? I'm not even sure if it's an issue in the skin's code but it probably can't help to be sure.

    fm_wlVKrntwg3.png

    The file you need to edit is:

    YACS2020 Base\graphics\boxes\inner\subtle\no margin\paper.xml

    and you can fix this by changing this code:

        <record id="image_borders" left="0" right="0" top="8" bottom="8"/>
        <record id="title_borders" left="0" right="0" top="38" bottom="8"/>
        <record id="image_slices" left="17" right="17" top="17" bottom="17"/>

    to this:

    	<!-- image borders -->
    	<!-- these determine how many pixels any content is inset from each side of the image -->
    	<!-- (for example, in the case of a button, the content would be the text label) -->
    	<record id="image_borders" left="0" right="0" top="0" bottom="0"/>
    
    	<!-- title borders -->
    	<!-- these determine how many pixels any content is inset from each side of the image when there is a title included -->
    	<!-- (for example, in the case of a button, the content would be the text label) -->
    	<record id="title_borders" left="0" right="0" top="30" bottom="0"/>
    
    	<!-- image slices determine the points at which the image will be sliced to enable scaling -->
    	<!-- the image will only slice in the directions slicing values are provided for-->
    	<record id="image_slices" left="12" right="12" top="12" bottom="12"/>

     

  3. On 02/05/2020 at 05:48, pablo_30 said:

    Hi. Is it possible to change the text to other color?

    Current color is hard to read.

    Thanks

    font issue.png

    Just delete the buy player induction panel.xml file does the trick

  4. On 01/09/2020 at 17:44, androxinea said:

    Hello everybody. How do you pull back kits so they are in line with the faces? Anyone know please?

    Thanks and gg

     

    2020-09-01.jpg

    tactics icon info panel overview.xml

    Line 7 :

    change vertical_layout="-1,42" 

    to

    vertical_layout="-1,10"

    (or similar low number)

    -------------------------------------

    My fave code for this layout:

    Spoiler

        <container>
            <attachment_group class="vertical_arrange" vertical_layout="-1,10" vertical_offset="0" horizontal_alignment="horizontal" horizontal_inset="0" />
            <container>
                <attachment_group class="horizontal_arrange" horizontal_layout="50,-1" horizontal_offset="0" vertical_alignment="vertical" vertical_inset="0" />
                <widget class="tactics_kit_picture" id="kitp" keep_aspect_ratio="true" alignment="centre" scale_picture="true" number_inset_right="0" number_inset_top="0" number_height="45"/>
                <container/>    
            </container>
            <container class="spacer" id="kitS"/>
        </container>
        <container>
            <layout class="arrange_vertical_attachment" layout="-1, 39" offset="0" gap="2"/>
            <layout class="stick_to_sides_attachment" alignment="horizontal" inset="1" apply_to_children="true"/>
            <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
            <widget class="picture" scale_picture="true" keep_aspect_ratio="true" image_alignment="bottom">
                <record id="object_property">
                    <list id="get_properties">
                        <record get_property="fcgn" />
                        <record get_property="Pfke" />
                        <record get_property="prpc" set_property="valu" />
                    </list>
                </record>
            </widget>
            <container class="spacer"/>
        </container>

     

  5. On 26/06/2020 at 10:14, Marrant_LaPeine said:

    Hello,

    Your skin is just amazing. I use it since FM 2019 and I never tire of it. Thanks you very much for your fantastic work :)

    I come to report a small bug. It doesnt repair when I empty the cache.

    When I click on " view all clubs " , nothing happens. It's not a clickable link.

    I would like to know if anyone knows the solution to fix this issue ! 

    Thanks for your answer, have fun :)

    1.png

    Open file - YACS_2020\YACS2020 Base\panels\nation\major clubs snapshot.xml

    and near bottom of file change this:

    <widget class="link_appearance_button" id="gtcl">

    to this:

    <widget class="link_button" id="gtcl" auto_size="all" section="TeSq">

     

×
×
  • Create New...