Jump to content

normal kits


javier_83

Recommended Posts

There are several places where the kit displays so pick whichever one relates to you:

1. Team information screen

Look inside the skin's main folder and open the 'panels' directory. Now open 'team information.xml' with a text editor such as notepad. Near the bottom of the file there should be six entries relating to the team kits, for example:

<widget class="kit_picture" id="T_hk" scale_picture="true" width="130" height="130" keep_aspect_ratio="true" row="1" col="0"/>

I'm guessing the width and height will probably be different if your kits are bigger, so simply change all 6 lines that look like the one above to 130 for width and height (default for the game).

Save the file, making sure you select 'all files' as the type and saving it as 'team information.xml'

2. Match Screen - normal view

Look inside the skin's main folder and open the 'panels' directory. Now open 'match incidents.xml' with a text editor such as notepad. Find this piece of code:

<container height="100" width="100" col="0" row="0">
		<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
		<container class="kit_picture" id="mitp" scale_picture="true"/>
	</container>

Now if your kits are larger then the height and width will be more than 100 - change them both to 100 to get the default size.

Save the file, making sure you select 'all files' as the type and saving it as 'match incidents.xml'.

3. Match Screen - split view

Look inside the skin's main folder and open the 'panels' directory. Now open 'match incidents small.xml' with a text editor such as notepad. Find this piece of code:

<container height="80" width="80" col="0" row="0">
		<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
		<container class="kit_picture" id="mitp" scale_picture="true"/>
	</container>

Now if your kits are larger then the height and width will be more than 80 - change them both to 80 to get the default size.

Save the file, making sure you select 'all files' as the type and saving it as 'match incidents small.xml'.

Link to post
Share on other sites

There are several places where the kit displays so pick whichever one relates to you:

1. Team information screen

Look inside the skin's main folder and open the 'panels' directory. Now open 'team information.xml' with a text editor such as notepad. Near the bottom of the file there should be six entries relating to the team kits, for example:

<widget class="kit_picture" id="T_hk" scale_picture="true" width="130" height="130" keep_aspect_ratio="true" row="1" col="0"/>

I'm guessing the width and height will probably be different if your kits are bigger, so simply change all 6 lines that look like the one above to 130 for width and height (default for the game).

Save the file, making sure you select 'all files' as the type and saving it as 'team information.xml'

2. Match Screen - normal view

Look inside the skin's main folder and open the 'panels' directory. Now open 'match incidents.xml' with a text editor such as notepad. Find this piece of code:

<container height="100" width="100" col="0" row="0">
		<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
		<container class="kit_picture" id="mitp" scale_picture="true"/>
	</container>

Now if your kits are larger then the height and width will be more than 100 - change them both to 100 to get the default size.

Save the file, making sure you select 'all files' as the type and saving it as 'match incidents.xml'.

3. Match Screen - split view

Look inside the skin's main folder and open the 'panels' directory. Now open 'match incidents small.xml' with a text editor such as notepad. Find this piece of code:

<container height="80" width="80" col="0" row="0">
		<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
		<container class="kit_picture" id="mitp" scale_picture="true"/>
	</container>

Now if your kits are larger then the height and width will be more than 80 - change them both to 80 to get the default size.

Save the file, making sure you select 'all files' as the type and saving it as 'match incidents small.xml'.

thanks a lot man!!

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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