The values for hair colors?

Fifapat75

Club Supporter
Does anyone know the values for which hair colors they correspond to "haircolorcode"? 1, 2, 3, etc ...
 

Sergio Alves de Lima

Club Supporter
Hi guys, I hope you can help me, if I put a face created, and soon after I put an updated squad file, do I lose this face change? if so what should i do ?, in fifa 14 it was so easy.
 

Vndrew

Youth Team
here
 

Attachments

  • haircolorcode.jpg
    haircolorcode.jpg
    90.8 KB · Views: 176

tokke001

Senior Squad
Does anyone know the values for which hair colors they correspond to "haircolorcode"? 1, 2, 3, etc ...

the fifa 21 generic hair colors ?

if u need the exact values (for generating hair yourself),
i got this from fifa 21 pc (player.lua) :

Code:
-- generic hair colors
PLAYER_COLOR_PRI_LIST = { 0x00B5A787, 0x00000000, 0x00AB875E, 0x00534238, 0x00A89176, 0x007B614A, 0x00483928, 0x00744F34, 0x007A7A7A, 0x00777777, 0x006A7434, 0x00346A74, 0x00744F34, 0x00603124, 0x00e75366 }
PLAYER_COLOR_SEC_LIST = { 0x00A89269, 0x00231E1E, 0x00A28963, 0x0045332B, 0x00C5B48F, 0x007E6751, 0x00544236, 0x006C371C, 0x009C9996, 0x00787B7D, 0x004B6C28, 0x0028466C, 0x006C4633, 0x00583325, 0x00720c38 }
PLAYER_COLOR_TER_LIST = { 0x00473326, 0x00100E0D, 0x00362815, 0x0017110E, 0x0056463A, 0x002F211A, 0x001F140E, 0x00250E02, 0x00362F2D, 0x00232421, 0x0022250F, 0x0016162C, 0x0021150F, 0x00171413, 0x00330f2d }

14 colors used for hairColor and facialHairColor :
ARGB color values, 3 values for the RGB templates
 


Top