s25771205 - Comments

#715510 FM 2023 FLUT skin dark - Version 8.0
s25771205
1 year ago
7 months ago
2
By flut 25 November 2022 - 16:33 PM UTC 

Hi and thanks.

Regarding your question: if you use the 2D kits prepared for flutskin the front kit will be showed in all the players (even in the goalkeeper). You can remove that kits (front kits) in the following code in player overview panel.xml (however, don't forget that since you remove the code the front kit will not be displayed anymore in that place) lines 852 - 884

 

 <widget id="cKip" class="kit_icon" file="generic/kit icon36" scale_picture="true" image_alignment="centre" kit_zoom_level="2" priority="1">
                       <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="-60" />
 <layout class="stick_to_sides_attachment" alignment="vertical" inset="20" />
     <layout class="stick_to_sides_attachment" alignment="all" inset="15" />  
               <record id="object_property">
   <list id="get_properties">
    <record>
     <integer id="get_property" value="Pers" />
     <integer id="set_property" value="objt" />
    </record>
   </list>
  </record>
                      </widget>

  <!-- This is the shirt -->
      <widget class="picture" id="lftB" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">
      <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
    <layout class="stick_to_sides_attachment" alignment="left" inset="-60" />
   <layout class="stick_to_sides_attachment" alignment="vertical" inset="20" />
    <attachment class="test_setting_attachment" get_setting="show_portraits" default_value="true" set_property="hidn">
           <list id="value">
             <boolean value="false" />
           </list>
         </attachment>

         <layout class="stick_to_sides_attachment" alignment="all" inset="15" />
      
   <record id="object_property">
  <integer id="get_property" value="mbpc"/>
  <integer id="set_property" value="file"/>
 </record> 
 </widget> 

 

thanks a lot . it did work !

#715197 FM 2023 FLUT skin dark - Version 8.0
s25771205
1 year ago
7 months ago
2

first,thanks for your skin ,l love this skin so much!

now i have a problem about the kits.

i replaced the kit ,but the goalkeeper` kit is changed into red

so, i want remove the kit(only remove the red one), how to  remove it? which xml should i rewrite

thank you