Jump to content

Press Conference Backgrounds


DamienQilBormliz
 Share

Recommended Posts

4 часа назад, a31632 сказал:

I am using the code below in the "match team news panel", you can direct to any graphics file you want as a specific background (in my case picture "1.png" (or "1.jpg") is the one that this screen uses)

    <widget class="picture" file="backgrounds/1" id="bgnd">
    <boolean id="scale_picture" value="true" />
    <boolean id="keep_aspect_ratio" value="false" />
    </widget>

 

Where is the correct place to put the code? So far I haven't been able to

Спойлер

<panel>
    <!-- this controls if we restrict the subs height to starter height or not in tables-->
    <boolean id="RsuH" value="true"/>
    
    <set_var name="sheet_text_colour">
        <symbol value="black" />
    </set_var>

    <set_var name="name_view_props">
        <record>
            <var id="colour" name="sheet_text_colour" />
            <boolean id="person_is_player" value="true" />
            <boolean id="disable_link" value="true" />
            <boolean id="info_popup_enabled" value="false" />
            <boolean id="links_enabled_in_popup" value="false" />
            <string id="format" value="[%person#1-bold_surname]" />
            <string id="alternate_format" value="[%person#1-initial_bold_surname]" />
        </record>
    </set_var>

    <set_var name="captain_view_props">
        <flags id="appearance" value="buttons/text/button" />
        <flags id="alignment" value="centre" />
        <flags id="auto_size" value="all" />
        <translation id="text" translation_id="515078" type="use" value="(c)[COMMENT: AREA: Team lineups in the match; SUB-AREA: Captaincy; FR-BN: n/a; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: abbreviation for Captain; same as 260925 but with parentheses]" />
        <var id="colour" name="sheet_text_colour" />
        <integer id="width" value="20" />
    </set_var>

    <set_var name="home_views">
        <list>
            <record id="deta">
                <record id="view">
                    <record id="Pnam" alignment="right,centre_y,auto_fit" info_popup_enabled="false" navigation_focus_target="false">
                        <var id="prop" name="name_view_props" />
                    </record>

                    <record id="PisC">
                        <var id="prop" name="captain_view_props" />
                    </record>

                    <record id="Psnu" alignment="right,centre_y,auto_fit" width="22">
                        <var id="colour" name="sheet_text_colour" />
                    </record>

                    <record id="PtsL" hidden="true">
                    </record>

                </record>
            </record>
        </list>
    </set_var>

    <set_var name="away_views">
        <list>
            <record id="deta">
                <record id="view">

                    <record id="Psnu" alignment="left,centre_y,auto_fit" width="22">
                        <var id="colour" name="sheet_text_colour" />
                    </record>

                    <record id="PisC" width="50">
                        <var id="prop" name="captain_view_props" />
                    </record>

                    <record id="Pnam" alignment="left,centre_y,auto_fit" info_popup_enabled="false" navigation_focus_target="false">
                        <var id="prop" name="name_view_props" />
                    </record>


                    <record id="PpsC" hidden="true">
                    </record>


                </record>
            </record>
        </list>
    </set_var>

    <set_var name="players_table">
        <widget class="tactic_player_list_table" database_table_type="1" mode="fill_rows,hide_headings">

            <boolean id="auto_size_rows" value="false" />
            <boolean id="fixed_size_rows" value="true" />
            <integer id="row_height" value="21" />

            <list id="Spid">
                <integer value="PpsC" />
            </list>

            <list id="default_sort_column">
                <integer value="PtsL" />
            </list>

            <!--default view-->
            <flags id="default_view" value="deta" />

 

        </widget>
    </set_var>

    <animation class="fade_animation" start_value="0" end_value="1" duration="0.5" delay="0" end_mode="hold_end" trigger_id="hidden" trigger_start="false" trigger_end="true"/>


    <attachment_group class="vertical_arrange" vertical_alignment="middle" />

    <container>

        <attachment class="test_screen_size_attachment" skip_if_false="true">
            <list id="properties">
                <record>
                    <flags id="alignment" value="vertical" />
                    <integer id="min_value" value="0" />
                    <integer id="max_value" value="720" />
                    <symbol id="set_property" value="height" />
                    <integer id="true_value" value="550" />
                    <integer id="false_value" value="550" />
                </record>
                <record>
                    <flags id="alignment" value="vertical" />
                    <integer id="min_value" value="720" />
                    <integer id="max_value" value="868" />
                    <symbol id="set_property" value="height" />
                    <integer id="true_value" value="650" />
                    <integer id="false_value" value="650" />
                </record>
                <record>
                    <flags id="alignment" value="vertical" />
                    <integer id="min_value" value="868" />
                    <integer id="max_value" value="10000" />
                    <symbol id="set_property" value="height" />
                    <integer id="true_value" value="750" />
                    <integer id="false_value" value="700" />
                </record>
            </list>
        </attachment>

        <attachment_group class="horizontal_arrange" horizontal_alignment="middle" horizontal_gap="10" vertical_inset="0" />

        <!--this will have the reaction in min res-->
        <container class="main_transparent_box" red_replacement="background" colour="title" width="320">
            <layout class="show_medium_horizontal" min_value="1200" />

            <translation id="title" translation_id="515080" type="use" value="Staff reaction to team news[COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows backroom advice and feedback on the opposition's team selection]" />
            <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

            <container class="scrolling_box">
                <widget class="match_feed_panel" id="lfed" file="match/match feed panel team news reaction" />
            </container>
            

        </container>

        <container width="320" navigation_container="false">
            <layout class="hide_medium_horizontal" min_value="1199" />
            <attachment_group class="vertical_arrange" vertical_layout="-1, 280"/>    
            
            <!--this will have the reaction in min res-->
            <container class="main_contrast_box" red_replacement="background" colour="title">
                <layout class="hide_medium_horizontal" min_value="1199" />

                <translation id="title" translation_id="515080" type="use" value="Staff reaction to team news[COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows backroom advice and feedback on the opposition's team selection]" />
                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                <container class="scrolling_box">
                    <widget class="match_feed_panel" id="sfed" file="match/match feed panel team news reaction" />
                </container>

            </container>
            <container class="main_transparent_box" red_replacement="background" colour="title" id="medc">
                <translation id="title" translation_id="515079" type="use" value="Press Officer Social Roundup[COMMENT: AREA: Match; SUB-AREA: Team News; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows news items delivered by the press officer]" />
                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                <widget class="news_feed_panel" id="socs" filter="Fsco"  file="human/news feed embedded social panel" social_item_file="human/news feed social item content panel for match" number_of_items_to_display="10"/>

            </container>

        

        </container>


        <container>

            <attachment class="test_screen_size_attachment" skip_if_false="true">
                <list id="properties">
                    <record>
                        <flags id="alignment" value="vertical" />
                        <integer id="min_value" value="0" />
                        <integer id="max_value" value="720" />
                        <symbol id="set_property" value="width" />
                        <integer id="true_value" value="397" />
                        <integer id="false_value" value="397" />
                    </record>
                    <record>
                        <flags id="alignment" value="vertical" />
                        <integer id="min_value" value="721" />
                        <integer id="max_value" value="868" />
                        <symbol id="set_property" value="width" />
                        <integer id="true_value" value="472" />
                        <integer id="false_value" value="472" />
                    </record>
                    <record>
                        <flags id="alignment" value="vertical" />
                        <integer id="min_value" value="869" />
                        <integer id="max_value" value="10000" />
                        <symbol id="set_property" value="width" />
                        <integer id="true_value" value="544" />
                        <integer id="false_value" value="544" />
                    </record>
                </list>
            </attachment>


            <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

            <widget class="picture" id="shet" scale_picture="true" keep_aspect_ratio="true" file="boxes/custom/match/team sheet/paper" red_replacement="white">

            </widget>

            <container>

                <attachment_group class="horizontal_arrange" horizontal_layout="-1,-22,-1" />

                <container />

                <container>

                    <attachment_group class="vertical_arrange" vertical_layout="-7,-32,-4,-12,-5,-151,-2,-6,-8" vertical_gap="0" />

                    <container />

                    <!-- Logos, stadium, detials -->
                    <container>
                        <attachment_group class="horizontal_arrange" horizontal_layout="-4,-20,-5" horizontal_gap="0" />

                        <container>

                            <attachment_group class="vertical_arrange" vertical_layout="-1,-4,-1" vertical_inset="0" horizontal_offset="0" />

                            <container />

                            <widget class="object_portrait_picture" height="60" id="htpc" scale_picture="true" image_alignment="centre" />

                            <container />

                        </container>

                        <container>
                            <attachment_group class="vertical_arrange" vertical_gap="0" vertical_layout="-14,-2,-12,-18,-28" />

                            <widget class="text" font="team sheet title" alignment="centre, auto_fit" id="otst">
                                <translation id="text" translation_id="515081" type="use" value="Official Team Sheet[COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows the Teams sheets]" />
                            </widget>

                            <widget class="spacer" />

                            <widget class="stadium_button" font="title" alignment="centre, auto_fit" icon_enabled="false" disable_link="true" id="stad" navigation_focus_target="false">
                                <record id="object_property" get_property="stad" set_property="valu" />
                            </widget>

                            <widget class="spacer" />

                            <container>
                                <attachment_group class="vertical_arrange" vertical_gap="0" vertical_layout="-5,-4" />
                                <record id="default_properties">
                                    <var id="colour" name="sheet_text_colour" />
                                </record>

                                <widget class="comp_button" style="bold" alignment="centre, auto_fit" id="comp" icon_enabled="false" disable_link="true" navigation_focus_target="false">
                                    <record id="object_property" get_property="fxCo" set_property="valu" />
                                </widget>

                                <widget class="game_formatted_label" alignment="centre, auto_fit">
                                    <translation id="format" translation_id="515082" type="use" value="[%date#2-long]. Kick-off [%date#3-time][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: text for the kick off date and time]" />
                                    <record id="object_property">
                                        <list id="get_properties">
                                            <record get_property="fxdt" set_property="var2" />
                                            <record get_property="fxdt" set_property="var3" />
                                        </list>
                                    </record>
                                </widget>
                            </container>

                        </container>

                        <container>

                            <attachment_group class="vertical_arrange" vertical_layout="-1,-4,-1" vertical_inset="0" horizontal_offset="0" />

                            <container />

                            <widget class="object_portrait_picture" height="60" scale_picture="true" image_alignment="centre">
                                <record id="object_property" get_property="fxCo" set_property="valu" />
                            </widget>

                            <container />

                        </container>

                    </container>

                    <container />

                    <!-- Clubs and maanger -->
                    <container>
                        <attachment_group class="horizontal_arrange" horizontal_layout="-7,-1,-7" />

                        <record id="default_properties">
                            <var id="colour" name="sheet_text_colour" />
                        </record>

                        <container>
                            <attachment_group class="vertical_arrange" vertical_layout="-5,-5" vertical_gap="0" />

                            <widget class="client_object_label" id="htlb" font="title" style="bold" alignment="right,auto_fit" disable_link="true">
                                <var id="colour" name="sheet_text_colour" />
                            </widget>

                            <container class="client_object_viewer_xml_panel" id="homm">

                                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                                <widget class="person_button" alignment="right,auto_fit" disable_link="true" navigation_focus_target="false">
                                    <var id="colour" name="sheet_text_colour" />
                                    <translation id="format" translation_id="515083" type="use" value="Manager: [%person#1-bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation]" />
                                    <translation id="alternate_format" translation_id="515084" type="use" value="Manager: [%person#1-initial_bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation, this one changes the first name to an initial, like F.Lampard]" />

                                    <record id="object_property" get_property="TMnR" set_property="valu" />
                                </widget>

                            </container>

                        </container>

                        <widget class="text" alignment="centre, auto_fit" style="bold">
                            <translation id="text" translation_id="242324" type="use" value="v[versus]" />
                        </widget>

                        <container>
                            <attachment_group class="vertical_arrange" vertical_layout="-5,-5" vertical_gap="0" />

                            <record id="default_properties">
                                <var id="colour" name="sheet_text_colour" />
                            </record>

                            <widget class="client_object_label" id="atlb" font="title" style="bold" alignment="left,auto_fit" disable_link="true" />

                            <container class="client_object_viewer_xml_panel" id="awam">

                                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                                <widget class="person_button" alignment="left,auto_fit" disable_link="true" navigation_focus_target="false">
                                    <var id="colour" name="sheet_text_colour" />
                                    <translation id="format" translation_id="515083" type="use" value="Manager: [%person#1-bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation]" />
                                    <translation id="alternate_format" translation_id="515084" type="use" value="Manager: [%person#1-initial_bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation, this one changes the first name to an initial, like F.Lampard]" />
                                    <record id="object_property" get_property="TMnR" set_property="valu" />
                                </widget>

                            </container>

                        </container>
                    </container>

                    <container />

                    <container>

                        <attachment_group class="vertical_arrange" vertical_layout="-24,-2,-22" vertical_gap="0" />

                        <!-- Starting XI -->
                        <container>
                            <attachment_group class="horizontal_arrange" horizontal_alignment="fill" vertical_inset="0" horizontal_offset="0" horizontal_gap="20" />

                            <container class="match_team_squad_panel" id="ht1t" file="" include_starting_xi="false" include_starting_subs="false" include_current_subs="false" auto_size="vertical" should_add_bullets="false" sast="true">
                                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                                <list id="properties_to_forward">
                                    <record get_property="viws" target="pltb" />
                                    <record get_property="rhNS" target="pltb" />
                                </list>

                                <var id="viws" name="home_views" />

                                <var id="pltb" name="players_table"/>

                            </container>

                            <container class="match_team_squad_panel" id="at1t" file="" include_starting_xi="false" include_starting_subs="false" include_current_subs="false" auto_size="vertical" should_add_bullets="false" sast="true">
                                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                                <list id="properties_to_forward">
                                    <record get_property="viws" target="pltb" />
                                    <record get_property="rhNS" target="pltb" />
                                </list>

                                <var id="viws" name="away_views" />

                                <var id="pltb" name="players_table"/>

                            </container>

                        </container>

                        <!-- Subs title -->
                        <widget class="text" alignment="centre,auto_fit" style="bold">
                            <translation id="text" translation_id="318313" type="use" value="Substitutes[COMMENT: subs bench panel; subsection box which will list any designated substitutes]" />
                            <var id="colour" name="sheet_text_colour" />
                        </widget>

                        <!-- Subs -->
                        <container>
                            <attachment_group class="horizontal_arrange" horizontal_alignment="fill" vertical_inset="0" horizontal_offset="0" horizontal_gap="20" />

                            <container class="match_team_squad_panel" id="htst" file="" include_current_xi="false" include_starting_xi="false" include_starting_subs="false" should_add_bullets="false">
                                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                                <list id="properties_to_forward">
                                    <record get_property="viws" target="pltb" />
                                    <record get_property="rhNS" target="pltb" />
                                </list>

                                <var id="viws" name="home_views" />

                                <var id="pltb" name="players_table"/>

                            </container>

                            <container class="match_team_squad_panel" id="atst" file="" include_current_xi="false" include_starting_xi="false" include_starting_subs="false" should_add_bullets="false" sast="true">
                                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                                <list id="properties_to_forward">
                                    <record get_property="viws" target="pltb" />
                                    <record get_property="rhNS" target="pltb" />
                                </list>

                                <var id="viws" name="away_views" />

                                <var id="pltb" name="players_table"/>

                            </container>

                        </container>

                    </container>

                    <container />

                    <!-- Ref -->
                    <widget class="person_button" alignment="centre, auto_fit" disable_link="true" navigation_focus_target="false">
                        <var id="colour" name="sheet_text_colour" />
                        <translation id="format" translation_id="515085" type="use" value="Referee: [%person#1-bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation]" />
                        <record id="object_property" get_property="FRef" set_property="valu" />
                    </widget>

                    <container />

                </container>

                <container />

            </container>

            <widget class="picture" scale_picture="true" keep_aspect_ratio="true" file="boxes/custom/match/team sheet/texture/paper">

            </widget>

        </container>

        <container width="320" navigation_container="false">
            <layout class="show_medium_horizontal" min_value="1200" />
            <attachment_group class="vertical_arrange" vertical_alignment="fill" />
            <container class="main_transparent_box" red_replacement="background" colour="title" id="medc">
                <translation id="title" translation_id="515079" type="use" value="Press Officer Social Roundup[COMMENT: AREA: Match; SUB-AREA: Team News; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows news items delivered by the press officer]" />
                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                <widget class="news_feed_panel" id="socp" filter="Fsco" file="human/news feed embedded social panel" social_item_file="human/news feed social item content panel for match" number_of_items_to_display="10"/>

            </container>


        </container>

    </container>
     
</panel>

 

 

Link to post
Share on other sites

1 hour ago, lembergman said:

Where is the correct place to put the code? So far I haven't been able to

  Reveal hidden contents

<panel>
    <!-- this controls if we restrict the subs height to starter height or not in tables-->
    <boolean id="RsuH" value="true"/>
    
    <set_var name="sheet_text_colour">
        <symbol value="black" />
    </set_var>

    <set_var name="name_view_props">
        <record>
            <var id="colour" name="sheet_text_colour" />
            <boolean id="person_is_player" value="true" />
            <boolean id="disable_link" value="true" />
            <boolean id="info_popup_enabled" value="false" />
            <boolean id="links_enabled_in_popup" value="false" />
            <string id="format" value="[%person#1-bold_surname]" />
            <string id="alternate_format" value="[%person#1-initial_bold_surname]" />
        </record>
    </set_var>

    <set_var name="captain_view_props">
        <flags id="appearance" value="buttons/text/button" />
        <flags id="alignment" value="centre" />
        <flags id="auto_size" value="all" />
        <translation id="text" translation_id="515078" type="use" value="(c)[COMMENT: AREA: Team lineups in the match; SUB-AREA: Captaincy; FR-BN: n/a; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: abbreviation for Captain; same as 260925 but with parentheses]" />
        <var id="colour" name="sheet_text_colour" />
        <integer id="width" value="20" />
    </set_var>

    <set_var name="home_views">
        <list>
            <record id="deta">
                <record id="view">
                    <record id="Pnam" alignment="right,centre_y,auto_fit" info_popup_enabled="false" navigation_focus_target="false">
                        <var id="prop" name="name_view_props" />
                    </record>

                    <record id="PisC">
                        <var id="prop" name="captain_view_props" />
                    </record>

                    <record id="Psnu" alignment="right,centre_y,auto_fit" width="22">
                        <var id="colour" name="sheet_text_colour" />
                    </record>

                    <record id="PtsL" hidden="true">
                    </record>

                </record>
            </record>
        </list>
    </set_var>

    <set_var name="away_views">
        <list>
            <record id="deta">
                <record id="view">

                    <record id="Psnu" alignment="left,centre_y,auto_fit" width="22">
                        <var id="colour" name="sheet_text_colour" />
                    </record>

                    <record id="PisC" width="50">
                        <var id="prop" name="captain_view_props" />
                    </record>

                    <record id="Pnam" alignment="left,centre_y,auto_fit" info_popup_enabled="false" navigation_focus_target="false">
                        <var id="prop" name="name_view_props" />
                    </record>


                    <record id="PpsC" hidden="true">
                    </record>


                </record>
            </record>
        </list>
    </set_var>

    <set_var name="players_table">
        <widget class="tactic_player_list_table" database_table_type="1" mode="fill_rows,hide_headings">

            <boolean id="auto_size_rows" value="false" />
            <boolean id="fixed_size_rows" value="true" />
            <integer id="row_height" value="21" />

            <list id="Spid">
                <integer value="PpsC" />
            </list>

            <list id="default_sort_column">
                <integer value="PtsL" />
            </list>

            <!--default view-->
            <flags id="default_view" value="deta" />

 

        </widget>
    </set_var>

    <animation class="fade_animation" start_value="0" end_value="1" duration="0.5" delay="0" end_mode="hold_end" trigger_id="hidden" trigger_start="false" trigger_end="true"/>


    <attachment_group class="vertical_arrange" vertical_alignment="middle" />

    <container>

        <attachment class="test_screen_size_attachment" skip_if_false="true">
            <list id="properties">
                <record>
                    <flags id="alignment" value="vertical" />
                    <integer id="min_value" value="0" />
                    <integer id="max_value" value="720" />
                    <symbol id="set_property" value="height" />
                    <integer id="true_value" value="550" />
                    <integer id="false_value" value="550" />
                </record>
                <record>
                    <flags id="alignment" value="vertical" />
                    <integer id="min_value" value="720" />
                    <integer id="max_value" value="868" />
                    <symbol id="set_property" value="height" />
                    <integer id="true_value" value="650" />
                    <integer id="false_value" value="650" />
                </record>
                <record>
                    <flags id="alignment" value="vertical" />
                    <integer id="min_value" value="868" />
                    <integer id="max_value" value="10000" />
                    <symbol id="set_property" value="height" />
                    <integer id="true_value" value="750" />
                    <integer id="false_value" value="700" />
                </record>
            </list>
        </attachment>

        <attachment_group class="horizontal_arrange" horizontal_alignment="middle" horizontal_gap="10" vertical_inset="0" />

        <!--this will have the reaction in min res-->
        <container class="main_transparent_box" red_replacement="background" colour="title" width="320">
            <layout class="show_medium_horizontal" min_value="1200" />

            <translation id="title" translation_id="515080" type="use" value="Staff reaction to team news[COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows backroom advice and feedback on the opposition's team selection]" />
            <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

            <container class="scrolling_box">
                <widget class="match_feed_panel" id="lfed" file="match/match feed panel team news reaction" />
            </container>
            

        </container>

        <container width="320" navigation_container="false">
            <layout class="hide_medium_horizontal" min_value="1199" />
            <attachment_group class="vertical_arrange" vertical_layout="-1, 280"/>    
            
            <!--this will have the reaction in min res-->
            <container class="main_contrast_box" red_replacement="background" colour="title">
                <layout class="hide_medium_horizontal" min_value="1199" />

                <translation id="title" translation_id="515080" type="use" value="Staff reaction to team news[COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows backroom advice and feedback on the opposition's team selection]" />
                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                <container class="scrolling_box">
                    <widget class="match_feed_panel" id="sfed" file="match/match feed panel team news reaction" />
                </container>

            </container>
            <container class="main_transparent_box" red_replacement="background" colour="title" id="medc">
                <translation id="title" translation_id="515079" type="use" value="Press Officer Social Roundup[COMMENT: AREA: Match; SUB-AREA: Team News; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows news items delivered by the press officer]" />
                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                <widget class="news_feed_panel" id="socs" filter="Fsco"  file="human/news feed embedded social panel" social_item_file="human/news feed social item content panel for match" number_of_items_to_display="10"/>

            </container>

        

        </container>


        <container>

            <attachment class="test_screen_size_attachment" skip_if_false="true">
                <list id="properties">
                    <record>
                        <flags id="alignment" value="vertical" />
                        <integer id="min_value" value="0" />
                        <integer id="max_value" value="720" />
                        <symbol id="set_property" value="width" />
                        <integer id="true_value" value="397" />
                        <integer id="false_value" value="397" />
                    </record>
                    <record>
                        <flags id="alignment" value="vertical" />
                        <integer id="min_value" value="721" />
                        <integer id="max_value" value="868" />
                        <symbol id="set_property" value="width" />
                        <integer id="true_value" value="472" />
                        <integer id="false_value" value="472" />
                    </record>
                    <record>
                        <flags id="alignment" value="vertical" />
                        <integer id="min_value" value="869" />
                        <integer id="max_value" value="10000" />
                        <symbol id="set_property" value="width" />
                        <integer id="true_value" value="544" />
                        <integer id="false_value" value="544" />
                    </record>
                </list>
            </attachment>


            <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

            <widget class="picture" id="shet" scale_picture="true" keep_aspect_ratio="true" file="boxes/custom/match/team sheet/paper" red_replacement="white">

            </widget>

            <container>

                <attachment_group class="horizontal_arrange" horizontal_layout="-1,-22,-1" />

                <container />

                <container>

                    <attachment_group class="vertical_arrange" vertical_layout="-7,-32,-4,-12,-5,-151,-2,-6,-8" vertical_gap="0" />

                    <container />

                    <!-- Logos, stadium, detials -->
                    <container>
                        <attachment_group class="horizontal_arrange" horizontal_layout="-4,-20,-5" horizontal_gap="0" />

                        <container>

                            <attachment_group class="vertical_arrange" vertical_layout="-1,-4,-1" vertical_inset="0" horizontal_offset="0" />

                            <container />

                            <widget class="object_portrait_picture" height="60" id="htpc" scale_picture="true" image_alignment="centre" />

                            <container />

                        </container>

                        <container>
                            <attachment_group class="vertical_arrange" vertical_gap="0" vertical_layout="-14,-2,-12,-18,-28" />

                            <widget class="text" font="team sheet title" alignment="centre, auto_fit" id="otst">
                                <translation id="text" translation_id="515081" type="use" value="Official Team Sheet[COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows the Teams sheets]" />
                            </widget>

                            <widget class="spacer" />

                            <widget class="stadium_button" font="title" alignment="centre, auto_fit" icon_enabled="false" disable_link="true" id="stad" navigation_focus_target="false">
                                <record id="object_property" get_property="stad" set_property="valu" />
                            </widget>

                            <widget class="spacer" />

                            <container>
                                <attachment_group class="vertical_arrange" vertical_gap="0" vertical_layout="-5,-4" />
                                <record id="default_properties">
                                    <var id="colour" name="sheet_text_colour" />
                                </record>

                                <widget class="comp_button" style="bold" alignment="centre, auto_fit" id="comp" icon_enabled="false" disable_link="true" navigation_focus_target="false">
                                    <record id="object_property" get_property="fxCo" set_property="valu" />
                                </widget>

                                <widget class="game_formatted_label" alignment="centre, auto_fit">
                                    <translation id="format" translation_id="515082" type="use" value="[%date#2-long]. Kick-off [%date#3-time][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: text for the kick off date and time]" />
                                    <record id="object_property">
                                        <list id="get_properties">
                                            <record get_property="fxdt" set_property="var2" />
                                            <record get_property="fxdt" set_property="var3" />
                                        </list>
                                    </record>
                                </widget>
                            </container>

                        </container>

                        <container>

                            <attachment_group class="vertical_arrange" vertical_layout="-1,-4,-1" vertical_inset="0" horizontal_offset="0" />

                            <container />

                            <widget class="object_portrait_picture" height="60" scale_picture="true" image_alignment="centre">
                                <record id="object_property" get_property="fxCo" set_property="valu" />
                            </widget>

                            <container />

                        </container>

                    </container>

                    <container />

                    <!-- Clubs and maanger -->
                    <container>
                        <attachment_group class="horizontal_arrange" horizontal_layout="-7,-1,-7" />

                        <record id="default_properties">
                            <var id="colour" name="sheet_text_colour" />
                        </record>

                        <container>
                            <attachment_group class="vertical_arrange" vertical_layout="-5,-5" vertical_gap="0" />

                            <widget class="client_object_label" id="htlb" font="title" style="bold" alignment="right,auto_fit" disable_link="true">
                                <var id="colour" name="sheet_text_colour" />
                            </widget>

                            <container class="client_object_viewer_xml_panel" id="homm">

                                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                                <widget class="person_button" alignment="right,auto_fit" disable_link="true" navigation_focus_target="false">
                                    <var id="colour" name="sheet_text_colour" />
                                    <translation id="format" translation_id="515083" type="use" value="Manager: [%person#1-bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation]" />
                                    <translation id="alternate_format" translation_id="515084" type="use" value="Manager: [%person#1-initial_bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation, this one changes the first name to an initial, like F.Lampard]" />

                                    <record id="object_property" get_property="TMnR" set_property="valu" />
                                </widget>

                            </container>

                        </container>

                        <widget class="text" alignment="centre, auto_fit" style="bold">
                            <translation id="text" translation_id="242324" type="use" value="v[versus]" />
                        </widget>

                        <container>
                            <attachment_group class="vertical_arrange" vertical_layout="-5,-5" vertical_gap="0" />

                            <record id="default_properties">
                                <var id="colour" name="sheet_text_colour" />
                            </record>

                            <widget class="client_object_label" id="atlb" font="title" style="bold" alignment="left,auto_fit" disable_link="true" />

                            <container class="client_object_viewer_xml_panel" id="awam">

                                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                                <widget class="person_button" alignment="left,auto_fit" disable_link="true" navigation_focus_target="false">
                                    <var id="colour" name="sheet_text_colour" />
                                    <translation id="format" translation_id="515083" type="use" value="Manager: [%person#1-bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation]" />
                                    <translation id="alternate_format" translation_id="515084" type="use" value="Manager: [%person#1-initial_bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation, this one changes the first name to an initial, like F.Lampard]" />
                                    <record id="object_property" get_property="TMnR" set_property="valu" />
                                </widget>

                            </container>

                        </container>
                    </container>

                    <container />

                    <container>

                        <attachment_group class="vertical_arrange" vertical_layout="-24,-2,-22" vertical_gap="0" />

                        <!-- Starting XI -->
                        <container>
                            <attachment_group class="horizontal_arrange" horizontal_alignment="fill" vertical_inset="0" horizontal_offset="0" horizontal_gap="20" />

                            <container class="match_team_squad_panel" id="ht1t" file="" include_starting_xi="false" include_starting_subs="false" include_current_subs="false" auto_size="vertical" should_add_bullets="false" sast="true">
                                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                                <list id="properties_to_forward">
                                    <record get_property="viws" target="pltb" />
                                    <record get_property="rhNS" target="pltb" />
                                </list>

                                <var id="viws" name="home_views" />

                                <var id="pltb" name="players_table"/>

                            </container>

                            <container class="match_team_squad_panel" id="at1t" file="" include_starting_xi="false" include_starting_subs="false" include_current_subs="false" auto_size="vertical" should_add_bullets="false" sast="true">
                                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                                <list id="properties_to_forward">
                                    <record get_property="viws" target="pltb" />
                                    <record get_property="rhNS" target="pltb" />
                                </list>

                                <var id="viws" name="away_views" />

                                <var id="pltb" name="players_table"/>

                            </container>

                        </container>

                        <!-- Subs title -->
                        <widget class="text" alignment="centre,auto_fit" style="bold">
                            <translation id="text" translation_id="318313" type="use" value="Substitutes[COMMENT: subs bench panel; subsection box which will list any designated substitutes]" />
                            <var id="colour" name="sheet_text_colour" />
                        </widget>

                        <!-- Subs -->
                        <container>
                            <attachment_group class="horizontal_arrange" horizontal_alignment="fill" vertical_inset="0" horizontal_offset="0" horizontal_gap="20" />

                            <container class="match_team_squad_panel" id="htst" file="" include_current_xi="false" include_starting_xi="false" include_starting_subs="false" should_add_bullets="false">
                                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                                <list id="properties_to_forward">
                                    <record get_property="viws" target="pltb" />
                                    <record get_property="rhNS" target="pltb" />
                                </list>

                                <var id="viws" name="home_views" />

                                <var id="pltb" name="players_table"/>

                            </container>

                            <container class="match_team_squad_panel" id="atst" file="" include_current_xi="false" include_starting_xi="false" include_starting_subs="false" should_add_bullets="false" sast="true">
                                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

                                <list id="properties_to_forward">
                                    <record get_property="viws" target="pltb" />
                                    <record get_property="rhNS" target="pltb" />
                                </list>

                                <var id="viws" name="away_views" />

                                <var id="pltb" name="players_table"/>

                            </container>

                        </container>

                    </container>

                    <container />

                    <!-- Ref -->
                    <widget class="person_button" alignment="centre, auto_fit" disable_link="true" navigation_focus_target="false">
                        <var id="colour" name="sheet_text_colour" />
                        <translation id="format" translation_id="515085" type="use" value="Referee: [%person#1-bold_surname][COMMENT: AREA: Match; SUB-AREA: Pre match flow; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: bold_surname is a tag that prints the person's first name and surname, but puts the latter into bold text for presentation]" />
                        <record id="object_property" get_property="FRef" set_property="valu" />
                    </widget>

                    <container />

                </container>

                <container />

            </container>

            <widget class="picture" scale_picture="true" keep_aspect_ratio="true" file="boxes/custom/match/team sheet/texture/paper">

            </widget>

        </container>

        <container width="320" navigation_container="false">
            <layout class="show_medium_horizontal" min_value="1200" />
            <attachment_group class="vertical_arrange" vertical_alignment="fill" />
            <container class="main_transparent_box" red_replacement="background" colour="title" id="medc">
                <translation id="title" translation_id="515079" type="use" value="Press Officer Social Roundup[COMMENT: AREA: Match; SUB-AREA: Team News; FR: 30889; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: Title for pre match flow screen that shows news items delivered by the press officer]" />
                <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                <widget class="news_feed_panel" id="socp" filter="Fsco" file="human/news feed embedded social panel" social_item_file="human/news feed social item content panel for match" number_of_items_to_display="10"/>

            </container>


        </container>

    </container>
     
</panel>

 

 

There was a post some time ago where all was explained in depth with examples. Hope this helps.

 

Link to post
Share on other sites

On 13/01/2022 at 22:50, a31632 said:

You can use Notepad (in Windows) but I strongly advise to use Notepad++ (I use this myself) which is free software. There are multiple plugins available in this and it will check if the file is correctly coded. This will help prevent crashes in the game when not correctly coded,

 

Thanks for that, appreciated. One last question, what are the file names that need edited? I notice that there is a fair few files in each folder once extracted.

Link to post
Share on other sites

53 minutes ago, Rino72. said:

Thanks for that, appreciated. One last question, what are the file names that need edited? I notice that there is a fair few files in each folder once extracted.

One file needs to be edited  “Client object browser”, it is in folder client_object. This is if you are referring to adding the content for the individual background pictures I mentioned.

 

Link to post
Share on other sites

16 minutes ago, a31632 said:

One file needs to be edited  “Client object browser”, it is in folder client_object. This is if you are referring to adding the content for the individual background pictures I mentioned.

 

Thanks mate.

Link to post
Share on other sites

Has anybody managed to find the file/code that would allow us to change the colour of the club logo and competition logo squares? For some reason it has given my club logo a random colour that has no link whatsoever to the club and I would love to change it to the clubs primary colour.

 

Link to post
Share on other sites

31 minutes ago, Watson156 said:

Has anybody managed to find the file/code that would allow us to change the colour of the club logo and competition logo squares? For some reason it has given my club logo a random colour that has no link whatsoever to the club and I would love to change it to the clubs primary colour.

 

This question has no relevance with this thread. If you have an unrelated question always better to start a new thread

Link to post
Share on other sites

On 05/01/2022 at 16:01, rich)) said:

Managed to get something working but it's not the same as FM21.

You need to extract 'simatchviewer' with the resource archiver and place the folder in the game data folder (not my documents).

In the simatchviewer folder,  the files within art>logos are what are shown on the press conferences, so you can change these to whatever you want.

 

Quick example below, i've just replaced 'fm full.png' and 'si badge logo.png' with 3 different sponsors in each file and this shows on both the tunnel press conference and the post match press conference.

The colour of the squares change based on the primary/secondary colour of the club and competition so assume there must be a file somewhere that controls this that could be edited further.

 

Images:

  Reveal hidden contents

 

160990745_Screenshot2022-01-05at15_38_58.thumb.png.b640a9e40ff718d08fdc256c21dab633.png141119875_Screenshot2022-01-05at15_54_47.thumb.png.14683d59c087dae9bf22efb3de5e51cb.pngScreenshot 2022-01-05 at 15.40.46.png

 

 

5 hours ago, a31632 said:

This question has no relevance with this thread. If you have an unrelated question always better to start a new thread

I was referring to the previously made comment in bold & Italic

Link to post
Share on other sites

Hello,

 

Does anyone know the name/code for this 3d scene?

 

 <!-- ?????? - covers entire screen -->
    <widget class="picture" file="backgrounds/briefing" scale_picture="true" keep_aspect_ratio="false">
        <attachment class="test_multiple_globals_attachment" default_value="false">
            <list id="get_properties">
                <record get_property="section" test_mode="equal" value="phBR" skip_if_null="false"/>
                <record get_property="section" test_mode="equal" comparison_mode="or" value="paBR" skip_if_null="true" />
                <record get_property="FS  " test_mode="equal" comparison_mode="and" value="true" skip_if_null="true" />
            </list>
            <integer id="set_property" value="Shwn"/>
        </attachment>
    </widget>

 

imagem.thumb.png.adb44a9898c05d84815e987d79897570.pngimagem.thumb.png.4e7ccdf09aa1423979acfa5ab8c64090.png

Link to post
Share on other sites

8 minutes ago, Crb1986 said:

Hello,

 

Does anyone know the name/code for this 3d scene?

 

 <!-- ?????? - covers entire screen -->
    <widget class="picture" file="backgrounds/briefing" scale_picture="true" keep_aspect_ratio="false">
        <attachment class="test_multiple_globals_attachment" default_value="false">
            <list id="get_properties">
                <record get_property="section" test_mode="equal" value="phBR" skip_if_null="false"/>
                <record get_property="section" test_mode="equal" comparison_mode="or" value="paBR" skip_if_null="true" />
                <record get_property="FS  " test_mode="equal" comparison_mode="and" value="true" skip_if_null="true" />
            </list>
            <integer id="set_property" value="Shwn"/>
        </attachment>
    </widget>

 

imagem.thumb.png.adb44a9898c05d84815e987d79897570.pngimagem.thumb.png.4e7ccdf09aa1423979acfa5ab8c64090.png

   <!-- pre match briefing scene - covers entire screen -->
    <widget class="picture" file="backgrounds/briefing" scale_picture="true" keep_aspect_ratio="false">

Link to post
Share on other sites

6 horas atrás, EnigMattic1 disse:

   <!-- pre match briefing scene - covers entire screen -->
    <widget class="picture" file="backgrounds/briefing" scale_picture="true" keep_aspect_ratio="false">

For some reason, it only works once i get to this screen. The previous 2 keeps showing the 3d scene :/

imagem.thumb.png.d9ef1ef03fc70f7c10677529c23dcdff.png

Link to post
Share on other sites

  • 4 weeks later...
On 03/12/2021 at 09:47, DamienQilBormliz said:

It's not working out for me :( I don't know what we could try more at this stage..

Hi there, 

Did you manage to get this working at all? I have read this thread and seen a number of people mention the art/logos folder but i can't find this anywhere within myfiles. If you have managed to find away of doing it could you please help me. 

 

Kindest Regards

Deka

Link to post
Share on other sites

On 05/01/2022 at 17:01, rich)) said:

Managed to get something working but it's not the same as FM21.

You need to extract 'simatchviewer' with the resource archiver and place the folder in the game data folder (not my documents).

In the simatchviewer folder,  the files within art>logos are what are shown on the press conferences, so you can change these to whatever you want.

 

Quick example below, i've just replaced 'fm full.png' and 'si badge logo.png' with 3 different sponsors in each file and this shows on both the tunnel press conference and the post match press conference.

The colour of the squares change based on the primary/secondary colour of the club and competition so assume there must be a file somewhere that controls this that could be edited further.

 

Images:

  Hide contents

 

160990745_Screenshot2022-01-05at15_38_58.thumb.png.b640a9e40ff718d08fdc256c21dab633.png141119875_Screenshot2022-01-05at15_54_47.thumb.png.14683d59c087dae9bf22efb3de5e51cb.pngScreenshot 2022-01-05 at 15.40.46.png

 

 

On 13/01/2022 at 23:55, a31632 said:

The best results are achieved when the resolution of the images closely matches the resolution in the game. You might need to use a photo editing software (like Photoshop or ACD Photo Studio) to resize the image to a similar resolution. the picture of the Champions League trophy shown seems to be "off" as far as regular screen resolutions go.

Here is how we got it to work on FM22 mate, thanks to @rich))

Link to post
Share on other sites

5 hours ago, dino88 said:

hi is there a way to replace the press conference background with an image?

Page 1, same question, already answered:

 

  On 09/01/2022 at 11:54, Squinty13 said:

Is it possible to change the entire background to a custom image rather than the 3D press conference room generated by the game?

You will have to add this code or similar (this is mine) to the client object browser file:

 

 

    <!-- press conference - covers entire screen -->
    <widget class="picture" id="prCN" file="backgrounds/press">
        <attachment class="test_multiple_globals_attachment" default_value="false">
            <list id="get_properties">
                <record get_property="section" test_mode="equal" value="PprC" skip_if_null="false"/>
            </list>
            <integer id="set_property" value="Shwn"/>
        </attachment>
    </widget>


the graphics folder in my case has a sub folder “backgrounds” and if you have the background you want and name it “press” the above code will work 

 

899F270A-9372-4776-BA26-F183067686D9.thumb.png.06b6bf73fbb2a94c61069b98e682acbd.png

Link to post
Share on other sites

15 hours ago, a31632 said:

Page 1, same question, already answered:

 

  On 09/01/2022 at 11:54, Squinty13 said:

Is it possible to change the entire background to a custom image rather than the 3D press conference room generated by the game?

You will have to add this code or similar (this is mine) to the client object browser file:

 

 

    <!-- press conference - covers entire screen -->
    <widget class="picture" id="prCN" file="backgrounds/press">
        <attachment class="test_multiple_globals_attachment" default_value="false">
            <list id="get_properties">
                <record get_property="section" test_mode="equal" value="PprC" skip_if_null="false"/>
            </list>
            <integer id="set_property" value="Shwn"/>
        </attachment>
    </widget>


the graphics folder in my case has a sub folder “backgrounds” and if you have the background you want and name it “press” the above code will work 

 

899F270A-9372-4776-BA26-F183067686D9.thumb.png.06b6bf73fbb2a94c61069b98e682acbd.png

hi thank you - i'll try it :)

Edited by dino88
Link to post
Share on other sites

On 09/01/2022 at 22:26, a31632 said:

This is all the code I use for background pictures:

 

 

     <!-- tunnel interview scene - covers entire screen -->
  <widget class="picture" file="backgrounds/tunnel" scale_picture="true" keep_aspect_ratio="false">
    <attachment class="test_multiple_globals_attachment" default_value="false">
      <list id="get_properties">
        <record get_property="sect" test_mode="0" value="mpPh" skip_if_null="false"/>
        <record get_property="sect" test_mode="0" comparison_mode="1" value="mpPa" skip_if_null="true" />
      </list>
      <integer id="set_property" value="Shwn"/>
    </attachment>
  </widget>
 
    <!-- pre match briefing scene - covers entire screen -->
    <widget class="picture" file="backgrounds/briefing" scale_picture="true" keep_aspect_ratio="false">
        <attachment class="test_multiple_globals_attachment" default_value="false">
            <list id="get_properties">
                <record get_property="section" test_mode="equal" value="phBR" skip_if_null="false"/>
                <record get_property="section" test_mode="equal" comparison_mode="or" value="paBR" skip_if_null="true" />
                <record get_property="FS  " test_mode="equal" comparison_mode="and" value="true" skip_if_null="true" />
            </list>
            <integer id="set_property" value="Shwn"/>
        </attachment>
    </widget>

    <!-- press conference - covers entire screen -->
    <widget class="picture" id="prCN" file="backgrounds/press">
        <attachment class="test_multiple_globals_attachment" default_value="false">
            <list id="get_properties">
                <record get_property="section" test_mode="equal" value="PprC" skip_if_null="false"/>
            </list>
            <integer id="set_property" value="Shwn"/>
        </attachment>
    </widget>

  <!-- welcome to club - covers entire screen -->
  <widget class="picture" id="brEn" file="backgrounds/briefing">
     <attachment class="test_multiple_globals_attachment" default_value="false">
      <list id="get_properties">
        <record get_property="section" test_mode="equal" value="Twtc" skip_if_null="false"/>
      </list>
      <integer id="set_property" value="Shwn"/>
    </attachment>
  </widget>

    <!-- club vision meeting - covers entire screen -->
    <widget class="picture" id="CVEn" file="backgrounds/briefing">
        <attachment class="test_multiple_globals_attachment" default_value="false">
            <list id="get_properties">
                <record get_property="section" test_mode="0" value="Cvim" skip_if_null="false"/>
            </list>
            <integer id="set_property" value="Shwn"/>
        </attachment>
    </widget>    
  <!-- dressing room scene - covers entire screen -->
  <widget class="picture" file="backgrounds/dressing room" scale_picture="true" keep_aspect_ratio="false">
    <attachment class="test_multiple_globals_attachment" default_value="false">
      <list id="get_properties">
        <record get_property="sect" test_mode="0" value="htmt" skip_if_null="false"/>
        <record get_property="sect" test_mode="0" comparison_mode="1" value="atmt" skip_if_null="true" />
      </list>
      <integer id="set_property" value="Shwn"/>
    </attachment>
  </widget>

 

 


 

how do we label the images in the background folder for each please?

Link to post
Share on other sites

  • 5 months later...
On 10.01.2022 at 00:11, a31632 said:

You will have to add this code or similar (this is mine) to the client object browser file:

 

 

    <!-- press conference - covers entire screen -->
    <widget class="picture" id="prCN" file="backgrounds/press">
        <attachment class="test_multiple_globals_attachment" default_value="false">
            <list id="get_properties">
                <record get_property="section" test_mode="equal" value="PprC" skip_if_null="false"/>
            </list>
            <integer id="set_property" value="Shwn"/>
        </attachment>
    </widget>


the graphics folder in my case has a sub folder “backgrounds” and if you have the background you want and name it “press” the above code will work 

 

899F270A-9372-4776-BA26-F183067686D9.thumb.png.06b6bf73fbb2a94c61069b98e682acbd.png

where can i find this background?

Link to post
Share on other sites

On 28/07/2022 at 17:56, Pulpo said:

where can i find this background?

I found it by doing Google search. As my skin is a “Champions League” themed skin I wanted a Champions League press background.

Best thing to is doing a Google Search and look for the image you like best. In some cases, like in mine shown, I had to put some overlay on it to make it less bright otherwise it would be difficult to read the text.

Link to post
Share on other sites

  • 2 weeks later...

Thanks to kind explanations above I could successfully change backgrounds for each situation; briefing, pep talk, broadcast interview(in tunnel) and press conference.

briefing.thumb.png.d6ed693f9e410b52d0a0fa570db64a38.png

1421598785_peptalk.thumb.png.b1e1ed5edcb5200a6d51e090a66d3505.png

965711011_intervewtunnel.thumb.png.f01c695173759f752e726df721515833.png

127010772_pressconference.thumb.png.d8c41983101f221860caec2a0a34c721.png

But i'm still having hard times with some situations unchanged; tactical meeting, team selection, team news, broadcast interview(post match one) and team meeting.

459034756_tacticalmeeting.thumb.png.f8d37cfe0b8c9227be3bbcf89107043a.png

1842798672_teamselection.thumb.png.dd8c01fbb9633c78c2a93f2b6ef650bf.png

1114945720_teamnews.thumb.png.4ed904b7fe96c8c597ba495d586fc722.png

1910424427_interviewpostmatch.thumb.png.b5579f12c3178d499559b58911158153.png

611323166_teammeeting.thumb.png.c6c8c1b5743e061ef7908419707327ae.png

Those are still remaining as 3D backgrounds.

 

How can I possibly change backgrounds of all?

please let me know codes for them.

 

Thanks in advance.

Link to post
Share on other sites

3 hours ago, vancityethanpark said:

Thanks to kind explanations above I could successfully change backgrounds for each situation; briefing, pep talk, broadcast interview(in tunnel) and press conference.

briefing.thumb.png.d6ed693f9e410b52d0a0fa570db64a38.png

1421598785_peptalk.thumb.png.b1e1ed5edcb5200a6d51e090a66d3505.png

965711011_intervewtunnel.thumb.png.f01c695173759f752e726df721515833.png

127010772_pressconference.thumb.png.d8c41983101f221860caec2a0a34c721.png

But i'm still having hard times with some situations unchanged; tactical meeting, team selection, team news, broadcast interview(post match one) and team meeting.

459034756_tacticalmeeting.thumb.png.f8d37cfe0b8c9227be3bbcf89107043a.png

1842798672_teamselection.thumb.png.dd8c01fbb9633c78c2a93f2b6ef650bf.png

1114945720_teamnews.thumb.png.4ed904b7fe96c8c597ba495d586fc722.png

1910424427_interviewpostmatch.thumb.png.b5579f12c3178d499559b58911158153.png

611323166_teammeeting.thumb.png.c6c8c1b5743e061ef7908419707327ae.png

Those are still remaining as 3D backgrounds.

 

How can I possibly change backgrounds of all?

please let me know codes for them.

 

Thanks in advance.

Is there any chance that you could upload what you have already done? They look fantastic especially the pre match & press conferences ones. I would love to use them. Thanks

Link to post
Share on other sites

13 hours ago, Watson156 said:

Is there any chance that you could upload what you have already done? They look fantastic especially the pre match & press conferences ones. I would love to use them. Thanks

Skin for Test

 

It's my first time skinning and i'm still working on it.

You can download the skin file thorough the link above.

 

Changes in

- Intro Background

- Briefing room Background

- Dressing room Background

- Press conference Background

- Tunnel Background

and

- Fonts

are included.

 

I've never shared file on the web so I'm not sure if it'll work.

If not, You can just use only graphic files in \graphics\backgrounds and \graphics\main menu

 

Thanks for the compliment and hope you enjoy it!

Link to post
Share on other sites

7 hours ago, vancityethanpark said:

Skin for Test

 

It's my first time skinning and i'm still working on it.

You can download the skin file thorough the link above.

 

Changes in

- Intro Background

- Briefing room Background

- Dressing room Background

- Press conference Background

- Tunnel Background

and

- Fonts

are included.

 

I've never shared file on the web so I'm not sure if it'll work.

If not, You can just use only graphic files in \graphics\backgrounds and \graphics\main menu

 

Thanks for the compliment and hope you enjoy it!

Brilliant, thanks a lot.

Link to post
Share on other sites

  • 7 months later...
  • 3 months later...
3 hours ago, Watson156 said:

Does anybody know what the ID's are for Staff Meetings or Team Meetings? I haven't even got a clue where to look for them.

a good start would have been to read through this thread, i found this and there is probably more

 

Link to post
Share on other sites

13 minutes ago, snowofman said:

a good start would have been to read through this thread, i found this and there is probably more

 

I already have those in my game, but the ones that I am looking for (Staff Meetings or Team Meetings) are not listed there, and I don't know where to find those ID's.

Edited by Watson156
Link to post
Share on other sites

4 minutes ago, Watson156 said:

I already have those in my game, but the ones that I am looking for (Staff Meetings or Team Meetings) are not listed there, and I don't know where to find those ID's.

PBAm - Staff meeting

TeMt - team meeting

i believe it these

Link to post
Share on other sites

  • 7 months later...

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