Jump to content

[FM15] Help locate images and files?


poma

Recommended Posts

Hi

I want some help edit a skin I'm using atm.

1st: how do I increase the opacity of the background? and what is the red square doing there in the top left?

2015-11-02_00005.jpg

2nd: It seems like a panel is missing in the middle, if you look at the stats? where do I find that one?

2015-11-02_00006.jpg

3rd: I wanna find and edit the panel at the top, just under the titlebar?

2015-11-03_00001.jpg

4th: And I wanna edit the panel on top, the auto-hide bar?

2015-11-03_00002.jpg

Would be glad for some help, cheers ;)

Link to post
Share on other sites

#1 and #2 will both by caused by an issue with the graphics, looks like your skin is using pre-patched files so deleting the contents of the graphics/boxes/bordered/match/ folder should fix issue #2, for #1 deleting the contents of \graphics\boxes\titled\match should hopefully remove that red box and also darken the panel - as that red box should cover the entire panel and be recoloured to the grey used elsewhere.

#3 and #4 is the same thing called the match action bar, it's not really all that editable, the appearance bit is controlled by the 'panels\client object browser' xml file, it's controlled by the code that follows this comment:

<!--match actions bar-->

Whilst the position and the content that appears there is controlled by the 'actions\match actions.xml' file

Link to post
Share on other sites

1st: - problem solved!

2nd: - problem solved (but I wanted to keep the layout and now it's like default)

3rd: - want to make this bar more transparent.

4th: - want to make this bar more transparent.

Link to post
Share on other sites

Editing the sidebar depends on what the method the skinner has used to make it transparent, if you just want it back to the default colour/style the easiest thing to do is to delete the 'settings\accent colours.xml' file and the 'panels\sidebar menu table.xml' file if present, you'll then need to exit and restart FM if it is running as the changes to the colours file are only picked up on startup not when reloading skins.

If you are wanting to keep any skin changes but remove the transparency then have a look at this thread: [FM15 Guide] How to Edit the Sidebar (though you'll be wanting to do the inverse of those instructions to remove the transparency)

Link to post
Share on other sites

This is what I've got so far in another skin;

-the sidebar should be moved up, just under the header/titlebar.

-the actionbar should be moved to the right side of the sidebar.

I know the sidebar has to be after the header/titlebar and before the actionbar in the coding but

can't make the last two steps work properly so I would like some help please?

2015-11-11_00001.png

<?xml version='1.0' encoding='utf-8'?><!-- this file lists the global panels that should be installed -->
<panel>
   <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />


   <!-- background picture - covers entire screen -->
 <widget class="background" file="backgrounds/default" id="bgnd">
   <record id="object_property">
     <integer id="get_property" value="bgnd" />
     <integer id="set_property" value="file" />
   </record>
 </widget>


 <!-- BACKGROUNDS FOR CYCLING -->

 <widget class="background" id="bgd1" file="backgrounds/1" hidn="true">
   <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
 </widget>

 <widget class="background" id="bgd2" file="backgrounds/2" hidn="true">
   <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
 </widget>

 <widget class="background" id="bgd3" file="backgrounds/3" hidn="true">
   <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
 </widget>

 <widget class="background" id="bgd4" file="backgrounds/4" hidn="true">
   <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
 </widget>

 <widget class="background" id="bgd5" file="backgrounds/5" hidn="true">
   <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
 </widget>

 <widget class="background" id="bgd6" file="backgrounds/6" hidn="true">
   <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
 </widget>    <widget class="background" id="bgd7" file="backgrounds/7" hidn="true">
   <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
 </widget>    <!-- END OF BACKGROUNDS FOR CYCLING-->






<widget id="ovr1" file="boxes/overlay/paper">
   <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
 </widget>    <!-- END OF BACKGROUNDS FOR CYCLING-->


<!-- coloured title bar image -->
 <widget class="picture" id="colb" file="boxes/custom/background/paper" rthr="68">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
   <!-- set the colour of the image to the team background colour -->
   <record id="object_property">
     <integer id="get_property" value="tbcl" />
     <integer id="set_property" value="colr" />
   </record>
 </widget>





   <container>
       <layout class="arrange_horizontal_attachment" alignment="left, extend" gap="0" offset="0" />
       <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />




       <container>
           <layout class="arrange_vertical_attachment" alignment="top, extend" gap="0" offset="0" />
           <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />
           <animation class="translate_animation" start_value="0, -0.2" end_value="0, 0" duration="0.4" end_mode="hold_end" tween="ease_out" coord_mode="relative_to_screen" />


           <!-- header area at top of screen - with title, menus, etc -->
           <container id="head" class="header_panel">
               <!-- hide this panel in "navigation disabled" mode -->
               <attachment class="test_global_attachment" get_property="FS  " value="true" set_property="hidn" />
               <record id="object_property">
                   <integer id="get_property" value="objt" />
                   <integer id="set_property" value="objt" />
               </record>
           </container>


           <container id="main">
               <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />
               <!-- match - covers entire lower part of screen when looking at a match -->
               <widget class="match_highlights_panel" id="full" pitch_unique_id="full">
                   <attachment class="test_multiple_globals_attachment" default_value="true">
                       <list id="get_properties">
                           <record get_property="MatS" test_mode="0" value="false" skip_if_null="true" />
                           <record get_property="nfsM" test_mode="0" comparison_mode="1" value="true" skip_if_null="true" />
                           <record get_property="dtty" test_mode="1" comparison_mode="1" value="53" skip_if_null="true" />
                       </list>
                       <integer id="set_property" value="hidn" />
                   </attachment>


                   <record id="object_property">
                       <integer id="get_property" value="objt" />
                       <integer id="set_property" value="objt" />
                   </record>
               </widget>


               <!-- rest of the panels -->
               <container>
                   <layout class="arrange_vertical_attachment" alignment="top, extend" gap="0" offset="0" />
                   <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />


                   <!--actions bar-->
                   <container height="40">
                       <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />


                       <!-- hide this panel in "navigation disabled" mode -->
                       <attachment class="test_multiple_globals_attachment" default_value="true">
                           <list id="get_properties">
                               <record get_property="TTyp" test_mode="0" value="1" skip_if_null="false" />
                               <record get_property="dtty" test_mode="0" comparison_mode="0" value="53" skip_if_null="false" />
                               <record get_property="FS  " test_mode="0" comparison_mode="1" value="true" skip_if_null="false" />
                           </list>
                           <integer id="set_property" value="hidn" />
                       </attachment>

                       <!-- coloured actions bar image tab bar-->
                       <widget class="bordered_box" id="ACTb" appearance="boxes/custom/interface/tab bar/paper">

                       </widget>


                       <container>
                           <layout class="arrange_horizontal_attachment" alignment="right, extend" gap="0" offset="0" />
                           <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
                           <!-- actions and sections bar -->
                           <container class="sections_menu_strip" id="acse" />

                           <!--in game editor edit object button-->
                           <container width="50">
                               <attachment class="test_global_attachment" get_property="gset" value="false" set_property="hidn" />
                               <layout class="arrange_horizontal_attachment" alignment="middle" offset="0" gap="0" />
                               <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />
                               <widget class="edit_object_icon_button" id="edit" cant_be_toggled="true" icon="icons/16px/edit" icon_alignment="left" appearance="buttons/custom/interface/tab bar/button" auto_size="none" multiline="false" width="50">
                                   <attachment class="flash_colour_attachment" auto_start="false" rate="850">
                                       <colour id="first_colour" red="49" green="52" blue="63" />
                                       <colour id="second_colour" red="46" green="103" blue="182" />
                                       <flags id="colour_property" value="bkcl" />
                                   </attachment>
                               </widget>
                           </container>


                           <!--Help System-->
                           <widget class="help_icon_button" id="hotw" width="60" icon="icons/16px/help">
                               <translation id="text" translation_id="291316" type="use" value="Help[COMMENT: quick link icon hint]" />
                               <translation id="hint" translation_id="291316" type="use" value="Help[COMMENT: quick link icon hint]" />
                           </widget>
                           <!--instant match button-->
                           <widget class="button" id="INST" size="10" appearance="buttons/custom/instant/button" width="150" font="bold" colour="white" alignment="centre">
                               <translation id="text" translation_id="339740" type="use" value="Instant Result[COMMENT: text for a button that will generate an instant result for the upcoming match rather than having to go through and play it]" />
                               <record id="click_event" event_id="INST" event_target="glob" />
                               <attachment class="test_global_attachment" get_property="sect" mode="1" set_property="hidn">
                                   <list id="value">
                                       <integer value="phtc" />
                                       <integer value="PhcP" />
                                       <integer value="PhcS" />
                                       <integer value="PhcN" />
                                       <integer value="PhcC" />
                                       <integer value="PhcF" />
                                       <integer value="patc" />
                                       <integer value="PacP" />
                                       <integer value="PacS" />
                                       <integer value="PacN" />
                                       <integer value="PacC" />
                                       <integer value="PacF" />
                                   </list>
                               </attachment>
                           </widget>
                       </container>
                   </container>


                   <!--match actions bar-->
                   <container class="bordered_box" appearance="boxes/custom/interface/tab bar/paper" height="40" diAN="true">
                       <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />
                       <attachment class="test_multiple_globals_attachment" default_value="true">
                           <list id="get_properties">
                               <record get_property="TTyp" test_mode="1" value="1" skip_if_null="false" />
                               <record get_property="dtty" test_mode="1" comparison_mode="1" value="53" skip_if_null="false" />
                           </list>
                           <integer id="set_property" value="hidn" />
                       </attachment>


                       <!-- Only enable animations on the full match screen and when auto-hide is on -->
                       <attachment class="test_multiple_globals_attachment" default_value="true">
                           <list id="get_properties">
                               <record get_property="MaMi" test_mode="0" value="true" default_value="true" />
                               <record get_property="dsAH" test_mode="0" comparison_mode="1" value="true" skip_if_null="true" />
                               <record get_property="dsAO" test_mode="0" comparison_mode="1" value="true" skip_if_null="true" />
                           </list>
                           <integer id="set_property" value="diAN" />
                       </attachment>
                       <!-- Convert mouse enter/exit into animation trigger events so that other widgets can also use these triggers -->
                       <!-- animation_relay_attachment get disabled when animations are disbaled to prevent them from wastefully firing in the rest of the game -->
                       <attachment class="animation_relay_attachment" event_id="msen">
                           <record id="action_event">
                               <flags id="event_id" value="SliM" />
                               <integer id="evfl" value="7" />
                               <flags id="evtg" value="root" />
                           </record>
                       </attachment>
                       <attachment class="animation_relay_attachment" event_id="msex">
                           <record id="action_event">
                               <flags id="event_id" value="SloM" />
                               <integer id="evfl" value="7" />
                               <flags id="evtg" value="root" />
                           </record>
                       </attachment>


                       <!-- These events are sent by modal popup panels on the match screen to disable animations when they are opened and then re-enable them when closed -->
                       <attachment class="event_relay_attachment" event_id="DsAn">
                           <record id="action_event">
                               <flags id="event_id" value="SETP" />
                               <flags id="id" value="pasA" />
                               <boolean id="value" value="true" />
                           </record>
                       </attachment>
                       <attachment class="event_relay_attachment" event_id="EnAn">
                           <record id="action_event">
                               <flags id="event_id" value="SETP" />
                               <flags id="id" value="pasA" />
                               <boolean id="value" value="false" />
                           </record>
                       </attachment>


                       <!-- An animations to ensure that the panel's default position is off the screen -->
                       <animation class="translate_animation" start_value="0,-36" end_value="0,-36" duration="2" end_mode="hold_end" coord_mode="absolute_to_target" apply_to_mouse="false" />
                       <!--slide in on mouse enter-->
                       <animation class="translate_animation" trigger_start="SliM" trigger_end="SloM" end_mode="hold_auto_reverse_hold" coord_mode="absolute_to_target" apply_to_mouse="false">
                       <!-- This is really just a normal slide out but some extra waiting is required at the end to compensate for a timing issue when pausing -->
                           <list id="storyboard">
                               <record interval="0.0" value="0,0" tween="ease_in_out" />
                               <record interval="0.3" value="0,36" tween="linear" />
                               <record interval="0.4" value="0,36" tween="linear" />
                           </list>
                       </animation>


                       <!-- coloured actions bar image (match)-->
                       <widget class="picture" id="macb" file="boxes/custom/interface/tab bar/paper" />


                       <container>
                           <layout class="arrange_horizontal_attachment" alignment="right, extend" gap="0" offset="0" />
                           <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />


                           <!-- actions and sections bar -->
                           <container class="menu_strip" id="acts" appearance="" offset="5" gap="0" default_widget_type="action_button_action" submenu_type="popup_button_actions" separator_type="picture">
                               <record id="default_widget_properties" />
                               <record id="submenu_properties" fixed="true">
                                   <event id="click_notification_event" event_id="DMCN" item="NULL" />
                                   <event id="menu_layout_notification_event" event_id="MLNO" />
                               </record>
                               <record id="separator_properties" file="dividers/standard/vertical/line" auto_size="horizontal" height="52" />
                               <record id="more_button_properties" />
                           </container>


                           <!--Help System
                           <widget class="help_icon_button" id="hotw" width="60" icon="icons/16px/help">
                               <translation id="text" translation_id="291316" type="use" value="Help[COMMENT: quick link icon hint]" />
                               <translation id="hint" translation_id="291316" type="use" value="Help[COMMENT: quick link icon hint]" />
                           </widget>-->
                       </container>
                   </container>




                   <container class="plain_box">
                       <layout class="arrange_vertical_attachment" alignment="bottom, extend" gap="0" offset="0" />
                       <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />


                       <!-- main area - contains sections/actions panel and content areas -->

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


                           <container id="main">
                               <layout class="arrange_horizontal_attachment" alignment="middle, extend" gap="0" offset="0" />
                               <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
                               <widget class="sidebar_menu_table" id="side" width="40" appearance="boxes/bordered/standard/paper">
                                   <record id="object_property">
                                       <integer id="get_property" value="objt" />
                                       <integer id="set_property" value="cotO" />
                                   </record>
                                   <attachment class="test_screen_size_attachment" alignment="horizontal" min_value="0" max_value="160" set_property="widt" true_value="40" false_value="40"/>
                               </widget>



                               <!-- screen content area -->
                               <container id="scca" auto_size="horizontal">
                                   <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
                               </container>
                           </container>


                       </container>
                       <!-- footer area at bottom of screen -->
                       <container id="foot" file="footer" />
                   </container>
               </container>
           </container>
       </container>
   </container>
</panel>

Link to post
Share on other sites

If you locate and cut this code for the sidebar from near the bottom of the file:

<widget class="sidebar_menu_table" id="side" width="40" appearance="boxes/bordered/standard/paper">

<record id="object_property">

<integer id="get_property" value="objt" />

<integer id="set_property" value="cotO" />

</record>

<attachment class="test_screen_size_attachment" alignment="horizontal" min_value="0" max_value="160" set_property="widt" true_value="40" false_value="40"/>

</widget>

And then paste it in somewhere near the top above the actions bar code but below the header code then it should appear where you want and automatically shift the actions bar to the right aswell, though you may need to mess around with some container and layout tags to get it to show, best thing to do is to compare your modified code with the default code to give you an idea of what settings you might need to add.

Link to post
Share on other sites

Ahhh, can't make it :) I've tried so many ways and nothing works. Everything disappear, crash dumps etc so I'll leave it for a while ;)

michaeltmurrayuk

Could this work? (starts at line 90)

Capture.PNG

Link to post
Share on other sites

You might need a </container> on line 102 to close that container if you haven't closed it elsewhere, other than that it is just trial and error.

The other thing you can do is sort of fudge it by putting the sidebar back in its normal place and then adding an image to the 'sidebar menu table' xml file which is recoloured to the team colour and shifts the sidebar down, so the recoloured corner piece from the header is still part of the sidebar rather than the header, which is how I think other people did it initial and there should be a few threads on it around.

Link to post
Share on other sites

You might need a </container> on line 102 to close that container if you haven't closed it elsewhere, other than that it is just trial and error.

The other thing you can do is sort of fudge it by putting the sidebar back in its normal place and then adding an image to the 'sidebar menu table' xml file which is recoloured to the team colour and shifts the sidebar down, so the recoloured corner piece from the header is still part of the sidebar rather than the header, which is how I think other people did it initial and there should be a few threads on it around.

I have to try again, but I don't understand the last part of your answer though ;)

Link to post
Share on other sites

Finally , I solved it!

Now I will try to change the look of the sidebar so that it looks more like the actionbar. But as usual, I am not sure how ? ;)

And is it possible to move the white stripes or rows in the sidebar?

Home_Home.png

Link to post
Share on other sites

Finally , I solved it!

Now I will try to change the look of the sidebar so that it looks more like the actionbar. But as usual, I am not sure how ? ;)

And is it possible to move the white stripes or rows in the sidebar?

Home_Home.png

Yes, there should be under 'divider' inbetween each icon info in the sidebar menu xml. you can easy pick them out and either remove of just set the width/height to "0"

Link to post
Share on other sites

Yes, there should be under 'divider' inbetween each icon info in the sidebar menu xml. you can easy pick them out and either remove of just set the width/height to "0"

Can't find any?

<?xml version="1.0" encoding="UTF-8"?>

<panel>
<integer id="width_threshold" value="1164"/>
<integer id="width_with_labels" value="180"/>
<integer id="width_without_labels" value="40"/>


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


 	<container class="vertical_adaptive_container" inset="0" offset="0" gap="0">
	<container default_height="4"/>
		<container default_height="-1" minimum_height="-1" priority="1">
		<layout class="centre_in_parent_attachment" alignment="vertical" layout_children="true" gap="0" />
		<layout class="arrange_vertical_attachment" alignment="top, fill" offset="0" gap="0"/>
		<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />
		<!--club/nation selector-->
		<container class="tabbed_container" id="tabc" changed_event="Tesc" contents_kind="container" group_kind="container" hide_selector_if_one_or_fewer_items="true">
			<record id="top_properties">
				<flags id="appearance" value="tabs/custom/sidebar"/>
				<flags id="auto_size" value="vertical" />
				<flags id="height" value="40" />
				<flags id="alignment" value="top" />
				<boolean id="use_alt_end_tab_appearances" value="false"/>
			</record>
			<record id="help" help_translation_id="uiSi" alignment="right, centre_y"/>


			<!--club table-->
			<widget class="table" id="club" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" row_spacing="0" auto_size="vertical" auto_size_rows="true" fixed_size_rows="false">
				<flags id="row_appearance" value="menus/custom/sidebar/normal/row"/>
				<flags id="row_over_appearance" value="menus/custom/sidebar/over/row"/>
				<flags id="stripe_appearance" value="menus/custom/sidebar/alternate/row"/>
				<flags id="selected_appearance" value="menus/custom/sidebar/selected/row"/>  
				<list id="column_display_properties">
					<record width="-1" column_heading="Icon">
						<record id="column_properties"/>
					</record>
					<record width="-3" minimum_width="100" column_heading="Name">
						<record id="column_properties" alignment="left,centre_y" colour="match text" size="10"/>
					</record>
				</list>


			</widget>


			<!--nation table-->
			<widget class="table" id="nati" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false">
				<flags id="row_appearance" value="menus/custom/sidebar/normal/row"/>
				<flags id="row_over_appearance" value="menus/custom/sidebar/over/row"/>
				<flags id="stripe_appearance" value="menus/custom/sidebar/alternate/row"/>
				<flags id="selected_appearance" value="menus/custom/sidebar/selected/row"/>
				<list id="column_display_properties">
					<record width="-1" column_heading="Icon">
						<record id="column_properties"/>
					</record>
					<record width="-3" minimum_width="100" column_heading="Name">
						<record id="column_properties" alignment="left,centre_y" colour="match text" size="10"/>
					</record>
				</list>
			</widget>
		</container>


		<!--unemployed table-->
		<widget class="table" id="unem" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false">
			<flags id="row_appearance" value="menus/custom/sidebar/normal/row"/>
			<flags id="row_over_appearance" value="menus/custom/sidebar/over/row"/>
			<flags id="stripe_appearance" value="menus/custom/sidebar/alternate/row"/>
			<flags id="selected_appearance" value="menus/custom/sidebar/selected/row"/>
			<list id="column_display_properties">
				<record width="-1" column_heading="Icon">
					<record id="column_properties"/>
				</record>
				<record width="-3" minimum_width="100" column_heading="Name">
					<record id="column_properties" alignment="left,centre_y" colour="match text" size="10"/>
				</record>
			</list>
		</widget>
	</container>
	<container default_height="4"/>
</container>
</panel>

Link to post
Share on other sites

Can't find any?

<?xml version="1.0" encoding="UTF-8"?>

<panel>
<integer id="width_threshold" value="1164"/>
<integer id="width_with_labels" value="180"/>
<integer id="width_without_labels" value="40"/>


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


 	<container class="vertical_adaptive_container" inset="0" offset="0" gap="0">
	<container default_height="4"/>
		<container default_height="-1" minimum_height="-1" priority="1">
		<layout class="centre_in_parent_attachment" alignment="vertical" layout_children="true" gap="0" />
		<layout class="arrange_vertical_attachment" alignment="top, fill" offset="0" gap="0"/>
		<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />
		<!--club/nation selector-->
		<container class="tabbed_container" id="tabc" changed_event="Tesc" contents_kind="container" group_kind="container" hide_selector_if_one_or_fewer_items="true">
			<record id="top_properties">
				<flags id="appearance" value="tabs/custom/sidebar"/>
				<flags id="auto_size" value="vertical" />
				<flags id="height" value="40" />
				<flags id="alignment" value="top" />
				<boolean id="use_alt_end_tab_appearances" value="false"/>
			</record>
			<record id="help" help_translation_id="uiSi" alignment="right, centre_y"/>


			<!--club table-->
			<widget class="table" id="club" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" row_spacing="0" auto_size="vertical" auto_size_rows="true" fixed_size_rows="false">
				<flags id="row_appearance" value="menus/custom/sidebar/normal/row"/>
				<flags id="row_over_appearance" value="menus/custom/sidebar/over/row"/>
				<flags id="stripe_appearance" value="menus/custom/sidebar/alternate/row"/>
				<flags id="selected_appearance" value="menus/custom/sidebar/selected/row"/>  
				<list id="column_display_properties">
					<record width="-1" column_heading="Icon">
						<record id="column_properties"/>
					</record>
					<record width="-3" minimum_width="100" column_heading="Name">
						<record id="column_properties" alignment="left,centre_y" colour="match text" size="10"/>
					</record>
				</list>


			</widget>


			<!--nation table-->
			<widget class="table" id="nati" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false">
				<flags id="row_appearance" value="menus/custom/sidebar/normal/row"/>
				<flags id="row_over_appearance" value="menus/custom/sidebar/over/row"/>
				<flags id="stripe_appearance" value="menus/custom/sidebar/alternate/row"/>
				<flags id="selected_appearance" value="menus/custom/sidebar/selected/row"/>
				<list id="column_display_properties">
					<record width="-1" column_heading="Icon">
						<record id="column_properties"/>
					</record>
					<record width="-3" minimum_width="100" column_heading="Name">
						<record id="column_properties" alignment="left,centre_y" colour="match text" size="10"/>
					</record>
				</list>
			</widget>
		</container>


		<!--unemployed table-->
		<widget class="table" id="unem" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false">
			<flags id="row_appearance" value="menus/custom/sidebar/normal/row"/>
			<flags id="row_over_appearance" value="menus/custom/sidebar/over/row"/>
			<flags id="stripe_appearance" value="menus/custom/sidebar/alternate/row"/>
			<flags id="selected_appearance" value="menus/custom/sidebar/selected/row"/>
			<list id="column_display_properties">
				<record width="-1" column_heading="Icon">
					<record id="column_properties"/>
				</record>
				<record width="-3" minimum_width="100" column_heading="Name">
					<record id="column_properties" alignment="left,centre_y" colour="match text" size="10"/>
				</record>
			</list>
		</widget>
	</container>
	<container default_height="4"/>
</container>
</panel>

Its not the sidebar menu.xml my bad. it'll be menubar.xml i think, its the file that ties to the icons list. (sorry at work trying to remember off the top of my head).

Link to post
Share on other sites

Its not the sidebar menu.xml my bad. it'll be menubar.xml i think, its the file that ties to the icons list. (sorry at work trying to remember off the top of my head).

Can't find the menubar.xml either :D

Link to post
Share on other sites

It should be controlled by the 'panels\menubar\seperator icon.xml' file in that file is this line:

<widget class="picture" file="dividers/standard/horizontal/line"/>

Then change the file bit to point to your own custom image, and just make it a 1x1 pixel transparent image, though if you want all the vertical dividers in the game to be transparent you can just replace that image with a 1x1 transparent version.

Link to post
Share on other sites

It should be controlled by the 'panels\menubar\seperator icon.xml' file in that file is this line:

<widget class="picture" file="dividers/standard/horizontal/line"/>

Then change the file bit to point to your own custom image, and just make it a 1x1 pixel transparent image, though if you want all the vertical dividers in the game to be transparent you can just replace that image with a 1x1 transparent version.

Should I copy the seperator icon.xml into my 'skin/panels' folder or 'skin/panels/menubar'

I've created a folder in the 'dividers' folder called sidebar and there a file 1X1 transparent and in the xml I wrote: <widget class="picture" file="dividers/sidebar/line"/>

But it doesn't work!?

Seems like something is wrong, no matter what image/file I choose for the sidebar itself it doesn't change?

Link to post
Share on other sites

Hmm, for some reason it looks like its hardcoded to only read the graphic from the default location, so you'll need to put the graphic in: dividers/standard/horizontal/ folder.

To bad, then all lines are gone...

Link to post
Share on other sites

Doesn't help...

tried deleting the <widget class="picture" file="dividers/standard/horizontal/line"/> completly from the seperator icon.xml

if not i'll look when i get in, pretty sure me and bantams worked through this last year,

Link to post
Share on other sites

tried deleting the <widget class="picture" file="dividers/standard/horizontal/line"/> completly from the seperator icon.xml

if not i'll look when i get in, pretty sure me and bantams worked through this last year,

Nop :lol: no.

If you're using Hangouts you can reach me there?

Link to post
Share on other sites

I guess the most of you playing FM16 atm but for me who don't have the money to buy the game I'm stuck with FM15 and will continue playing around with the skinnig part for a while but I'm happy with all the help I can get anyway. ;)

Cheers guys :)

Link to post
Share on other sites

One thing that bothers me is that the sidebar image/picture seems to be unchangeable for some reason, I've changed the location who the panel points to but even then the sidebar never change.

Here is the code in the "client object browser" panel;

<widget class="sidebar_menu_table" id="side" width="41" appearance="boxes/sidebar/standard/left/paper">

What do I do wrong?

Link to post
Share on other sites

From what I remember the sidebar was a mess to edit as it doesn't use an image its just a table with the background generated by the game rather recolouring a png file, there should be a detailed thread around somewhere where people tried to edit it, I think in the end people just fudged it by creating a new image over the top and adjusting that, you should be able to use these sidebar mods as a guide: [FM15] Sidebar Mods

Link to post
Share on other sites

As this has become the 'small questions' thread

What controls the highlight on the attributes when you select a position in the postional panel. currently Blue for Key and Light Blue for Pref. (and are these changable as colours?).

Link to post
Share on other sites

I want to move the scoreboard (match title bar score.xml) to the centre instead of at the left side as it is? How?

the container info should have offset="xx" number in the horizontal and vertical you can play around with to shift it around. As long as you move all them all with the same value you should be able to move it.

Link to post
Share on other sites

No, not that panel. Just "tactics overview panel".

in that xml, there should be an icon_flags=" xxx" near the pitch_with_tactics line... you can use that to select what you want in the icon image.

Have a look in the 'tactics screen' thread, Bantams has uploaded his tactics overview panel.xml.

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