Advertisement
Guest User

Untitled

a guest
Oct 9th, 2019
1,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. ; shirt parameters
  2. ShortSleevesModel=1 ; 1=Normal, 2=Kappa
  3. ShirtModel=144 ; 144, 151=Semi-long short sleeves, 160, 176=Legacy
  4. Collar=68 ; 1 to 130
  5. TightKit=0 ; 0=Off, 1=On
  6. ShirtPattern=2 ; 0 to 6
  7. WinterCollar=68 ; 1 to 130
  8. LongSleevesType=187 ; 62=Normal & Undershirt, 187=Only Undershirt
  9.  
  10. ; shirt - back side
  11. Name=0 ; 0=On, 1=Off
  12. NameShape=2 ; 0=Straight, 1=Light curve, 2=Medium curve, 3=Extreme curve
  13. NameY=18 ; 0 to 19
  14. NameSize=9 ; 0 to 20
  15. NameStretch=3 ; 0 to 3
  16. BackNumberY=17 ; 0 to 29
  17. BackNumberSize=23 ; 0 to 28
  18. BackNumberSpacing=10 ; 0 to 14
  19. BackNumberType=0 ; 0=Normal, 1=Forced two-digit
  20.  
  21. ; shirt - front side
  22. ChestNumberX=0 ; 0 to 29
  23. ChestNumberY=0 ; 0 to 6
  24. ChestNumberSize=3 ; 0 to 28
  25.  
  26. ; shorts parameters
  27. ShortsModel=14 ; 1 to 14 (15 and above tend make some parts of the pants black
  28. ShortsNumberSide=0 ; 0=Left, 1=Right
  29. ShortsNumberX=8 ; 0 to 14
  30. ShortsNumberY=9 ; 0 to 15
  31. ShortsNumberSize=16 ; 0 to 28
  32.  
  33. ; texture files
  34. KitFile=u0101p1
  35. BackNumbersFile=epl_whi_back
  36. ChestNumbersFile=
  37. LegNumbersFile=epl_red_leg
  38. NameFontFile=epl_whi_name
  39.  
  40. ; kit colors
  41. ShirtColor1=#B31530
  42. ShirtColor2=#D7D7D7
  43. UndershirtColor=#D7D7D7
  44. ShortsColor=#D7D7D7
  45. SocksColor=#D7D7D7
  46.  
  47. ; sleeve badge positions
  48. RightShortX=15 ; 0 to 31
  49. RightShortY=15 ; 0 to 31
  50. RightLongX=15 ; 0 to 31
  51. RightLongY=15 ; 0 to 31
  52. LeftShortX=15 ; 0 to 31
  53. LeftShortY=1 ; 0 to 31
  54. LeftLongX=15 ; 0 to 31
  55. LeftLongY=1 ; 0 to 31
  56.  
  57. ; kit colors from UniColor.bin
  58. UniColor_Color1=#B31530
  59. UniColor_Color2=#D7D7D7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement