Jump to content

Removing Kits for Squad Information Screen


elspecia

Recommended Posts

Locate the 'team information.xml' file which will be in the panels folder for your skin (if not you'll need to extract it from the panels.fmf file located in the data folder of where you installed FM2011 and copy it into the panels folder for the skin you are using).

Then delete these lines from the file:

<!-- licensed kits table -->
   <container class="plain_box" title="Kit" id="tiki" height="160">
     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>
     <layout class="arrange_vertical_attachment" layout="26, 140" offset="0" gap="0"/> 

     <container>
       <layout class="arrange_horizontal_attachment" alignment="middle" offset="0" gap="0"/>
       <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/> 

       <widget class="label" text="Home[COMMENT: team_information_panel; Home Kit Graphic Title]" alignment="centre_x" auto_size="vertical" width="140"/>
       <widget class="label" text="Away[COMMENT: team_information_panel; Away Kit Graphic Title]" alignment="centre_x" auto_size="vertical" width="140"/>
       <widget class="label" id="T_tl" text="Third[COMMENT: team_information_panel; Third Kit Graphic Title]" alignment="centre_x" auto_size="vertical" width="140"/>

     </container>

     <container>
       <layout class="arrange_horizontal_attachment" alignment="middle" offset="0" gap="0"/>
       <layout class="stick_to_sides_attachment" alignment="top" inset="15" layout_children="true"/>

       <widget class="kit_picture" id="T_hk" scale_picture="true" keep_aspect_ratio="true" height="140" width="140" image_alignment="centre"/>
       <widget class="kit_picture" id="T_ak" scale_picture="true" keep_aspect_ratio="true" height="140" width="140" image_alignment="centre"/>
       <widget class="kit_picture" id="T_tk" scale_picture="true" keep_aspect_ratio="true" height="140" width="140" image_alignment="centre"/>

     </container>

   </container>

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...