Jump to content

Match preview lineup panel


priority76
 Share

Recommended Posts

3 minutes ago, priority76 said:

Hello, I am trying to change the preview lineup to show the back of the kits instead of player faces (like in the Champions league games).  I think it's something in the match preview lineup panel but I'm not sure where.  Can anyone help?

it has to be changed here

tactics/tactics icon preview info panel.xml

Link to post
Share on other sites

25 minutes ago, snowofman said:

it has to be changed here

tactics/tactics icon preview info panel.xml

Thanks.  I think it's this bit:

<!-- Player picture -->
        <widget class="object_portrait_picture" id="pict" scale_picture="true" image_alignment="centre_x,bottom">
            <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
            <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>

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

Any idea what I would change it to?

Link to post
Share on other sites

2 minutes ago, priority76 said:

Thanks.  I think it's this bit:

<!-- Player picture -->
        <widget class="object_portrait_picture" id="pict" scale_picture="true" image_alignment="centre_x,bottom">
            <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
            <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>

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

Any idea what I would change it to?

If you have a place in your skin where the shirts are shown then grab the code from there

else you would have to find a skin and grab it from there, usally there is a show code and a underlying code that controls the shirts,

it's diff from skin to skin how the creator has done it

Link to post
Share on other sites

13 minutes ago, priority76 said:

Thanks, unfortunately I've only managed to get the numbers to appear, not the kits.  I'll keep tinkering and see if I have any success.

4.PNG.c471a474fd27043edb9e0e3cdd747c17.PNG

The shirt is a graphics and as said, often in a underlying file :)

But i'm sure you'll find it

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...