Jump to content

Jas80

Members+
  • Posts

    193
  • Joined

Posts posted by Jas80

  1. Hi,

    I edited the match preview lineups panel changing the icons, but, with some kits as in the picture, numbers and kits colours are the same!

    1104109642_Screenshot2022-12-26alle15_30_26.thumb.png.669da8e47770c799712f06d0ed374e92.png

    This is the custom code I used:

    <container>
    	<layout class="stick_to_sides_attachment" alignment="all" inset="4" apply_to_children="true"/>
        <widget class="picture" id="bsic" keep_aspect_ratio="true" scale_picture="true" file="pitch/icons/kit/large/simple kit" image_alignment="centre" height="30"/>
        <widget class="text" id="bsnm" size="12" style="bold" alignment="centre"/>
    </container>

    How can I fix it?

    Thanks in advance! 

  2. Hi,

    I have a problem with the staff popup header: in some cases, the text doesn't have the secondary colour, but a similar colour of the header, so it's not visible.

    The player popup works well.

    Thanks

     

    STAFF:

    1045485088_Screenshot2022-11-09alle13_10_54.png.68cfbaae3ab8771e4a768f3209f08751.png

     

    PLAYER:

    162480397_Screenshot2022-11-09alle13_10_41.thumb.png.9825d0f3a66b17033af2a41c6def22e9.png

  3. Il 13/12/2020 in 18:28 , Jas80 ha scritto:

    From previous versions, there is an annoying and important bug in translation: 

    WRONG

    • 1a fase ad eliminazione diretta dell'And
    • 1a fase ad eliminazione diretta del Rit
    • Qrt. Finale dell'And
    • Qrt. Finale del Rit
    • Semifinale dell'And
    • Semifinale del Rit

    CORRECT

    • And. della 1a fase ad eliminazione diretta
    • Rit. della 1a fase ad eliminazione diretta
    • And. dei Qrt. di Finale
    • Rit. dei Qrt. di Finale
    • And. della Semifinale
    • Rit. della Semifinale

    OR

    • 1a fase ad eliminazione diretta - And.
    • 1a fase ad eliminazione diretta - Rit.
    • Qrt. Finale - And.
    • Qrt. Finale - Rit.
    • Semifinale - And.
    • Semifinale - Rit.

    02.png

    03.png

    04.png

    05.png

    06.png

    01.png

    @Brian Stapleton, and these issues? They haven't been fixed yet.

  4. 3 ore fa, can_9 ha scritto:

    when i used instant result, it shows me the result and statistics of the match like this. There is mixing :/ how can i solve it?

    Screenshot_5.png.0d16b2e3f1397859e47ecd151c025a9a.png

    @can_9, rename the files below to match overview popup panel.xml and match full time review panel2.xml and put them in panels/match of your skin

    match overview popup panel.xml match full time review panel2.xml

  5. From previous versions, there is an annoying and important bug in translation: 

    WRONG

    • 1a fase ad eliminazione diretta dell'And
    • 1a fase ad eliminazione diretta del Rit
    • Qrt. Finale dell'And
    • Qrt. Finale del Rit
    • Semifinale dell'And
    • Semifinale del Rit

    CORRECT

    • And. della 1a fase ad eliminazione diretta
    • Rit. della 1a fase ad eliminazione diretta
    • And. dei Qrt. di Finale
    • Rit. dei Qrt. di Finale
    • And. della Semifinale
    • Rit. della Semifinale

    OR

    • 1a fase ad eliminazione diretta - And.
    • 1a fase ad eliminazione diretta - Rit.
    • Qrt. Finale - And.
    • Qrt. Finale - Rit.
    • Semifinale - And.
    • Semifinale - Rit.

    02.png

    03.png

    04.png

    05.png

    06.png

    01.png

  6. 24 minuti fa, Haiku ha scritto:

     

     

    Thanks mate. I've extracted the original match score area panel.xml, but there's nowhere inside a widget class "team_button" or anything similar to replace the code with... 

    Line 91:

    Replace
    <widget class="text_button" id="T1nm" font="title" size="9.5" alignment="centre" click_event="htac" navigation_focus_target="false" colour="black"/>

    with

    <widget class="team_button" id="homN" icon_enabled="false" auto_size="none" font="title" size="10" alignment="right,centre_y,can_scale" click_event="htac" navigation_focus_target="false" colour="black" mode="1">
      <record id="object_property" get_property="home" set_property="valu" />
    </widget>

     

    Line 132:

    Replace
    <widget class="text_button" id="T2nm" font="title" size="9.5" alignment="centre" click_event="htac" navigation_focus_target="false" colour="black" multiline="true"/>

    with

    <widget class="team_button" id="awaN" icon_enabled="false" auto_size="none" font="title" size="10" alignment="left,centre_y,can_scale" click_event="atac" navigation_focus_target="false" colour="black" mode="1">
      <record id="object_property" get_property="away" set_property="valu" />
    </widget>
  7. After many attempts, this is the code for full names in match scoreboard (match score area panel.xml):

    <!--home team name-->
    <widget class="team_button" id="homN" icon_enabled="false" auto_size="none" font="title" size="10" alignment="right,centre_y,can_scale" click_event="htac" navigation_focus_target="false" colour="black" mode="1">
      <record id="object_property" get_property="home" set_property="valu" />
    </widget>
    
    
    <!--away team name--> 
    <widget class="team_button" id="awaN" icon_enabled="false" auto_size="none" font="title" size="10" alignment="left,centre_y,can_scale" click_event="atac" navigation_focus_target="false" colour="black" mode="1">
      <record id="object_property" get_property="away" set_property="valu" />
    </widget>

     Replace this code with the original one.

    It's a mix of Material Skin and FLUT Skin codes.

×
×
  • Create New...