Home
FM Discord
YouTube Channel
FM24 Data Update
FM26 Data Update
FM26 OOP Player Roles
Downloads
Graphics
Challenges
Blog
Forums
Videos
Tactics
FM26
FM26 Real Name Fix
FM26 Shortlists
FM26 DB
FM26 Men's Wonderkids
FM26 Women's Wonderkids
FM26 Men's Club Finances
FM26 Women's Club Finances
FM24 Update
FM24
FM23
FM Saves
FM Database
FM Guides
Installation Guides
Records
Search
Ron Wandle
I've created some new faces using AI for my newgens.
I was having trouble getting them to appear in the game, until I found a solution online. This involved adding r- to each newgen entry in the config.XML in the faces folder.
For example,
<record from="2002074559" to="graphics/pictures/person/2002074559/portrait"/>
would be changed to:
<record from="2002074559" to="graphics/pictures/person/r-2002074559/portrait"/>
However doing the same - adding r- - to the equivalent bit of code in the iconfaces folder's config.XML file didn't work, so the mini face images in the game retained their original game-related faces.
Anyone know how to get the user-created faces in the iconfaces folder to register?
This is how the equivalent line of code in the iconfaces config.XML file looks:
<record from="2002074559" to="graphics/pictures/person/2002074559/icon"/>