Due to the release of the Steklo skin for FM14 i've decided to start these up after a few years away. The idea of my backgrounds is to just add a simple bit of colour to your screens whilst still enabling the in game text to be read as clearly as possible. So please don't moan about the style as i will not be changing it!

These are for team screens only.
Comments
Ice Man
17 years ago
1 month ago
428
Still look amazing. Keep them coming!!
jmanya
11 years ago
8 years ago
12
Excellent job with uruguayan backgrounds although that our infrastructure are very poor.
I feel ashamed compared ourselves with europe
djdj
12 years ago
4 years ago
32
can you only have these backgrounds appearing on the team screens? Is it possible to have them appearing on matchdays behind the scoreboard on the right when using split screen.
VP.
13 years ago
1 week ago
25,271
Still look amazing. Keep them coming!!


Thank you.

Excellent job with uruguayan backgrounds although that our infrastructure are very poor.
I feel ashamed compared ourselves with europe


Thanks, i used some of your pics, plus i changed a couple and also found the few that were missing. Was quite amazed at how poor the stadiums are though!

can you only have these backgrounds appearing on the team screens? Is it possible to have them appearing on matchdays behind the scoreboard on the right when using split screen.


You can use them on matchdays too but will need to change the config, here's an example.

Current config for Premier League team screens.

<record>
<!-- resource manager options -->

<!-- don't preload anything in this folder -->
<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>

<!-- picture mappings -->
<!-- the following XML maps pictures inside this folder into other positions
in the resource system, which allows this folder to be dropped into any
place in the graphics folder and still have the game pick up the graphics
files from the correct places
-->

<list id="maps">
<!-- Generated by FM Graphics Configurator, by HMan -->
<record from="602" to="graphics/pictures/team/602/background"/>
<record from="603" to="graphics/pictures/team/603/background"/>
<record from="625" to="graphics/pictures/team/625/background"/>
<record from="630" to="graphics/pictures/team/630/background"/>
<record from="642" to="graphics/pictures/team/642/background"/>
<record from="650" to="graphics/pictures/team/650/background"/>
<record from="654" to="graphics/pictures/team/654/background"/>
<record from="665" to="graphics/pictures/team/665/background"/>
<record from="676" to="graphics/pictures/team/676/background"/>
<record from="679" to="graphics/pictures/team/679/background"/>
<record from="680" to="graphics/pictures/team/680/background"/>
<record from="688" to="graphics/pictures/team/688/background"/>
<record from="691" to="graphics/pictures/team/691/background"/>
<record from="713" to="graphics/pictures/team/713/background"/>
<record from="721" to="graphics/pictures/team/721/background"/>
<record from="722" to="graphics/pictures/team/722/background"/>
<record from="724" to="graphics/pictures/team/724/background"/>
<record from="728" to="graphics/pictures/team/728/background"/>
<record from="734" to="graphics/pictures/team/734/background"/>
<record from="735" to="graphics/pictures/team/735/background"/>
</list>
</record>


What it needs to look like for matchdays.

<record>
<!-- resource manager options -->

<!-- don't preload anything in this folder -->
<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>

<!-- picture mappings -->
<!-- the following XML maps pictures inside this folder into other positions
in the resource system, which allows this folder to be dropped into any
place in the graphics folder and still have the game pick up the graphics
files from the correct places
-->

<list id="maps">
<!-- Generated by FM Graphics Configurator, by HMan -->
<record from="602" to="graphics/pictures/stadium/602/background"/>
<record from="603" to="graphics/pictures/stadium/603/background"/>
<record from="625" to="graphics/pictures/stadium/625/background"/>
<record from="630" to="graphics/pictures/stadium/630/background"/>
<record from="642" to="graphics/pictures/stadium/642/background"/>
<record from="650" to="graphics/pictures/stadium/650/background"/>
<record from="654" to="graphics/pictures/stadium/654/background"/>
<record from="665" to="graphics/pictures/stadium/665/background"/>
<record from="676" to="graphics/pictures/stadium/676/background"/>
<record from="679" to="graphics/pictures/stadium/679/background"/>
<record from="680" to="graphics/pictures/stadium/680/background"/>
<record from="688" to="graphics/pictures/stadium/688/background"/>
<record from="691" to="graphics/pictures/stadium/691/background"/>
<record from="713" to="graphics/pictures/stadium/713/background"/>
<record from="721" to="graphics/pictures/stadium/721/background"/>
<record from="722" to="graphics/pictures/stadium/722/background"/>
<record from="724" to="graphics/pictures/stadium/724/background"/>
<record from="728" to="graphics/pictures/stadium/728/background"/>
<record from="734" to="graphics/pictures/stadium/734/background"/>
<record from="735" to="graphics/pictures/stadium/735/background"/>
</list>
</record>


If you want them to show on both.

<record>
<!-- resource manager options -->

<!-- don't preload anything in this folder -->
<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>

<!-- picture mappings -->
<!-- the following XML maps pictures inside this folder into other positions
in the resource system, which allows this folder to be dropped into any
place in the graphics folder and still have the game pick up the graphics
files from the correct places
-->

<list id="maps">
<!-- Generated by FM Graphics Configurator, by HMan -->
<record from="602" to="graphics/pictures/stadium/602/background"/>
<record from="603" to="graphics/pictures/stadium/603/background"/>
<record from="625" to="graphics/pictures/stadium/625/background"/>
<record from="630" to="graphics/pictures/stadium/630/background"/>
<record from="642" to="graphics/pictures/stadium/642/background"/>
<record from="650" to="graphics/pictures/stadium/650/background"/>
<record from="654" to="graphics/pictures/stadium/654/background"/>
<record from="665" to="graphics/pictures/stadium/665/background"/>
<record from="676" to="graphics/pictures/stadium/676/background"/>
<record from="679" to="graphics/pictures/stadium/679/background"/>
<record from="680" to="graphics/pictures/stadium/680/background"/>
<record from="688" to="graphics/pictures/stadium/688/background"/>
<record from="691" to="graphics/pictures/stadium/691/background"/>
<record from="713" to="graphics/pictures/stadium/713/background"/>
<record from="721" to="graphics/pictures/stadium/721/background"/>
<record from="722" to="graphics/pictures/stadium/722/background"/>
<record from="724" to="graphics/pictures/stadium/724/background"/>
<record from="728" to="graphics/pictures/stadium/728/background"/>
<record from="734" to="graphics/pictures/stadium/734/background"/>
<record from="735" to="graphics/pictures/stadium/735/background"/>

<record from="602" to="graphics/pictures/team/602/background"/>
<record from="603" to="graphics/pictures/team/603/background"/>
<record from="625" to="graphics/pictures/team/625/background"/>
<record from="630" to="graphics/pictures/team/630/background"/>
<record from="642" to="graphics/pictures/team/642/background"/>
<record from="650" to="graphics/pictures/team/650/background"/>
<record from="654" to="graphics/pictures/team/654/background"/>
<record from="665" to="graphics/pictures/team/665/background"/>
<record from="676" to="graphics/pictures/team/676/background"/>
<record from="679" to="graphics/pictures/team/679/background"/>
<record from="680" to="graphics/pictures/team/680/background"/>
<record from="688" to="graphics/pictures/team/688/background"/>
<record from="691" to="graphics/pictures/team/691/background"/>
<record from="713" to="graphics/pictures/team/713/background"/>
<record from="721" to="graphics/pictures/team/721/background"/>
<record from="722" to="graphics/pictures/team/722/background"/>
<record from="724" to="graphics/pictures/team/724/background"/>
<record from="728" to="graphics/pictures/team/728/background"/>
<record from="734" to="graphics/pictures/team/734/background"/>
<record from="735" to="graphics/pictures/team/735/background"/>
</list>
</record>


The reason i don't make them like this already is because most play the game with the 3d pitch meaning that you can't really see the backgrounds anyway. But once all the single packs are complete and i release the megapacks i will be adding the matchday option too. Though that will be some time in the future.
VP.
13 years ago
1 week ago
25,271
Welsh Premier league added.

https://sortitoutsi.net/uploads/mirrored_images/jLdnlYurzyjUjW3JqbV7TglTPVbvzvLpC2oKLewd.png

https://sortitoutsi.net/uploads/mirrored_images/N0DTL6m2ABeAv6p46KVVwIMa6Le6HdKC9UTv4zco.png

https://sortitoutsi.net/uploads/mirrored_images/zzcDNwDsl4bSXwKYLOAMsE0VqM0kw6oBdm3dZkxg.png
VP.
13 years ago
1 week ago
25,271
Northern Irish Premiership added.

https://sortitoutsi.net/uploads/mirrored_images/ns9hpPBFEL7gxqFo25soFjh0VXEmbuZOVYkJF1Q6.png

https://sortitoutsi.net/uploads/mirrored_images/Hzjf04swnsYsKDulsfSFuLSb8nbrPG07AsCbS0BG.png

https://sortitoutsi.net/uploads/mirrored_images/ZGkOJE07y9pSBTa3OCuf4aq7qLoCO7UIOs129YFO.png

https://sortitoutsi.net/uploads/mirrored_images/1XzEtHJnKUiHj6jFKWbSf6BVvMYjjqX0PGX2HgXZ.png
pumba1989
10 years ago
1 year ago
9
would it be possible to do a national team background pack with stadiums, also with the Olympic stadium which west ham move too. would be pretty cool if you could. also i wonder is it possible to create a pack with nice generic stadiums for teams who get new stadia built? i dunno if thats at all possible. hope to hear back =]
Shedender
17 years ago
1 month ago
13,751
Northern Ireland pack looks good - but do you want to use this picture of Clandeboye Park instead VP?

https://sortitoutsi.net/uploads/mirrored_images/pqTwRPJtdTKlyrXOh69mLdiVSfiOKlOLxk1OGKuc.jpg
VP.
13 years ago
1 week ago
25,271
would it be possible to do a national team background pack with stadiums, also with the Olympic stadium which west ham move too. would be pretty cool if you could. also i wonder is it possible to create a pack with nice generic stadiums for teams who get new stadia built? i dunno if thats at all possible. hope to hear back =]


An International pack will happen at some point, just not sure how long that will be but it will happen. I made one a few years back and it can take a while and for some of the very small nations there are no pics of any decent quality, so i ended up using something of interest from the nation as a background if i remember correctly.

For teams that change stadiums i can only go by feedback in here really as the only one i know about that i can think of is West Ham's move but im sure there are plenty of other clubs that i don't know about that will move grounds. So i'm more than happy to add them as requested.

As for generic stadiums its not something i've ever thought about really, do new stadiums get ID numbers in the game? If someone was to have a stadium built and could find a picture they would like to use i'd happily add it to the game but it is probably something that the player themselves could easily do too.

Here's West Ham's if you need it, just right click on it and save then place it into the Premier League folder when the stadium change happens.

https://sortitoutsi.net/uploads/mirrored_images/kOoZqo3xlnyDrEaylOBfhO5ZHOJoIeP0ZsktwNR2.jpg

https://sortitoutsi.net/uploads/mirrored_images/3VFNIGsi8fhc8UaNZ9qd8HicTzoAE3gwlxm8c1jL.jpg
VP.
13 years ago
1 week ago
25,271
Scottish Prem added.

https://sortitoutsi.net/uploads/mirrored_images/JBOJ9FISvWLRkckUQnYYspERIDNm65g8jCrwKhxJ.jpg

https://sortitoutsi.net/uploads/mirrored_images/Mr87x6xJrzbOtJmdjKO3wFqsniswrdNMQmvg3diK.jpg

https://sortitoutsi.net/uploads/mirrored_images/UAfdrLahk0kwBFw1zl9wemvNEWqOSSffGtz1SgSA.jpg

https://sortitoutsi.net/uploads/mirrored_images/0IzSmpokHyTZggNnivPV3F7JjWtoqVcvZ2Vrxhwp.jpg

https://sortitoutsi.net/uploads/mirrored_images/O4mFQrY6Jy5S3VsHGESgZpKlbZwYuXbSx7ebyoyV.jpg
VP.
13 years ago
1 week ago
25,271
Northern Ireland pack looks good - but do you want to use this picture of Clandeboye Park instead VP?

https://sortitoutsi.net/uploads/mirrored_images/pqTwRPJtdTKlyrXOh69mLdiVSfiOKlOLxk1OGKuc.jpg


Problem with that pic is that the resolution is quite low at 960x717, where as the one i used is 3264x2448 meaning that it will fit better with almost any monitor/tv size and not looked too stretched but would do with the smaller pic. Plus the detail is a lot lower as you'll see once edited below, obviously use it if you prefer though

https://sortitoutsi.net/uploads/mirrored_images/L7xwYmxA7IGSvNgHDKrZ5FPjZtryVAnZQT6AUjh2.jpg
pumba1989
10 years ago
1 year ago
9
thank you for getting back to me, i look forward to the international pack =]

i'm not too sure how to find out if new built stadiums get ID numbers in the game (such a noob, sorry) but thank you for the west ham picture.

i notice that the hawthawns doesn't work for west brom, not sure if its something thats just me or maybe you didn't know about so just thought i'd let you know.

great work on the packs, it can't be easy and is much appreciated
VP.
13 years ago
1 week ago
25,271
thank you for getting back to me, i look forward to the international pack =]

i'm not too sure how to find out if new built stadiums get ID numbers in the game (such a noob, sorry) but thank you for the west ham picture.

i notice that the hawthawns doesn't work for west brom, not sure if its something thats just me or maybe you didn't know about so just thought i'd let you know.

great work on the packs, it can't be easy and is much appreciated


The real heroes are the photo takers, though making the packs can be very time consuming trying to find good quality pictures.

Didn't realise WBA wasn't working, replace with the one below, you may need to rename it to 734.

https://sortitoutsi.net/uploads/mirrored_images/3sCXKtlCyhudNApFxejAilJlBlHaLYia2MAKiL9x.jpg

https://sortitoutsi.net/uploads/mirrored_images/Kh0O2ZjnKlwisNFpCNAXP8QLPxXrvmgEPzzIAazV.jpg
pumba1989
10 years ago
1 year ago
9
ah thank you very much, though i can't get it to work even after renaming it

do i rename the olympic stadium as 735 to get that to work as west hams stadium?

and true, the photos are pretty amazing. mls have some great stadiums too.
VP.
13 years ago
1 week ago
25,271
ah thank you very much, do i rename the olympic stadium as 735 to get that to work also?

and true, the photos are pretty amazing. mls have some great stadiums too.


Yeah, rename it to whatever the current West Ham ID is.
VP.
13 years ago
1 week ago
25,271
Scottish Championship added.

https://sortitoutsi.net/uploads/mirrored_images/8G48mIJVmtO69BAVPrTuwsDnNXYVazNkee8gLrqv.jpg

https://sortitoutsi.net/uploads/mirrored_images/3z8azpucqGhs2t1vNuJA165BfSQDkMFXi1kaZZW8.jpg

https://sortitoutsi.net/uploads/mirrored_images/TgmmuTaMOBNvFMNZ2dHxlrC4FzHrjMIaUWIQI5AH.jpg

https://sortitoutsi.net/uploads/mirrored_images/InqO9zZu8K5ueiAf0XGWBVq5L6SqRaZrDZWxrwKa.jpg
VP.
13 years ago
1 week ago
25,271
Scottish League One added.

https://sortitoutsi.net/uploads/mirrored_images/Y4raGelD2OEW8GSPjFRwr7cJT1qR5SmaSQAGcni8.jpg

https://sortitoutsi.net/uploads/mirrored_images/UREXzs9dNXfTfcxi8vwDNJ2vbXWhubUVkouO1QiZ.jpg

https://sortitoutsi.net/uploads/mirrored_images/BcW1fnPaLUsoGWF5VKW60N7m2rNZUcae4NgVwBOy.jpg

https://sortitoutsi.net/uploads/mirrored_images/R3xxXXYZP93U8RoYqgMTaiLF4i6De7mDGun8M1Ow.jpg
VP.
13 years ago
1 week ago
25,271
Scottish League Two added.

https://sortitoutsi.net/uploads/mirrored_images/jG3s2XuMFIahtzqArejXoih73pPcSIFfolKGG9mi.jpg

https://sortitoutsi.net/uploads/mirrored_images/nyZ8GHpgAxQ6oLtOKpyAeAb5Ekj9pkeMXcIbtxkl.jpg

https://sortitoutsi.net/uploads/mirrored_images/w5XVcW4zz7EoQTG08HfCgqPVKgkLywQXLmHtbTxy.jpg

https://sortitoutsi.net/uploads/mirrored_images/4fbUcyOQ3A4H0n3WoQGR9rnFeRp9HouThfQk2dDd.jpg

https://sortitoutsi.net/uploads/mirrored_images/aNUOnpVLNmU7zOHg1LI4F61AH1v9dfMm82bStV8H.jpg
djdj
12 years ago
4 years ago
32
that background stuff did nothing when changing the config files. think the skin needs configuring to allow background matchday stadiums to appear
VP.
13 years ago
1 week ago
25,271
Who was you playing as as some of the teams like Arsenal for example have a newer stadium and the ID number is different to the teams? (The Emirates is 5114336) Plus i remember in old FM's when viewing a match result the stadium wouldn't show, but if you clicked the back and then forward button it would.

I would have said all this but didn't realise you was gonna try it out.
VP.
13 years ago
1 week ago
25,271
Dutch Eredivisie added.

https://sortitoutsi.net/uploads/mirrored_images/ahfRm2gmGt4DLRIPj5Dj92W5AK9VcWeDWUrHNAeU.jpg

https://sortitoutsi.net/uploads/mirrored_images/LN3mAt4abAyu9mXpwbSSWEq7vvxr4ejX9jran4Em.jpg

https://sortitoutsi.net/uploads/mirrored_images/qKTOZGIxAZn38nxv6WL3byOQ4Tr7YxsZG7YaFpZ3.jpg

https://sortitoutsi.net/uploads/mirrored_images/83GvnIyNsr91YA2hxXliytALjBt6akadE5PDidKl.jpg

https://sortitoutsi.net/uploads/mirrored_images/CNtPv0RZk64frNtWGGrVQhOqWu6DR5M12nDkoOqm.jpg
djdj
12 years ago
4 years ago
32
so if i just change to the new id's, that config should work. i'll try it out
VP.
13 years ago
1 week ago
25,271
Yes as far as im aware.
VP.
13 years ago
1 week ago
25,271
Portuguese Liga Zon Sagres added.

https://sortitoutsi.net/uploads/mirrored_images/eUiqYLtLB89bjnU75z2BcRrGUIQWYRgH88oZtW9E.jpg

https://sortitoutsi.net/uploads/mirrored_images/nyUJWlGBtNZIxKZHeKoDD4VSALUt3QbnVEamYjR0.jpg

https://sortitoutsi.net/uploads/mirrored_images/LM0mbpN3jfro5RWKOA2OdC6pNf2ATFECHuAibIZk.jpg

http://i.imgur.com/azmygNv.jpg

https://sortitoutsi.net/uploads/mirrored_images/c0Y6hRtxIE4oCKdhEvj5eZO8VUpc2fKsaxZrVJ4M.jpg
VP.
13 years ago
1 week ago
25,271
French Ligue 1 added.

https://sortitoutsi.net/uploads/mirrored_images/vyB0M8MgYcmr18jvipwlrYdRCUHIZ9eJhJgOExrO.jpg

https://sortitoutsi.net/uploads/mirrored_images/M1lJCJdpOv9qzutaXFAv1igxWSNpnPoPIis3pKMJ.jpg

https://sortitoutsi.net/uploads/mirrored_images/M4DAtywhnEU0Cs4D4Gx7cCtt9Ipos6QwwfAQSkKN.jpg

https://sortitoutsi.net/uploads/mirrored_images/qVyecZUh1DOfDV77aGobzWhMGh0uwU5U8uJOY0sr.jpg

https://sortitoutsi.net/uploads/mirrored_images/zQYvzRSrdK5ZYzWQVSmNh4j6BhPokYmSBxdso9n2.jpg

https://sortitoutsi.net/uploads/mirrored_images/UUe6frDFlNz45Y1AzCNf7LOykrVHdZhNlodyLSfE.jpg
djdj
12 years ago
4 years ago
32
i think you need to reconfigure the files to allow the stadium backgrounds in fm2014. I changed the config files to the new stadium id's & still it did not work.

when you get around to it or know how to fix it, give us a shout.
VP.
13 years ago
1 week ago
25,271
As you can see as long as the correct stadium ID's are added to the config files they will show, Monaco's stadium has a different ID to the team screens and this may well be the case for all clubs as i've not checked to see. If it is like this, i certainly will not be making them for matchdays as well as that would mean going to every stadium from every league that i make in the editor and changing the config files just for this. It would take me a long time to do and as it takes a little while just to get a pack together i'm not gonna spend even more time just to make them work on matchdays!

https://sortitoutsi.net/uploads/mirrored_images/GNJQUjnAJhVEgn7JKmF5DZkNnmY1K7G4pXu9REd2.jpg

https://sortitoutsi.net/uploads/mirrored_images/RvNf09IIxFDO20cCVaOmZQjEHKYCpc2Z55rwd9R0.jpg
djdj
12 years ago
4 years ago
32
right, im sacking off the background pack iv'e got and downloading yours. i will see if it's improved my situation. thanks for the help so far, might need some more later
VP.
13 years ago
1 week ago
25,271
right, im sacking off the background pack iv'e got and downloading yours. i will see if it's improved my situation. thanks for the help so far, might need some more later


What pack are you using?

Turkish Super Lig added.

https://sortitoutsi.net/uploads/mirrored_images/xFwx5xZpkQMkvWZsxG0ACeluJaiJ3ksVJSZnRy0G.jpg

https://sortitoutsi.net/uploads/mirrored_images/KU00XWqdSs5YCqglckeG32wmGyFfKQdh5fK4muCk.jpg

https://sortitoutsi.net/uploads/mirrored_images/krjgtPxWUWXUV7pQrQ7q4LjWBvhMaTsX7Qs8oRSM.jpg

https://sortitoutsi.net/uploads/mirrored_images/WPA19xVDLreqtdGvGsI7AJDtm4QIUwg4f3zQ4oPX.jpg

https://sortitoutsi.net/uploads/mirrored_images/vFR1EYqfyUi7RvQeODnR7niiMqODl1xzIoVLNCZn.jpg
djdj
12 years ago
4 years ago
32
just someone's else background team/stadium pack. just to confirm, does this pack have both team & stadium pics for both

You'll need to Login to comment