Football Manager Wiki
Register
Advertisement

An LNC file is a file used in Football Manager games to alter some of the game's data without the need for a data editor. These files are filled with simple instructions and can be edited with a text editor, such as Windows Notepad.

Unlike DDT files, LNC files can have an impact on existing saved games. LNC files must be saved to the "data\db\[version]\lnc\all" folder.

City changes[]

City name change

"CITY_NAME_CHANGE" [CityID] "[Intended City Name]" "[Language - Leave blank for English language]  

e.g. "CITY_NAME_CHANGE" 982231 "Harrisburg (PA)" "" 

Club changes[]

Club name change

"CLUB_NAME_CHANGE" [ClubID] "[Intended Club name]" "[Language]"

e.g. "CLUB_NAME_CHANGE" 1150 "SSC Napoli" "Italia"

Randomise club players

This option will fill a club with fake players.

"RANDOMISE_TEAM" [ClubID]

e.g. "RANDOMISE_TEAM" 1000037

Competition changes[]

Competition colours

"COMP_COLOUR_CHANGE" [Competition ID] 0 [RGB Colour 1] [RGB Colour 2]

e.g. "COMP_COLOUR_CHANGE" 1301396 0 240 171 0 130 36 51

Competition long names

"COMP_LONG_NAME_CHANGE" [Competition ID] "[Short Competition Name]" "[Language]"

e.g. "COMP_LONG_NAME_CHANGE" 1301394 "UEFA Champions " ""

Competition short names

"COMP_SHORT_NAME_CHANGE" [Competition ID] "[Short Competition Name]" "[Language]"

e.g. "COMP_SHORT_NAME_CHANGE" 1301394 "Champions League" ""

Nation changes[]

Nation kit colours

"COLOUR_CHANGE" [Nation ID] [Kit ID, 0 - Home, 1 - Away, 2 - Third kit] [RGB COLOUR 1] [RGB COLOUR 2]

e.g.

"COLOUR_CHANGE" 1183 0 175 175 200 255 170 0

"COLOUR_CHANGE" 1183 1 255 170 0 175 175 200

"COLOUR_CHANGE" 1183 2 255 170 0 5 97 97

Advertisement