BlueScreen Posted March 3, 2016 Share Posted March 3, 2016 I hope someone can help me with few things. 1. I would like to make the side bar auto-hide, like in Andromeda skin. 2. In Player Profile page, I would like a more complete set of stats, like in FM16. I hope someone can help me with this. Thanks in advance. Link to post Share on other sites More sharing options...
wkdsoul Posted March 3, 2016 Share Posted March 3, 2016 take the code from andromeda, the guide is prob still in the thread from last year a few people asked for it. Its mostly the client object browswer.xml the stats from 16 are the player stats small and player additional stats small. Not sure if the are backwards compatible though, not all code is. Link to post Share on other sites More sharing options...
BlueScreen Posted March 3, 2016 Author Share Posted March 3, 2016 Thank you for your input, wkdsoul I copied the client object browser.xml, but it didn't work. About the stats thing, there are some skins, in FM15, that already had that feature, but I don't know how to make it work on the original skin. Link to post Share on other sites More sharing options...
wkdsoul Posted March 3, 2016 Share Posted March 3, 2016 You will need to have a look at player overview panel and see if that box points to the xmls of the above 2 panels for stats. Link to post Share on other sites More sharing options...
BlueScreen Posted March 3, 2016 Author Share Posted March 3, 2016 I'm gonna give it a try and see if I can work this out. Thank you, once again. Link to post Share on other sites More sharing options...
BlueScreen Posted March 3, 2016 Author Share Posted March 3, 2016 Well, already made the sidebar to auto-hide, but still have a few problems. 1º. As you can see, the sidebar doesn't fullfil the entire screen. What do I have to change to do it? 2º. The skin became lighter in terms of color (compare with the image on the first post). How to make it darker? Link to post Share on other sites More sharing options...
BlueScreen Posted March 3, 2016 Author Share Posted March 3, 2016 Double post. Link to post Share on other sites More sharing options...
wkdsoul Posted March 3, 2016 Share Posted March 3, 2016 I dont know what you mean by 1). Link to post Share on other sites More sharing options...
BlueScreen Posted March 3, 2016 Author Share Posted March 3, 2016 Sorry for my english, wkdsoul. What I mean, is I want the bar to go from top to bottom. And what about point two? Link to post Share on other sites More sharing options...
wkdsoul Posted March 3, 2016 Share Posted March 3, 2016 Sorry for my english, wkdsoul. What I mean, is I want the bar to go from top to bottom.And what about point two? You will need to reconfigure a few panels to have the sidebar not auto appear under the titlebar and header if i remember right. Point 2 is prob linked to the first few lines on the object browser and which apprearance="boxes.... " panel it points to. Link to post Share on other sites More sharing options...
BlueScreen Posted March 3, 2016 Author Share Posted March 3, 2016 I don't have the skills to make that work. Thanks anyway Link to post Share on other sites More sharing options...
BlueScreen Posted March 6, 2016 Author Share Posted March 6, 2016 Here I am again. Well, I was able to fix the bright color thing and make the sidebar to auto-hide. Now, I need help on another thing. As you can see, I was able to change the Season Stats panel, but for some reason the values don't show up. Can anyone one point me to the right direction? Link to post Share on other sites More sharing options...
wkdsoul Posted March 6, 2016 Share Posted March 6, 2016 is the text for them white? Link to post Share on other sites More sharing options...
BlueScreen Posted March 6, 2016 Author Share Posted March 6, 2016 I don't know for sure, but I don't think so. Where can I check that? Link to post Share on other sites More sharing options...
wkdsoul Posted March 6, 2016 Share Posted March 6, 2016 in the stats panel, look for colour="xx" Link to post Share on other sites More sharing options...
BlueScreen Posted March 6, 2016 Author Share Posted March 6, 2016 The panel that I'm using, it's this one. And I didn't found any colour. Link to post Share on other sites More sharing options...
wkdsoul Posted March 6, 2016 Share Posted March 6, 2016 put one into the lines for the text and see if they appear. add colour="black" into each of the record lines <list id="column_display_properties"> <record indx="0" left="4" colour="black" /> for each, lines 19-36 and try that. Link to post Share on other sites More sharing options...
BlueScreen Posted March 7, 2016 Author Share Posted March 7, 2016 Didn't work out, but I thing I found another way. Just making some adjustments. Edit: This is the skin right now. I think I don't need anymore info in this screen. But still have two questions. 1. How can I make the the text in the red rectangle closer to the other info? 2. Is is possible to delete some of those stats? For example, delete the yellow and red card stats. Link to post Share on other sites More sharing options...
wkdsoul Posted March 7, 2016 Share Posted March 7, 2016 2)in the stats panel you will see the id list for each column usually flag id="xxxx", they will be in column order reading down, just take out the ones you dont want. 1) tht most likely the player personal details panel.xml, just find the line for that code and amend the gap about or the offset value in the vertical container code. Link to post Share on other sites More sharing options...
BlueScreen Posted March 7, 2016 Author Share Posted March 7, 2016 2)in the stats panel you will see the id list for each column usually flag id="xxxx", they will be in column order reading down, just take out the ones you dont want. Couldn't find any id flag, but I'm a litle hurry right now, I will look better at night. ****, found another problem. For some reason, Media Handling Style on the left side is different and "wrong". Here's the panels. Thank you, for all the help so far, wkdsoul Link to post Share on other sites More sharing options...
wkdsoul Posted March 7, 2016 Share Posted March 7, 2016 might be under record id="xxx" as the for the other two check the two panels and see if its pulling the same code. Link to post Share on other sites More sharing options...
BlueScreen Posted March 7, 2016 Author Share Posted March 7, 2016 I was able to fix the Media Handling Style problem, but I can't find the stats id. Link to post Share on other sites More sharing options...
wkdsoul Posted March 7, 2016 Share Posted March 7, 2016 Its listed in the player additional stats small on mine. Link to post Share on other sites More sharing options...
BlueScreen Posted March 8, 2016 Author Share Posted March 8, 2016 Its listed in the player additional stats small on mine. I have the Player Additional Stats panel, but not Player Additional Stats Small panel. Have another problem. Everytime I change the size of the stats heading (app, goals, etc) on profile page, it will change in attribute page too. I think it's because it's the same file, but I don't know how to fix it. Already tried to change the name, but didn't work out. Link to post Share on other sites More sharing options...
wkdsoul Posted March 8, 2016 Share Posted March 8, 2016 Oh hang on this is for 15. It points to a few depending on the player if i remember right. Its a mare. Find a skin with Bergkamp Player stats panel, and put that in there instead. Dazs8 skin and Vitrex has it. Its a much easier panel to deal with, you will need to have the player overview panel point to it as well. Link to post Share on other sites More sharing options...
BlueScreen Posted March 8, 2016 Author Share Posted March 8, 2016 That's what I did. Copied the bergkamp stats panel, then change some lines and it worked. I know why wasn't working before. Haven't find yet how do delete the stats headings but I'm gonna keep trying. Really enjoying this. I hope, for awhile, I don't come here asking for help Once again, thank you for all the help, wkdsoul Link to post Share on other sites More sharing options...
wkdsoul Posted March 8, 2016 Share Posted March 8, 2016 looks like it pulls from a "statistics" table but not sure if this has seperate xml for you too adjust. Mikemurrary might be your best bet on that info. sorry dude. Link to post Share on other sites More sharing options...
BlueScreen Posted March 8, 2016 Author Share Posted March 8, 2016 looks like it pulls from a "statistics" table but not sure if this has seperate xml for you too adjust.Mikemurrary might be your best bet on that info. sorry dude. No problem. Link to post Share on other sites More sharing options...
michaeltmurrayuk Posted March 10, 2016 Share Posted March 10, 2016 For the player stats you should be able to get it to use a different file from the attributes screen by changing the referenced stats file in the player overview file to link to a custom file, then create a copy of the default player stats file and rename it to the custom name you referenced above, you should then be able to edit the file without it affecting other parts of the skin. If you want to hide columns set them to have a width of 0 (or 1 if it doesn't like 0), the columns are in order so you just need to work out which is which, for the headings the font style is controlled by the table_heading file found in the fonts folder. Link to post Share on other sites More sharing options...
BlueScreen Posted March 11, 2016 Author Share Posted March 11, 2016 1. For the player stats you should be able to get it to use a different file from the attributes screen by changing the referenced stats file in the player overview file to link to a custom file, then create a copy of the default player stats file and rename it to the custom name you referenced above, you should then be able to edit the file without it affecting other parts of the skin.2. If you want to hide columns set them to have a width of 0 (or 1 if it doesn't like 0), the columns are in order so you just need to work out which is which, for the headings the font style is controlled by the table_heading file found in the fonts folder. 1. That part I was able to make it work. 2. I tried before with 0 value, but resized it, but with 1 value it worked. But, it's the only way to make it work? Because GK have different stats, comparing with other positions. Thanks anyway, Michael Link to post Share on other sites More sharing options...
michaeltmurrayuk Posted March 11, 2016 Share Posted March 11, 2016 Yeah the stats are hardcoded so the only way you can adjust them is to hide the column, but the keepers and outfield players use the same file. FM16 has a new panel that looks like it can be edited but that isn't any good for you. Link to post Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.