Jump to content

Crb1986

Members+
  • Posts

    196
  • Joined

  • Last visited

Reputation

35 "Frankly, my dear, I don't give a damn"

1 Follower

Favourite Team

  • Favourite Team
    FC Paços de Ferreira

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Follow this topic https://community.sigames.com/forums/topic/579617-is-there-an-easy-way-to-remove-the-3d-media-backgrounds/#comment-14226473
  2. Hello, Is there any way to get rid of all the 3d scenes like the below (press conference, dressing room, welcome to club, pre match briefing scene, tunnel interview scene)? Thank you.
  3. That's where I need help I used to use the following code on "match touchline tablet slot ibh1" but i'm not sure where to use it now :/ <!-- Stadium --> <container class="client_object_viewer_xml_panel" id="abcu" appearance=""> <translation id="title" translation_id="229366" type="use" value="Stadium" /> <layout class="arrange_vertical_attachment" layout="25,-1" offset="0" gap="2" /> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" /> <container class="bordered_box" appearance="boxes/bordered/standard/paper15" red_replacement="primary" blue_replacement="primary"> <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" gap="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <!--stadium name--> <widget class="stadium_button" id="strk" auto_size="all" icon_enabled="false" font="fonts/capitals_bold" alignment="centre,can_scale" colour="secondary" size="10-5"> <record id="object_property"> <integer id="get_property" value="stad"/> </record> </widget>
  4. Hello I'm using the OPZ skin and I have been trying to use these "stadium" button to show my background picture but somehow is showing my FMC/FMT mini stadium pictures. Can anyone help me having the actual background picture when selecting "Stadium". Thank you.
  5. I use the OPZ skin and it works well with the code suggested by Tyburn.
  6. It serves its purpose perfectly, Thank you so much for taking the time to help with this
  7. Thank you so much for your help, Tyburn. Very much appreciated. Kindly find attached. Thank you match in between highlights panel.xml
  8. Thanks Tyburn. It would have been these one below with the following code. <!-- Stadium --> <container class="client_object_viewer_xml_panel" id="abcu" appearance=""> <translation id="title" translation_id="229366" type="use" value="Stadium" /> <layout class="arrange_vertical_attachment" layout="25,-1" offset="0" gap="2" /> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" /> <container class="bordered_box" appearance="boxes/bordered/standard/paper15" red_replacement="primary" blue_replacement="primary"> <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" gap="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <!--stadium name--> <widget class="stadium_button" id="strk" auto_size="all" icon_enabled="false" font="fonts/capitals_bold" alignment="centre,can_scale" colour="secondary" size="10-5"> <record id="object_property"> <integer id="get_property" value="stad"/> </record> </widget> </container> <container> <layout class="arrange_vertical_attachment" offset="0" gap="0" /> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" /> <widget class="background" file="backgrounds" id="bgnk"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" /> <record id="object_property"> <integer id="get_property" value="bgnd" /> <integer id="set_property" value="file" /> </record> </widget> </container> </container>
  9. Hello, I have been trying to add the stadium picture to the "match in between highlights panel" The code used is the one below. For some reason, the picture won't show up. Would you be so kind to give me some help with this? Thank you. ------------------------ <!-- Stadium --> <container class="client_object_viewer_xml_panel" id="abcu" appearance=""> <translation id="title" translation_id="229366" type="use" value="Stadium" /> <layout class="arrange_vertical_attachment" layout="25,-1" offset="0" gap="2" /> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" /> <container class="bordered_box" appearance="boxes/bordered/standard/paper15" red_replacement="primary" blue_replacement="primary"> <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" gap="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <!--stadium name--> <widget class="stadium_button" id="strk" auto_size="all" icon_enabled="false" font="fonts/capitals_bold" alignment="centre,can_scale" colour="secondary" size="10-5"> <record id="object_property"> <integer id="get_property" value="stad"/> </record> </widget> </container> <container> <layout class="arrange_vertical_attachment" offset="0" gap="0" /> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" /> <widget class="background" file="backgrounds" id="bgnk"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" /> <record id="object_property"> <integer id="get_property" value="bgnd" /> <integer id="set_property" value="file" /> </record> </widget> </container> </container> ----------------------------------
  10. Hello, I was wondering if anyone can help me with the below. I was able to have the stadium button within the "match in between highlights" panel but for some reasons the picture doesn't show :/ Would there be any reason for this picture not showing up? I have all the backgrounds from previous versions and used the code from the initial post. Thank you.
×
×
  • Create New...