|
| 1 | +--- |
| 2 | +title: 'Football Manager 24 - Custom Stadium Guide' |
| 3 | +description: 'Explains how to get custom stadium pictures for FM24' |
| 4 | +pubDate: 'Apr 23 2025' |
| 5 | +heroImage: '../../assets/images/fm24banner.png' |
| 6 | +category: 'Football Manager' |
| 7 | +tags: ['FM24', 'Guide'] |
| 8 | +--- |
| 9 | + |
| 10 | +Have you ever wondered: How you can get your own Stadium Picture in FM24 for your team or even a custom Team? Well, you don’t have to look further. I am here to show you how it’s done! I will use Team Rejects from my Blue Lock Dataset as an example, but it will work for every team. |
| 11 | +Here is an example of how it could look like. |
| 12 | + |
| 13 | + |
| 14 | +## Step 1. - Preparation |
| 15 | + |
| 16 | +What do we need: |
| 17 | + |
| 18 | +- Pre Game Editor, if you want to create a complete new Stadium. |
| 19 | +- A .jpg of the Stadium, the size shouldn’t be above 800 x 480 pixels. |
| 20 | +- A skin, that is able to show the stadium. I’m using Sas. |
| 21 | + |
| 22 | +Well, that is basically everything. |
| 23 | + |
| 24 | +## Step 2. – Create a stadium |
| 25 | + |
| 26 | +This step is only important, if you want to create a new stadium. If you just want to replace the picture of an existing stadium, you can skip this. |
| 27 | + |
| 28 | +Start the Pre Game Editor. Load up the dataset you want to edit and go to “Stadiums”.  |
| 29 | +Here you can change everything you want about your stadium. Feel free to experiment. The important part in that window is the unique ID. You have to write that down. |
| 30 | + |
| 31 | +In my case it is 2000342656. |
| 32 | + |
| 33 | +We also have to choose this stadium for the club you want to use. |
| 34 | +So, go to “Clubs” and look for the team. In my case, it is “Rejects”. |
| 35 | +Press Edit and go to Stadium. There you have to change the stadium to the one you just created. In my case, it’s Rejects Arena. |
| 36 | +Save the dataset. |
| 37 | + |
| 38 | +## Step 3. - File Structure |
| 39 | + |
| 40 | +So, now let’s do the slightly complicated part. Putting the files in the right folder and do the config.xml. |
| 41 | + |
| 42 | +What do we need? |
| 43 | + |
| 44 | +- the .jpg 800 x 480 pixels or tinier |
| 45 | +- the unique ID for the stadium. |
| 46 | + |
| 47 | +Where do we get the unique ID from? |
| 48 | +Either the Pre Game Editor, as I have shown before, or in game, if you enabled “Show unique IDs in header”. |
| 49 | + |
| 50 | +Okay, let’s start. |
| 51 | +Go to your graphics folder, if you don’t have one, you need to create it. It’s most likely located in: |
| 52 | + |
| 53 | +_C:\Documents\Sports Interactive\Football Manager 2024\graphics_ |
| 54 | + |
| 55 | +And create a folder and call it stadiums or whatever you want. I would recommend, to just download my zip file and unzip it there. |
| 56 | +Open the folder and move the .jpg to it. Rename the .jpg to the unique ID. In my case it is 2000342656. Your folder should now look similar to this: |
| 57 | + |
| 58 | +Now create a file and call it _config.xml_. |
| 59 | +Open the file and copy this code in there. |
| 60 | + |
| 61 | +``` |
| 62 | +<record> |
| 63 | + <boolean id="preload" value="false"/> |
| 64 | + <boolean id="amap" value="false"/> |
| 65 | + <list id="maps"> |
| 66 | + <record from="UNIQUE ID" to="graphics/pictures/stadium/UNIQUE ID/stadium"/> |
| 67 | + </list> |
| 68 | +</record> |
| 69 | +``` |
| 70 | + |
| 71 | +Replace UNIQUE ID with the correct ID and you should be good to go! |
| 72 | + |
| 73 | +## Step 4. – Reload Skin |
| 74 | + |
| 75 | +Now you need to load your files in game: |
| 76 | + |
| 77 | +Go in game -> open Preferences -> Interface -> make sure use caching is disabled -> reload |
| 78 | + |
| 79 | +Make sure, to enable the Dataset when you start a new career, if you have a custom stadium or a custom team. |
| 80 | + |
| 81 | +## Problems |
| 82 | + |
| 83 | +The 3D Model of the stadium looks bad: Unfortunately, that is kind of annoying or at least unsatisfying to fix. You can't really choose what stadium you want and how it looks like. |
| 84 | + |
| 85 | +If your stadium has gaps, it means you can upgrade it. So for example: |
| 86 | +My stadium has 100000 seats. I can upgrade it to 200000. That means, that half of your stadium is not build and it will create gaps. Maybe some other setting could also influence this. |
| 87 | + |
| 88 | +Now everything should work. Let me know if you encounter any problem! Have a great day and enjoy playing! |
0 commit comments