BanOly Posted March 8, 2016 Share Posted March 8, 2016 For some reason, the "FM" button in the top right-hand corner has moved to the right, forcing the current game date widget to become smaller. The space between the world icon and the FM button gets bigger when I load the skin with those changes. As well as this, the current game date widget has turned red, the font is in strange alignment and strange colours compared to how it usually is. Any idea on how to fix this? Also, I'd like to know how to move the left arrow further to the left, the right arrow a lot closer to the left arrow, and how to make the club logo larger and slightly further away from the up and down-facing arrows. Which xml files would I use to do this? Link to post Share on other sites More sharing options...
wkdsoul Posted March 8, 2016 Share Posted March 8, 2016 titlebar.xml it'll contain the layout of the bar from right to left (in the pic) from top to bottom (in the xml) Link to post Share on other sites More sharing options...
BanOly Posted March 8, 2016 Author Share Posted March 8, 2016 titlebar.xml it'll contain the layout of the bar from right to left (in the pic) from top to bottom (in the xml) Thanks, any idea where this is? Can only find "titlebar next match" and "titlebar search panel", both in panels folder. Link to post Share on other sites More sharing options...
wkdsoul Posted March 8, 2016 Share Posted March 8, 2016 no idea, its titlebar.xml on my 15 skin folder. not sure if the mac or touch version is built diff. Link to post Share on other sites More sharing options...
BanOly Posted March 8, 2016 Author Share Posted March 8, 2016 no idea, its titlebar.xml on my 15 skin folder. not sure if the mac or touch version is built diff. Must be. I've got the following folders: - classes - fonts - graphics - panels - settings Link to post Share on other sites More sharing options...
wkdsoul Posted March 8, 2016 Share Posted March 8, 2016 its in panels, use the resource archiver as you did to get the other xml. Link to post Share on other sites More sharing options...
BanOly Posted March 8, 2016 Author Share Posted March 8, 2016 its in panels, use the resource archiver as you did to get the other xml. Yeah I did that already but there's no titlebar.xml in the panels folder Link to post Share on other sites More sharing options...
BanOly Posted March 8, 2016 Author Share Posted March 8, 2016 Giving up with this. Not a single person on this forum seems to know why changing the club + country logos in a player profile seems to have an effect on the length of the current date widget, nor can anyone tell me how to fix it. I don't see why one should affect the other anyway. It's made all the more annoying by the fact that frankly, SI shouldn't have allowed the game to be released in such shabby form in the first place. Link to post Share on other sites More sharing options...
gavo01 Posted March 8, 2016 Share Posted March 8, 2016 There's no titlebar.xml in the panels folder That file should be located in skins/fm/panels. Use the Resourcer to extract that file to the panels location of your skin folder. For example, if its the base16_dark skin, place it in the panels folder of that skin. Link to post Share on other sites More sharing options...
wkdsoul Posted March 8, 2016 Share Posted March 8, 2016 Id wait till a few more people come online. It'll prob take a couple of days for people to see it, not a couple of hours. Try one of the skins on FMSCOUT for 15, they all have a titlebar xml. Link to post Share on other sites More sharing options...
BanOly Posted March 8, 2016 Author Share Posted March 8, 2016 That file should be located in skins/fm/panels.Use the Resourcer to extract that file to the panels location of your skin folder. For example, if its the base16_dark skin, place it in the panels folder of that skin. I had done exactly this (except my skin is base16_alternative skin or whatever the light version is called). Still no titlebar.xml file. Id wait till a few more people come online. It'll prob take a couple of days for people to see it, not a couple of hours. Try one of the skins on FMSCOUT for 15, they all have a titlebar xml. Yeah, I've been trying to do this for the last 18 hours, so sorry if I'm a bit pissed off. I'll try that while I'm waiting. Link to post Share on other sites More sharing options...
wkdsoul Posted March 8, 2016 Share Posted March 8, 2016 You guiding the resource archiver to the STEAM/STEAMAPPS/FM16/DATA/DB FOLDER to get the graphics/panels list etc and not the base skin folders? Link to post Share on other sites More sharing options...
BanOly Posted March 8, 2016 Author Share Posted March 8, 2016 You guiding the resource archiver to the STEAM/STEAMAPPS/FM16/DATA/DB FOLDER to get the graphics/panels list etc and not the base skin folders? Steam/steamapps/common/Football Manager 2016/data I then click "panels" and extract it to my base skin. I then go into my base skin, and search the entirety of my base skin for the word "titlebar". I get two results: "titlebar next match.xml" and "titlebar search panel.xml" Alternatively, I can manually go into the "panels" folder in my base skin, and check myself. Link to post Share on other sites More sharing options...
gavo01 Posted March 9, 2016 Share Posted March 9, 2016 What about if I let you use my titlebar.xml file from my Steam\steamapps\common\Football Manager 2016\data\skins\fm\panels\ folder. Would that help? Link: titlebar.xml Link to post Share on other sites More sharing options...
BanOly Posted March 9, 2016 Author Share Posted March 9, 2016 What about if I let you use my titlebar.xml file from my Steam\steamapps\common\Football Manager 2016\data\skins\fm\panels\ folder. Would that help? Link: titlebar.xml Thank you, that's definitely made it easier Looking at the problem, what should I be editing in titlebar.xml? Link to post Share on other sites More sharing options...
gavo01 Posted March 9, 2016 Share Posted March 9, 2016 This is the paragraph of code that looks to set the width and size of the FM logo in your titlebar. <!-- FM button --> <widget class="popup_button" id="fmst" appearance="buttons/custom/interface/fm/button" icon="icons/26px/fm" width="75"> <event id="click_notification_event" event_id="FM" item="NULL" /> <event id="menu_layout_notification_event" event_id="mlne" event_target="fmst" /> <record id="items" file="menus/game" /> <translation id="hint" translation_id="292829" type="use" value="Options[COMMENT: menubar game options button]" /> </widget> Maybe start by adjusting the numerical value of the bold part to see what difference that makes. Here is my titlebar.xml file for my Base Skin. My file moves the arrows slightly more left of screen enabling me to resize the logo. Try that and see what you think. My titlebar.xml Link to post Share on other sites More sharing options...
BanOly Posted March 9, 2016 Author Share Posted March 9, 2016 This is the paragraph of code that looks to set the width and size of the FM logo in your titlebar. <!-- FM button --> <widget class="popup_button" id="fmst" appearance="buttons/custom/interface/fm/button" icon="icons/26px/fm" width="75"> <event id="click_notification_event" event_id="FM" item="NULL" /> <event id="menu_layout_notification_event" event_id="mlne" event_target="fmst" /> <record id="items" file="menus/game" /> <translation id="hint" translation_id="292829" type="use" value="Options[COMMENT: menubar game options button]" /> </widget> Maybe start by adjusting the numerical value of the bold part to see what difference that makes. Here is my titlebar.xml file for my Base Skin. My file moves the arrows slightly more left of screen enabling me to resize the logo. Try that and see what you think. My titlebar.xml Thanks for sharing your own xml I tried changing the bold section, it did increase and decrease the size of the FM button but the current game date widget remained broken as it was before. After replacing my titlebar.xml with your own file, I had two pairs of left and right-facing arrows in the top left... and the current game date widget was still broken. Link to post Share on other sites More sharing options...
gavo01 Posted March 9, 2016 Share Posted March 9, 2016 Thanks for sharing your own xml I tried changing the bold section, it did increase and decrease the size of the FM button but the current game date widget remained broken as it was before. After replacing my titlebar.xml with your own file, I had two pairs of left and right-facing arrows in the top left... and the current game date widget was still broken. When using my titlebar.xml file, the 2 arrow problem is down to the header.xml file also having the Next and Back button code in it. You will need to extract that file to your skin panels folder if you haven't already. Then just delete the bold bit of code in the header.xml file and that should solve that error. <?xml version="1.0" encoding="UTF-8"?> <panel height="50"> <!-- debug menu --> <attachment class="get_global_attachment" get_property="Dmen" set_property="coni"/> <layout class="stick_to_sides_attachment" alignment="top,horizontal" inset="0" layout_children="true"/> <!--titlebars--> <container class="bordered_box" appearance="boxes/custom/interface/titlebar/paper" height="50" red_replacement="primary"> <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="0"/> <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/> <attachment class="test_global_attachment" get_property="MaMi" mode="0" value="false" set_property="hidn" skip_if_null="true"/> <!-- Back Button --> <widget class="screen_history_button" id="back" fixed="true" width="60" appearance="buttons/custom/interface/navigation bar/button" icon="icons/26px/left" icon_alignment="centre"> <attachment class="get_global_attachment" get_property="hnpt" set_property="itms" /> <record id="primary_icon_properties" red_replacement="primary"/> <record id="click_event" event_id="GOTO" event_target="brow" scin="-3" /> <attachment class="test_global_attachment" get_property="MnuS" mode="1" value="true" set_property="hidn" skip_if_null="true"/> </widget> <!-- Next Button --> <widget class="screen_history_button" id="forw" fixed="true" width="40" appearance="buttons/custom/interface/navigation bar/button" icon="icons/26px/right" icon_alignment="centre"> <attachment class="get_global_attachment" get_property="hnit" set_property="itms" /> <record id="primary_icon_properties" red_replacement="primary"/> <record id="click_event" event_id="GOTO" event_target="brow" scin="-2" /> <attachment class="test_global_attachment" get_property="MnuS" mode="1" value="true" set_property="hidn" skip_if_null="true"/> </widget> <container> <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="-20"/> <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/> <container> <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/> <!-- titlebar --> <widget class="titlebar_panel" id="NHdr"/> <!-- match titlebar --> <widget class="match_titlebar_panel" id="MHdr"/> </container> </container> </container> </panel> To adjust the calendar box you will need to extract the file, current game date widget.xml, which can be found here, Steam\steamapps\common\Football Manager 2016\data\panels. Most, if not all, of the problems you are having can be solved by changing some of the lines of code in this file. Remember to keep copies of your original files just in case these and any other files don't work. This way you can always revert back to your original set up. Link to post Share on other sites More sharing options...
yd1882 Posted April 12, 2016 Share Posted April 12, 2016 Hi - how do I get the world icon to be the same colour as the rest of the titlebar i.e. in the below example, I would like it to match the maroon? Thank you in advance. Link to post Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.