Toppo - Comments

Comments
#879591 FM26 3D Stadium Megapack
Toppo
6 years ago
1 week ago
3
Premium

Has anyone managed to get this working on steam deck? R2modman recognises the stadium config files but the stadiums are still the default ones

#862358 FM26 Real Name Fix v5.0 - for FM26.3.1 [26/05/2026] - USE THE WORKAROUND IN THE FIRST POST IF SOME CLUB NAME CHANGES AREN'T WORKING
Toppo
6 years ago
1 week ago
3
Premium

Only Napolis name gets changed out the Serie A clubs now after this fix working for months with no issues, edited the file in the inc folder and thats done nothing

#862356 FM26 Real Name Fix v5.0 - for FM26.3.1 [26/05/2026] - USE THE WORKAROUND IN THE FIRST POST IF SOME CLUB NAME CHANGES AREN'T WORKING
Toppo
6 years ago
1 week ago
3
Premium
By mons 23 October 2025 - 06:40 AM UTC 

If you have already started a save-game and wish to change German, Spanish, Italian and French club names to the correct ones, there is a workaround. However, you will lose the club nicknames.

 

Open the City, Club and Stadium Names.lnc file with Notepad (on Windows) and TextEdit (on Mac). All the changes I've made in the editor data file are included in this file, however they are preceded by a hashtag (#) which makes the lnc file ignore any text following it.

 

You can remove the hashtags from in front of any of the "CLUB_LONG_NAME_CHANGE" and "CLUB_SHORT_NAME_CHANGE" codes which you wish to change, and this will ensure these changes are displayed in your save game.

 

For Notepad, all you need to do is: Select the edit menu, click the replace option, type #"CLUB in the first field and "CLUB in the second and click replace all. Then save and close. Shouldn't take more than 3 seconds if you do it right 🙂

 


Instead of


#"CLUB_LONG_NAME_CHANGE" 915 "FC Bayern München" ""
#"CLUB_SHORT_NAME_CHANGE" 915 "FC Bayern" ""

 

you should have


"CLUB_LONG_NAME_CHANGE" 915 "FC Bayern München" ""
"CLUB_SHORT_NAME_CHANGE" 915 "FC Bayern" ""


Basically:
Using an lnc
Pro: Can be used (and disabled) after a save game has been started
Con: Removes club nicknames for those teams whose name has been edited


Using the editor data file
Pro: Retains club nicknames
Con: Needs to be applied before starting a new game