Hi first of all I suggest you to watch all Soccermod videos on youtube so you can learn how to import minikits, logos, miniface, etc and how to "prepare" the DB too.
After that you have to replace some FUT kits (I use them because I don't want to replace other kits but you can choose any kit you want)
When you have done all in the DB and replacing kit in Fifa Editor Tool you have to find this file player.lua
in legacy explorer/fifarna/lua/assets and then export your player.lua file.
Open your player.lua with notepad (or similar) and you have to find these strings:
local kitNumber = player.KitNumber
player.KitNumberTens = math.floor ( kitNumber / 10 )
player.KitNumberUnits = math.floor ( math.fmod(kitNumber, 10) )
from here leave a line of space and then write:
-- REASSIGN KITS
-- Colombia
if (player.Kit == 118200 and player.KitType == 0)
then
player.Kit = 114401
player.KitType = 0
end
if (player.Kit == 118200 and player.KitType == 1)
then
player.Kit = 114401
player.KitType = 2
end
if (player.Kit == 118200 and player.KitType == 2)
then
player.Kit = 114403
player.KitType = 2
end
if (player.Kit == 118200 and player.KitType == 3)
then
player.Kit = 114403
player.KitType = 0
end
You have to replace this numbers with yours:
118200 your Colombia ID in the DB
114401 the ID of the FUT Kit you have replaced (home and away kit)
114403 the ID of the FUT Kit you have replaced (gk and third kit)
0= Home Kit
1= Away Kit
2= GK
3= Third Kit
I wrote this because sometimes FUT Kits have only home and gk kits so if you want to add your home, away and gk kit you have to use two FUT Kits or you have to find one with 3 or 4 kits.
Save your player.lua and import it with Fifa Editor Tool
Let me know if you need more information about it.
I had a tight deadline and was overwhelmed with coursework. I turned to
https://domypaper.com for help. The writer assigned to my project was professional and delivered a high-quality paper ahead of schedule. This service is a lifesaver for students in need.