• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

yay

PSVFOREVER

Fan Favourite
Woohoo, Im able to play FM again (H) (Y) After more than a month I couldnt, and I got my PC back after 8 days, woohoo.

Question though: I reinstalled FM, my PC was formatted, and ofcourse, I placed my superb tactics, saves, databases, pictures etc. which I burned on a CD before I brought away my PC, back in the FM folder.

The problem is though, the default kits dont work anymore. Kinda the same as with Socrates (look through the screenshot showoff) Ruud said it was because of multiple xml files, I only have 1 though, anyone know the solution?
 

rpvankasteren

Fan Favourite
Well, the "config.xml" file in the default folder should be empty, apart from the standard loading lines.

The folder should contain files called "1.png" up to "20.png", plus that "config.xml".

You are talking about the random kits, right? Or did you mean something else?
 

PSVFOREVER

Fan Favourite
Yeah, I mean the random ones.

Are this the standard loading lines?

- <record>
- <!-- resource manager options
-->
- <!-- dont preload anything in this folder
-->
<boolean id="preload" value="false" />
- <!-- turn off auto mapping
-->
<boolean id="amap" value="false" />
- <!-- logo 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

-->
</record>

I only have 1 to 20.png and the xml indeed
 

rpvankasteren

Fan Favourite
That should be good. All I can think of then is that something happened to the files. The format was maybe changed somehow, though I can't see how :S
 

Socrates

Starting XI
PSVFOREVER said:
Yeah, I mean the random ones.

Are this the standard loading lines?

- <record>
- <!-- resource manager options
-->
- <!-- dont preload anything in this folder
-->
<boolean id="preload" value="false" />
- <!-- turn off auto mapping
-->
<boolean id="amap" value="false" />
- <!-- logo 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

-->
</record>

I only have 1 to 20.png and the xml indeed

Can you explain this in English please?? :$ I dont understand how you fix it.
 

rpvankasteren

Fan Favourite
Hassan, your problem was with teams with unique kits, right? This config.xml isn't what you need to fix. You'll have to search through every single other config.xml buried in the kits folder, and search for duplicate lines in there. Then deleting the ones that lead to pics you don't want to keep (or that aren't even there, happened to me with some national team kits :S).

The lines you're looking for are of this type:
Code:
<record from="(string1)" to="graphics/pictures/team/(string2)/kits/(string3)"/>
where (string1) is the filename of the kit image, without it's .png extension
where (string2) is the unique ID for the club
where (string3) is the kit the line points at, either home, away, or third

So an example would be:
Code:
<record from="agovv_home" to="graphics/pictures/team/100936/kits/home"/>
 

PSVFOREVER

Fan Favourite
I have a back-up from my pictures on the pc though, but it's in a completly other map, could this be the problem?
 

rpvankasteren

Fan Favourite
It could, but only if it was somewhere within the football manager folder. I doubt it though, I do believe the generic kits are put together with those in that specific folder.
 


Top