Home
FM Discord
YouTube Channel
FM24 Data Update
FM26 Data Update
FM26 OOP Player Roles
Downloads
Graphics
Challenges
Blog
Forums
Videos
Tactics
FM26
FM26 Real Name Fix
FM26 Shortlists
FM26 DB
FM26 Men's Wonderkids
FM26 Women's Wonderkids
FM26 Men's Club Finances
FM26 Women's Club Finances
FM24 Update
FM24
FM23
FM Saves
FM Database
FM Guides
Installation Guides
Records
Search
#228837 Scorpio v2.1 for FM 2015
Jubez
#228831 Scorpio v2.1 for FM 2015
Jubez
It's not blurry for me
#228789 Scorpio v2.1 for FM 2015
Jubez
If you are using the beta skin you have to rename the folder from Scorpio-beta to Scorpio. Make also sure that you the Scorpio folder inside another Scorpio folder. In your skin folder you should have a folder called Scorpio and insde that folder you should have folders called fonts, graphics, panels and settings.
And if you are using the download button on the first page it will download the 1.7 version of the skin, which is not compatible with FM 15.2 without modifying the config file. You can find a guide to do it from this thread.
#228626 Scorpio v2.1 for FM 2015
Jubez
Especially when selecting the tone it's very hard to see what tone is selected with the current skin. If you are interested of adding this to your skin then add the following to the settings file and change the values to whatever you prefer. I used the same values you used for the starting squad picking buttons:
<!-- Tables -->
<colour name="filled_row_alternate" red="0" green="0" blue="0"/> <!-- Filled alternate row - red_replacement -->
<colour name="filled_row_selected" red="40" green="100" blue="140"/> <!-- Filled selected row - red_replacement -->
You also need to put this files to the graphics folder:
http://www.mediafire.com/download/zbrx12nji5w06s4/graphics.7z
#228585 Scorpio v2.1 for FM 2015
Jubez
#228580 Scorpio v2.1 for FM 2015
Jubez
#228572 Scorpio v2.1 for FM 2015
Jubez
Fantastic! Thanks both of you.
#228548 Scorpio v2.1 for FM 2015
Jubez
#228545 Scorpio v2.1 for FM 2015
Jubez
#228541 Scorpio v2.1 for FM 2015
Jubez
#228481 Scorpio v2.1 for FM 2015
Jubez
Or you can just have it as an additional file for those who prefer to run their games zoomed. Or you can just not include it at all if you think there's not enough high resolution users who are using the zoom feature. I can easily just fix it for myself regardless
Are those changes you listed in your last post from 1.8b v1 to 1.8b v2 or does that list include all the previous changes from 1.7 to 1.8b also?
EDIT: I'll fix the 40x40 scout report icons for you in just a bit. It requires a bit of work because you can't just resize them, because they would end up looking as bad as they did before. You'll be able to include them in 1.8.
EDIT 2: Here are the 40x40 icons:
http://www.mediafire.com/download/5ypn6bob376nt3d/report_card_40px_fixed.7z
#228477 Scorpio v2.1 for FM 2015
Jubez
This is what a regen face looks like by default and as you can see it's a lot smaller than the regular face. That's because the regen faces are not 180x180 by default like the MP cuts are and your original panel doesn't have scaling on:
This is what it looks like with my fix and as you can see it's now scaled to 180x180, which is the same size as the MP cuts:
And the regen faces are also bigger in the 180 panel, but to do it I had to change the height of the panel from 200px to 180px so I could use the scaling (otherwise all faces would scale to 200x200px). If that 180 profile had a different panel layer for the kit and for the face like you have for the logo and the face in v1.12 no kit it could be done without touching the height of the kit panel.
#228474 Scorpio v2.1 for FM 2015
Jubez
This are not the panels from 1.8 beta. Download the 1.8b and make a clean install of it and it should work just fine. Additionally you can go to your panels folder and open the "club overview panel.xml" in a notepad. Then search (ctrl+F) for Last Starting 11 and two lines below it you can see the following
icon_flags="use_player_kits_back,drop_initial_if_possible,show_number">
Add a show_name value to it so it looks like this:
icon_flags="use_player_kits_back,drop_initial_if_possible,show_number,show_name">
Then save the file and reload your skin.
#228386 Megapack - Missing image request thread
Jubez
#228379 Megapack - Missing image request thread
Jubez
#228358 Scorpio v2.1 for FM 2015
Jubez
It definitely doesn't have any extra layers for me. Did you delete any previous scorpio skins before changing to this? Overwriting the existing folder could cause such problems.
#228353 Scorpio v2.1 for FM 2015
Jubez
#228321 Scorpio v2.1 for FM 2015
Jubez
#228313 Scorpio v2.1 for FM 2015
Jubez
That's your teams kit colour. When its one solid color it can look very bad I agree and I just edited my last post with a guide to remove it. I'd recommend you using the <!-- and --> around the code because the kit color on the background looks rather nice with most of the teams and it's then easy to turn back on later if you play with another team.
#228305 Scorpio v2.1 for FM 2015
Jubez
<!-- kit style background image -->
<!-- <widget class="picture" id="ktbg" scale_picture="true" keep_aspect_ratio="false" image_alignment="top, left" file="graphics/pictures/kit/back">
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
<!-- set kit 'background' logo -->
<record id="object_property">
<integer id="get_property" value="ktgb"/>
<integer id="set_property" value="file"/>
</record>
</widget> -->
It tells the game not to use that part of the code, but it still remains in the file if you later want to turn it on. To turn it back on just remove the <!-- and -->
I also fixed the stat panel. I see you have fixed it so it shows the average rating for keepers too, but the Con/90 title text at top of the panel is not completely visible. To fix that I increased the width of that one column and it's now 9% wider than the rest to be exact, but you can't really see it and as a trade off the Con/90 is now visible in full:
http://www.mediafire.com/view/gftd74wc877nc9c/bergkamp_player_stats.xml
#228283 Scorpio v2.1 for FM 2015
Jubez
Here's the 30x30 images if you want to use them. If you prefer the 40x40 I could probably do them for you so you don't have to use those ugly images in the report card. I'd suggest you to try the 30x30 version though, because at least in my opinion it looks much better.
https://www.mediafire.com/?qpzf300syeae1xr
EDIT: Another thing I've been trying to fix is the color of your league position on the club page. I just can't figure out how to change it, but if you can sort it out it would be a great addition. Nitpicking I know, but just something to do if you find a way to do it.
I also see you didn't fix the player profile panel for regen faces. The regen faces are still a lot smaller than any other face. I sent you a PM how to fix it earlier.
EDIT 2:
Here are the fixed profile panels. V1.12 no kit looks identical apart from regen faces now properly scaling to same size as other pictures. With the 180px version with shirt I had to reduce the container height to 180px so I could use the picture scaling. By having a different layer for the shirt and the face this could probably be sorted much like with the v1.12 no kit. So at least the fix for v1.12 should be included and then concider the other one too after checking how it looks to you.
http://www.mediafire.com/download/ssmugqwls604it9/panels.7z
#228200 Megapack - Improvement Image request thread - NEW RULES IN OP
Jubez
Well I just think that the completely washed out colors destroy the cut. But that doesn't really matter anymore since your new cut from mons' source is way better than either one of them
#228069 Megapack - Improvement Image request thread - NEW RULES IN OP
Jubez
You can't even talk about details or sharpness when looking at the old picture, but you'll make the call in the end. In my opinion it's an improvement.
EDIT: I actually think it's even a rather good improvement. And I changed the cut in my post. It's a little better than the one you quoted.
#228066 Megapack - Improvement Image request thread - NEW RULES IN OP
Jubez
I think it actually is:
#227908 Megapack - Improvement Image request thread - NEW RULES IN OP
Jubez
Player ID: 67029321
Link: Link to picture
Existing Images: Search results for: 67029321
NOTE TO MONS! This is an improvement over the one I included in the Athletic team pack which I posted earlier today. I just realized that in the team pack he had light brown hair due to some odd red hue so I fixed it.
#227859 Facepacks Release thread - NO REQUESTS
Jubez
Sortitoutsi
Mediafire
#227835 Scorpio v2.1 for FM 2015
Jubez
EDIT: Okay it seems that it's related to team colours. Noticed it after I changed my save for a moment. I still wonder if it's possible to manually set the colours though.
#227813 Megapack - Improvement Image request thread - NEW RULES IN OP
Jubez
Superb improvement indeed
#227756 Megapack - Improvement Image request thread - NEW RULES IN OP
Jubez
Some of them have bad or washed out colors. I'll check them all tomorrow and color fix anything in need of that and release the improvements.
#227699 Scorpio v2.1 for FM 2015
Jubez
EDIT: Nevermind.. If i just sometimes booted the game when playing with the skins it would probably work...