Skip to content

Commit 19c4a5b

Browse files
committed
added logoguidefm24, changed description of other guides
1 parent 828c629 commit 19c4a5b

File tree

7 files changed

+116
-2
lines changed

7 files changed

+116
-2
lines changed
20.3 KB
Loading
28.1 KB
Loading
53.2 KB
Loading
39.6 KB
Loading

src/content/blog/facepackguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Football Manager 24 - Face Pack Guide'
3-
description: 'Explains how to install and fix problems with face packs'
3+
description: 'How to install and fix problems with face packs for Football Manager 24 / FM24'
44
pubDate: 'Apr 02 2025'
55
heroImage: '../../assets/images/fm24banner.png'
66
category: 'Football Manager'

src/content/blog/logoguidefm24.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
title: 'Football Manager 24 - Custom Logo Guide'
3+
description: 'How to install logos and custom logos for Football Manager 24'
4+
pubDate: 'Apr 24 2025'
5+
heroImage: '../../assets/images/fm24banner.png'
6+
category: 'Football Manager'
7+
tags: ['FM24', 'Guide']
8+
---
9+
10+
This guide will help you, to install logos for Football Manager 24. Not every logo is licensed in FM24 and this guide will help you to bring more immersion into your game. I will also explain, how to change the config.xml and fixes for problems I have encountered.
11+
12+
## How to install
13+
14+
1. Download the logos.zip you want to use
15+
2. You should locate your graphics folder. In Windows it is most likely located in:
16+
17+
_C:\Documents\Sports Interactive\Football Manager 2024\graphics_
18+
19+
It should look similar to this. ![Screenshot](../../assets/images/fm24guide/fpguide2.jpg)
20+
If you don't have any graphics folder, you need to create it.
21+
22+
3. Unzip the Zip file. You might need 7 Zip for it. It's a free program. Just open the Zip file and move all the content in the graphics folder.
23+
4. Now we need to load our files:
24+
Go in game -> open Preferences -> Interface -> make sure use caching is disabled -> reload ![Screenshot](../../assets/images/fm24guide/stadiumguide11.png)
25+
26+
Load up a save and see if it works. If it does, have fun! :)
27+
28+
## How to fix problems
29+
30+
If it doesn't work, we might have to do some fine-tuning. That is either, because you have other logos installed, or, because you have other teams loaded, that claim the "unique" ID. If you have other logos installed, you might want to start with [Step 12](#step-12).
31+
32+
<a id="step-5"></a>
33+
34+
5. Load up your game and check if the IDs of the teams. I will use Blue Lock from my custom dataset as an example. To do so, Enable Show screen ID in Title Bar. ![Screenshot](../../assets/images/fm24guide/stadiumguide7.png)
35+
6. Load up a save and click on the Blue Lock Team. You should now see the ID in the left corner. ![Screenshot](../../assets/images/fm24guide/logoguide1.jpg)
36+
7. Open up your graphics folder and compare the IDs of my files with this ID.
37+
As you can see, in my case that is correct. The ID in game is the same as the PNG. ![Screenshot](../../assets/images/fm24guide/logoguide2.jpg
38+
8. If that isn't correct, you have to rename the PNG image, to the ID in game.
39+
40+
<a id="step-9"></a>
41+
42+
9. You also have to open up the config.xml and change the ID name. It is important, to rename the ID twice. I marked both numbers, you have to change in the config.
43+
44+
example config for normal:
45+
46+
```xml
47+
<record>
48+
<boolean id="preload" value="false"/>
49+
<boolean id="amap" value="false"/>
50+
<list id="maps">
51+
<record from="2000339408" to="graphics/pictures/club/2000339408/logo"/>   
52+
</list>
53+
</record>
54+
```
55+
56+
example config for small
57+
58+
```xml
59+
<record>
60+
<boolean id="preload" value="false"/>
61+
<boolean id="amap" value="false"/>
62+
<list id="maps">
63+
<record from="2000339408" to="graphics/pictures/club/2000339408/icon"/>   
64+
</list>
65+
</record>
66+
```
67+
68+
![Screenshot](../../assets/images/fm24guide/logoguide3.jpg)
69+
70+
10. You also need to that for both folders. For normal and small. **Make sure to use the correct picture size.**
71+
11. Now we need to load our files:
72+
Go in game -> open Preferences -> Interface -> make sure use caching is disabled -> reload ![Screenshot](../../assets/images/fm24guide/stadiumguide11.png)
73+
74+
<a id="step-12"></a>
75+
76+
12. If it still doesn't work, it might be because of other logos you have installed.
77+
Open up the folder, where the other logos are located. If it has a different file structure than mine, try to look for the "clubs" folder. ![Screenshot](../../assets/images/fm24guide/logoguide4.jpg)
78+
13. In that folder, you should find the folders small and normal. Open up either of them and place only the PNGs for themy logos and icons in there that you want to replace. Not the config.xml! Repeat now [Step 5](#step-5) to Step 8. You might need to replace certain PNGs, if they share the same ID. Make sure to check the in game ID [Step 5](#step-5) before you replace anything. Also, you should make copies of things, you don't want to lose.
79+
14. You should now have a folder full of PNGs, with the right IDs and an old config. Copy the config.xml to your desktop, in case you break something. Now you just need to edit the old config.xml. Open it up and change the ID, I have described that in [Step 9](#step-9), to the in game ID and paste it in the list.
80+
81+
In normal folder:
82+
83+
```xml
84+
<record from="2000339408" to="graphics/pictures/club/2000339408/logo"/>
85+
```
86+
87+
In small folder:
88+
89+
```xml
90+
<record from="2000339408" to="graphics/pictures/club/2000339408/icon"/>
91+
```
92+
93+
Copy this line and change the numbers to the Unique ID of your files. Place it in list.
94+
Your config.xml will be a lot bigger. But you can put it anywhere in that list. I would recommend putting it on top or bottom of your list, in case you have to change or delete them.
95+
96+
example config for normal:
97+
98+
```xml
99+
<record>
100+
<boolean id="preload" value="false"/>
101+
<boolean id="amap" value="false"/>
102+
<list id="maps">
103+
<record from="2000339408" to="graphics/pictures/club/2000339408/logo"/>   
104+
</list>
105+
</record>
106+
```
107+
108+
15. You have to do the same process for the small and normal folder. However, it should be fine, to just copy the new lines in your config.xml and change the word logo to icon, or the other way around. Then you just need to place the PNGs and rename them.
109+
16. Now we need to load our files for the last time:
110+
Go in game -> open Preferences -> Interface -> make sure use caching is disabled -> reload ![Screenshot](../../assets/images/fm24guide/stadiumguide11.png)
111+
112+
## Final thoughts
113+
114+
That should cover everything. Config.xml managing can be tedious. Make sure not to always use the right IDs and file sizes.

src/content/blog/staduimguidefm24.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Football Manager 24 - Custom Stadium Guide'
3-
description: 'Explains how to get custom stadium pictures for FM24'
3+
description: 'How to get custom stadium pictures and create your own stadium for Football Manager 24 / FM24'
44
pubDate: 'Apr 23 2025'
55
heroImage: '../../assets/images/fm24banner.png'
66
category: 'Football Manager'

0 commit comments

Comments
 (0)