This mod allows you to use an external text file to remap kits, without having to install other mods to do it
INSTRUCTIONS
Just install the mod with FIFA Mod Manager, and place a file named kit_remapping.txt, configured as follows:
# Kit remapping configuration
# Format: originalKitId originalKitType newKitId newKitType
132485 0 21 1 # TEAM 132485 Home
132485 1 45 0 # TEAM 132485 Away
132485 2 21 2 # TEAM 132485 GK
Remember: 4 spaces between a value and the next
Then launch the game with a compatible version of Live Editor
HOW DOES IT WORK
It works as follows: First column is the “destination” team ID, and the second the kit type (o = home kit, 1 = away, 2 = GK).
The third column is the team that the kit is borrowed from, and the fourth its own type.
So for example, with this configuration, my team (A team added from scratch with no dedicated assets for it), will “borrow”
- Bayern Munich’s away kit for it’s own kit
- Juventus’home kit for it’s own away kit
- Bayern’s GK kit for it’s own GK kit.
Visual demonstration:
COMPATIBILITY:
COMPATIBLE WITH: Any mod that doesn’t change player.lua and/or player_kits.lua
NOT COMPATIBLE WITH: Any mod that changes player.lua and/or player_kits.lua
CREDITS:
Decoruiz and his tool, for its kit remapping feature was essentially the spark to make this small mod work!