Search the Community
Showing results for tags 'skins'.
-
i have downloaded a lot extras for fm2020 like photos,logos,kits etch...all work just fine!!the only thing that does not appear in the game and in the preferences are skins.i have placed them in Documents\Sports Interactive\Football Manager 2020\skins which is the right path i believe.here is a photo of the preferences with only the manual skins of the game and not the extra skins that i downloaded.why is this happening?please help me!!
- 2 replies
-
- more info needed
- skins
-
(and 1 more)
Tagged with:
-
EVO SKIN AVAILABLE TO DOWNLOAD THROUGH FMSCOUT https://www.fmscout.com/a-evofm2020skin.html EVO SKIN PLUS
-
Hi all, I know there are a lot of different skins out there cause everyone likes something different but does this years view look 'rough'? Last year I enjoyed playing with the FM19 standard skin on 125 zoom. However, this year though the standard view looks like the photo below.... Personally I think the old view looks more polished, stylish and classier. Am I the only one who thinks this? Also, is there anyone who has made the 19 skin available for fm20? Mike
-
Hi everyone, New to skinning and would like some help in refreshing the player overview screen. Here's what i'm looking for: The player details/info panel to display vertically on the left side of the screen. I appreciate any help you can give. Thanks
-
So late on in the development cycle, SI implemented a change to two panels that unfortunately broke functionality for custom skins, which use custom versions of 'client_object/client object browser.xml' and 'human/add manager.xml', and added new code which if missing from your copy of the files, won't load the pitch or main menu. Luckily Sports Interactive were very quick to inform skinners of the issue and let us know how to fix it, and luckily its a very easy fix. Personally, I'd recommend grabbing a new copy of the client object browser.xml and add manager.xml with the Resource Archiver and rebuilding the file from scratch, but that can be a lot of work so we're gonna hack it together for now. Step 1: client object browser.xml Old - New Miss the change? Its very easy to, its just three or four lines of code. <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="MatS" test_mode="0" value="true" skip_if_null="true" /> </list> <integer id="set_property" value="hidn" /> </attachment> We just need to add the following code, inside the list element, underneath the existing attributes, <!-- PROP_FULL_SCREEN_3D_BEING_DRAWN --> <record get_property="Ma3D" test_mode="equal" value="true" comparison_mode="or" skip_if_null="true" /> So it will look like the following: <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="MatS" test_mode="0" value="true" skip_if_null="true" /> <!-- PROP_FULL_SCREEN_3D_BEING_DRAWN --> <record get_property="Ma3D" test_mode="equal" value="true" comparison_mode="or" skip_if_null="true" /> </list> <integer id="set_property" value="hidn" /> </attachment> We just need to do the same for the 'match background picture' underneath <!-- match background picture - covers entire screen --> <widget class="picture" id="Mbkg" scale_picture="true" keep_aspect_ratio="false"> <record id="object_property"> <integer id="get_property" value="bgnd" /> <integer id="set_property" value="file" /> </record> <attachment class="test_multiple_globals_attachment" default_value="true"> <list id="get_properties"> <record get_property="MatS" test_mode="equal" value="false" skip_if_null="true" /> <!-- PROP_FULL_SCREEN_3D_BEING_DRAWN --> <record get_property="Ma3D" test_mode="equal" value="true" comparison_mode="or" skip_if_null="true" /> </list> <integer id="set_property" value="hidn" /> </attachment> </widget> Thats Step 1 done, next up is add manager.xml Step 2: add manager.xml This one is also very simple, at the top of the panel, you'll have the following code. Just remove it, it's that simple. --------------------------------------- This should fix any issues, however if any persist just drop a message and we'll have a look! Massive thanks to @Neil Brock and the SI team for their assistance!
-
Are there any skin designers out there who can create a custom skin for us? More details available to interested people