Jump to content

[FM15] Some Requests


BlueScreen

Recommended Posts

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.

7jmeXiC.png

I hope someone can help me with this. Thanks in advance.

Link to post
Share on other sites

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

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

Well, already made the sidebar to auto-hide, but still have a few problems.

Valladolid.png

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

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

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.

lUsbmEi.png

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

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

Didn't work out, but I thing I found another way. Just making some adjustments.

Edit:

OuxSh4b.png

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

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

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.

SRptdlW.png

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

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

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

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 :D

Once again, thank you for all the help, wkdsoul :)

Link to post
Share on other sites

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

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...