Jump to content

abc_dude

Members+
  • Posts

    7
  • Joined

  • Last visited

Posts posted by abc_dude

  1. Hi Guys,

    my match score area panel.xml in (...\skins\FM24 Rensie v3 (Final)\panels\match) shows up ingame this: look at the Screenshot.

    Scoreboard hosted at ImgBB — ImgBB (ibb.co)

    Can anyone help me, to make the Scoreboard a bit width, so that the Clubnames show up in fullnames

    + the competiton logo bigger, to see it better.

    + the clocktime bigger, to see it better

    + the club logos bigger, to see it better

    Many Thanks for helping!   :)

    in "Spoiler" is my match score area panel.xml

     

    Spoiler

    <panel width="630" colour_team_scores="false">
        <!--Alternate UI mode-->
        <integer id="alSM" value="0" />
        
        <list id="properties_to_forward">
            <record get_property="disable_animations" set_property="disable_animations" target="clkc"/>
            <record get_property="disable_animations" set_property="disable_animations" target="temc"/>
        </list>
        

        
        <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>


        <container id="mtSA">        
        <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
        <layout class="stick_to_sides_attachment" alignment="left" inset="20" />
            
        <widget class="picture"  file="tangfu/scoreboard/scoreboardold"  >
            <record id="object_property" get_property="objt" set_property="objt" />
        </widget>
        
    <container>
            <layout class="arrange_vertical_attachment" layout="-1,20"  offset="0" gap="0"/>
            <layout class="stick_to_sides_attachment" alignment="horizontal" apply_to_children="true" inset="0" />
            
            
            <container>
                <attachment_group class="horizontal_arrange_autosize" horizontal_gap="0" horizontal_offset="0"/>


        

                <!--home team logo-->
                <widget class="match_team_logo_picture" id="HtLG" team_index="0" width="50">
                    <record id="object_property">
                        <integer id="get_property" value="objt" />
                        <integer id="set_property" value="objt" />
                    </record>
                </widget>    
                    
                <container class="home_match_incidents_panel" file="match/tangfu/tangfu match team name" width="125" >
                <record id="object_property">
                    <integer id="get_property" value="objt" />
                    <integer id="set_property" value="objt" />
                </record>
            </container>

                
                <container id="MInf" width="60" >
                    <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>
                    <container>
                        <attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_gap="-2" vertical_offset="0" horizontal_inset="0" />

                        <container navigation_focus_target="false">
                            <attachment_group class="horizontal_arrange" horizontal_alignment="middle" horizontal_gap="10" horizontal_offset="0" vertical_inset="0" />

                            <widget class="text" id="T1sc" size="15" font="scoreboard" alignment="right,centre_y" colour="white" auto_size="horizontal"/>
                            <widget class="text"  size="15" font="scoreboard" alignment="centre" text="-" colour="white" auto_size="horizontal"/>
                            <widget class="text" id="T2sc" size="15" font="scoreboard" alignment="left,centre_y" colour="white" auto_size="horizontal"/>

                        </container>

                        <container id="asco">
                            <attachment_group class="horizontal_arrange_vertical_autosize" horizontal_alignment="middle"  horizontal_gap="10" horizontal_offset="0" vertical_inset="0" />

                            <widget class="text" id="T1as" font="title" alignment="right,centre_y" colour="white" auto_size="all"/>
                            <container width="40"/>
                            <widget class="text" id="T2as" font="title" alignment="left,centre_y" colour="white" auto_size="all"/>

                        </container>
                    </container>
                </container>

                <container class="away_match_incidents_panel"  file="match/tangfu/tangfu match team name" width="123"  >
                        <record id="object_property">
                            <integer id="get_property" value="objt" />
                            <integer id="set_property" value="objt" />
                        </record>
                    </container>
                            
                <!--away team logo-->
                    <widget class="match_team_logo_picture" id="AtLG" team_index="1" width="50">
                        <record id="object_property">
                            <integer id="get_property" value="objt" />
                            <integer id="set_property" value="objt" />
                        </record>
                    </widget>

                <!-- Competition icon -->
                <container class="client_object_viewer_xml_panel"  width="28"  >

                    <record id="object_property" get_property="fxCo" set_property="objt" />
                    <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>

                    <container class="main_box_no_margin" appearance="" >
                        <record id="object_property" get_property="bkcl" set_property="rrep" />
                        <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5"/>

                        <widget class="object_portrait_picture" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
                            <record id="object_property" get_property="objt" set_property="objt" />
                        </widget>
                    </container>

                </container>
                            
            
                <!--clock-->
            <container width="80"  id="clkc">
            
                <attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_offset="0" vertical_gap="0" />
                <layout class="stick_to_sides_attachment" alignment="bottom" inset="-2"/>
                <!--clock-->
                <container id="ClkC">
                    <attachment_group class="vertical_arrange" vertical_alignment="middle" vertical_gap="0" horizontal_inset="0" />

                    <record id="default_properties" auto_size="vertical" alignment="centre" />

                    <container >
                        <attachment_group class="horizontal_arrange_vertical_autosize_centre" horizontal_alignment="middle" horizontal_gap="4"/>

                        <record id="default_properties" auto_size="all" alignment="centre" />

                        <widget class="text" id="Mclk" size="xlarge" font="title" auto_size="all" />

                        <!--injury time indicator-->
                        <container id="MijC" height="16">
                            <attachment_group class="horizontal_arrange_autosize"/>

                            <widget class="text" id="Mijt" auto_size="horizontal" alignment="centre" colour="fg positive"/>

                        </container>

                    </container>

                    <widget class="text" id="ClkT" font="title" size="small" multiline="true"/>
                    <!--<widget class="text" id="Pent" size="14" style="semi_bold" />-->
                </container>

                <!--match time bar-->
                <widget class="match_time_slider_panel" height="4" file="match/match time slider panel small">
                    <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0,0,0,0"/>

                    <record id="object_property">
                        <integer id="get_property" value="objt" />
                        <integer id="set_property" value="objt" />
                    </record>
                </widget>

            </container>

                <container class="main_box_no_margin" width="70" id="asco" appearance="tangfu/scoreboard/olds" >
                        <attachment_group class="horizontal_arrange_autosize" horizontal_alignment="middle"  horizontal_gap="2" horizontal_offset="8" vertical_inset="0,0,4,0" />

                        <widget class="text" id="T1as" size="13" font="efl bold" alignment="right,centre_y" colour="white" auto_size="horizontal"/>
                        <widget class="text" size="13" font="efl bold" alignment="centre" text="-" colour="white" auto_size="horizontal"/>
                        <widget class="text" id="T2as" size="13" font="efl bold" alignment="left,centre_y" colour="white" auto_size="horizontal"/>
                    </container>
        
                
            </container>
        
        <container/>
    </container>


            </container>
        
        <widget class="button" appearance="" navigation_focus_target="false">
            <!--Dark Magic xml shenanigans to make this button match the above container, while also allowing us to keep the autosize horizontal-->
            <layout class="stick_to_object_attachment" id="align_top" offset="0" get_side="top" set_side="top" target="mtSA" />
            <layout class="stick_to_object_attachment" id="align_bottom" offset="0" get_side="bottom" set_side="bottom" target="mtSA" />
            <layout class="stick_to_object_attachment" id="align_left" offset="0" get_side="left" set_side="left" target="mtSA" />
            <layout class="stick_to_object_attachment" id="align_right" get_side="right" set_side="right" target="mtSA" />
            <record id="click_event">
                <flags id="event_id" value="TNeV" />
                <integer id="evfl" value="7" />
                <flags id="evtg" value="root" />
            </record>
        </widget>


    </panel>

     

×
×
  • Create New...