Changes made to squad files or databases usually require you to start a New Career Mode for the unlocked items to register. They will not retroactively appear in an active save game.
This guide will walk you through each method step-by-step.
: Scroll through the list of classic kits. If you meet the level requirement, select a kit and click Confirm Purchase using your FCC.
: Create a fresh space at the bottom and copy-paste the exact strings below:
If you follow the steps above and find that the classic kits are not immediately available, you might need to perform a small workaround:
[] UCC_MULTICHARACTER = 1 UNLOCK_ALL_UCC = 1 UCC = 1 [POW] ENABLE_ALL_UNLOCKABLES = 1 Use code with caution. Copied to clipboard
This table lists every kit in the game. Find 'IsUnlocked': Look for the column labeled isunlocked .
: You must use a tool like File Master 14 or Creation Master 14 to "Regenerate" the BH files. This forces the game to recognize the new kit files instead of the default ones. Legacy Catalog Method (Original Way)
To use these offline, you can download community-made or Career Mode Starter Saves created by other players.
Alex saved his edited database and even packed it into a small “Classic Kits Unlocker” mod he kept on a USB drive. From that night on, every friendly match with his roommate felt like a time machine. No grinding, no online coins, no server shutdowns could take those kits away.
Place .rx3 kit files into the Game/data/sceneassets/kit folder.
Since the official catalogue is largely defunct, PC players typically use mods to "force unlock" all catalogue items or add custom classic kits.
Navigate to game\data\fifarna\lua\assignments\teams . Open the team configuration file or the general statements file using Notepad++.
He navigated to the table named . This was the holy grail—a massive spreadsheet listing every single kit in the game: team ID, kit type (home, away, third), year, and... a column called isClassic . Most entries were set to 0 . Classic kits, however, had a 1 .
For an offline, "no-mod" solution, you can force the game to recognize all unlockables as active by modifying the game's internal initialization files.