Jump to content

FM 22: Last XI into club overview panel


FMLuc
 Share

Recommended Posts

the 'pitch_with_tactics' widget needs to be inside a 'team_container_information_overview_panel' class container. Example code from unreleased version of my skin:

<container class="team_container_information_overview_panel" file="club/wannachup/club pitch">
	<record id="object_property" get_property="objt" set_property="objt"/>
</container>

Inside "club/wannachup/club pitch" is this:

<panel>
  <layout class="stick_to_sides_attachment" apply_to_children="true"/>
  <container class="pitch_with_tactics" id="pwtc" late_loading="true">
    <string id="icon_flags" value="show_name,show_captain,show_extra_details,show_number,use_player_kits_back,dont_show_team_names,drop_initial_if_possible,show_preview_info_popup"/>
    <integer id="line_width" value="1.5"/>
    <integer id="maximum_player_size" value="0.23"/>
    <string id="pitch_alignment" value="centre,can_scale"/>
    <string id="pitch_draw_goals" value="false"/>
    <string id="pitch_draw_grass" value="false"/>
    <string id="pitch_draw_markings" value="false"/>
    <integer id="pitch_vertical_padding" value="55"/>
    <integer id="pitch_horizontal_padding" value="55"/>
    <string id="player_icon_file" value="club/wannachup/player icons"/>
    <string id="pitch_kit_icon" value=""/>
    <integer id="pitch_length_percentage" value="100"/>
    <string id="pitch_line_colour" value="white"/>
    <integer id="pitch_touchline_width_percentage" value="20"/>
    <string id="show_extra_details_buttons" value="false"/>
    <string id="vertical" value="false"/>
  </container>
</panel>

 

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