keallu - Comments

#672899 FM File Editor
keallu
12 years ago
9 months ago
17

.NET 5 framework or the application? The application should be pretty self-explainatory when you download it. You can find my examples of of lnc-files here:

 

https://github.com/keallu/FM-File-Editor/tree/master/Files

 

These can be opened and edited by the editor.

#646240 FM File Editor
keallu
12 years ago
9 months ago
17

Version 1.1.0 released with support for six letter name for clubs and competitions.

#643840 FM File Editor
keallu
12 years ago
9 months ago
17

Version 1.0.2 released.

#643440 FM File Editor
keallu
12 years ago
9 months ago
17
By Patrick Agerde 21 July 2021 - 19:08 PM UTC 

is it possible to change the skin's colour of players?

 

No.

#643160 FM File Editor
keallu
12 years ago
9 months ago
17

I've just posted an updated version, 1.0.1, which handles import errors a bit better and some other changes as well.

#642726 FM File Editor
keallu
12 years ago
9 months ago
17
By Abhi Pkh 16 July 2021 - 10:24 AM UTC 

Why am I not able to find any .inc file in FM? and where am I supposed to save files once I edit a new player? Please I need help understanding how to use this.

 

.lnc files are located and should be saved here if you have the game from Steam:

 

C:\Program Files (x86)\Steam\steamapps\common\Football Manager 2021\data\database\db\2111\lnc\all

 

Notice 2111 depends on which version of the database you wanna use. 2140 is the newest.

#642725 FM File Editor
keallu
12 years ago
9 months ago
17
By Carsie 16 July 2021 - 13:35 PM UTC 

Downloaded the Run console apps instead of the desktop one.

 

So did you get it to work?

#642557 FM File Editor
keallu
12 years ago
9 months ago
17
By Carsie 15 July 2021 - 17:52 PM UTC 

Would be great if i could get it to open, followed it step by step but it keeps looking to download the NET 5 Framework 

 

So have you downloaded the .NET 5 framework? You should be able to find it here:

 

https://dotnet.microsoft.com/download/dotnet/5.0/runtime

 

Then the application should be able to run. Otherwise please provide me with any error message or such that you get on screen.

#642462 Changing club names in a already saved game file.
keallu
12 years ago
9 months ago
17

Lnc files are used for this sort of editing, also for already ongoing games. The syntax is rather tedious. I have made a Windows Application for creating lnc files.

 

You can try it if you want. Just let me know and I will make a zip package for you.

#642041 FM File Editor for Lnc files
keallu
12 years ago
9 months ago
17

It can be rather tedious to manage Lnc files with name changes, so for myself I have created a small Windows application to easier manage Lnc files. Screen shot below.

 

Are there any interest in me publishing this for download? 

 

As you can see it currently supports players, clubs, stadiums (where applicable), nations, cities, competitions and awards.

 

Let me know if there are any interest.

 

#642040 STADIUM_NAME_CHANGE are not working
keallu
12 years ago
9 months ago
17
By mons 12 July 2021 - 05:43 AM UTC 

The command still works but not for some Italian stadiums. To change the Juventus stadium name, the only way is by using editor data files.

 

Thanks. I was wondering if that was the case.

#642036 STADIUM_NAME_CHANGE are not working
keallu
12 years ago
9 months ago
17
By Humberto21 12 July 2021 - 05:06 AM UTC 

I did not know of the existence of this tool, can you give me a link to use it please? - however, as I told you, for the changes I create several file editors with various changes (names and surnames - stadium dimensions) that I use and update from Fm19 

 

It's not really a tool but a method. You can read about it here: https://community.sigames.com/forums/topic/120967-guide-edt-ddt-and-lnc-files/ and here: https://fullerfm.wordpress.com/2018/12/21/changing-stadium-and-player-names-in-football-manager/. Look for the Lnc part. It has been around for years.

 

That said I have created my own little tool for editing and creating Lnc files but that's a different story.

#642034 STADIUM_NAME_CHANGE are not working
keallu
12 years ago
9 months ago
17
By Humberto21 12 July 2021 - 04:52 AM UTC 

I don't know what "stadium name change" is, I guess it is a tool to edit stadium names, if this tool - in case it is - doesn't work you can change the stadium names using the pre-game editor by saving at the end changes in order to "load" the file with the changes with each new game. Alternatively you can do it with the in-game editor 

 

Lnc files is a pretty powerful tool already in the game where you can change different names etc. in the game without editors and it is save game compatible and can be added or removed when you like. A lot of real name fixes rely on Lnc files too. It all works fine with commands such as:

 

"CLUB_NAME_CHANGE" 1106 "Atalanta Bergamasca Calcio" ""
"CLUB_SHORT_NAME_CHANGE" 1106 "Atalanta" ""
"CLUB_NAME_CHANGE" 2188 "Benevento Calcio" ""
"CLUB_SHORT_NAME_CHANGE" 2188 "Benevento" ""

 

But just not with the STADIUM_NAME_CHANGE command.

#642032 STADIUM_NAME_CHANGE are not working
keallu
12 years ago
9 months ago
17

STADIUM_NAME_CHANGE does not seem to work in lnc files anymore. I have tried to change Zebre Stadium to Allianz Stadium by:

 

"STADIUM_NAME_CHANGE" 1209 "Allianz Stadium" ""

 

and several others but it does not work. Do anyone know if STADIUM_NAME_CHANGE has been obsoleted by SI? I have no problems with CLUB_NAME_CHANGE and CLUB_SHORT_NAME_CHANGE.

 

I've also read somewhere that "STADIUM_NAME_CHANGE" does not work for Italian stadiums but for all others? Is that true?