Advertisement
ObelixDk

AddedPartNames.int

Mar 6th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [X2DownloadableContentInfo_AddedPartNames]
  2.  
  3. ; these are examples.
  4. ; every entry consists of a
  5. ; +*Template="TemplateName"
  6. ; and a
  7. ; +*Name="DisplayString"
  8. ; without semicolons of course
  9.  
  10. ; * can be Torso, Arms, Legs
  11. ; order is important. to not get confused, you should arrange them like this:
  12. ; failing to have one line registered (for whatever reason)
  13. ; results in ALL subsequent ones being shifted by one, so all parts after that will have the wrong name
  14. ; TL:DR it is CRUCIAL to always pair these entries
  15. ; parts that don't have entries at all, or have the +*Name Empty will get the old style "Torso 1" thing, for example
  16.  
  17. +TorsoTemplate="CX_SneakSuits_LW2_Torso_MK1"
  18. +TorsoName="CX Infiltrator Suit Torso(Tintable)"
  19.  
  20. +TorsoTemplate="CX_SneakSuits_LW2_Torso_MK2"
  21. +TorsoName="CX Infiltrator Suit (Tintable)"
  22.  
  23. +TorsoTemplate="CX_SneakSuits_LW2_Torso_MK3"
  24. +TorsoName="CX Infiltrator Suit (Tintable)"
  25.  
  26. +TorsoTemplate="CX_SneakSuits_LW2_Torso_MK4"
  27. +TorsoName="CX Infiltrator Suit (Tintable)"
  28.  
  29. +TorsoTemplate="CX_SneakSuits_LW2_Torso_2_MK1"
  30. +TorsoName="CX Infiltrator Suit (No Tint)"
  31.  
  32. +TorsoTemplate="CX_SneakSuits_LW2_Torso_2_MK2"
  33. +TorsoName="CX Infiltrator Suit Torso(No Tint)"
  34.  
  35. +TorsoTemplate="CX_SneakSuits_LW2_Torso_2_MK3"
  36. +TorsoName="CX Infiltrator Suit Torso(No Tint)"
  37.  
  38. +TorsoTemplate="CX_SneakSuits_LW2_Torso_2_MK4"
  39. +TorsoName="CX Infiltrator Suit Torso(No Tint)"
  40.  
  41. +LegsTemplate="CX_SneakSuits_LW2_Legs_M_MK1"
  42. +LegsName="CX Infiltrator suit Legs(Tintable)"
  43.  
  44. +LegsTemplate="CX_SneakSuits_LW2_Legs_M_MK2"
  45. +LegsName="CX Infiltrator suit Legs(Tintable)"
  46.  
  47. +LegsTemplate="CX_SneakSuits_LW2_Legs_M_MK3"
  48. +LegsName="CX Infiltrator suit Legs(Tintable)"
  49.  
  50. +LegsTemplate="CX_SneakSuits_LW2_Legs_M_MK4"
  51. +LegsName="CX Infiltrator suit Legs(Tintable)"
  52.  
  53. +LegsTemplate="CX_SneakSuits_LW2_Legs_2_M_MK1"
  54. +LegsName="CX Infiltrator suit Legs(No Tint)"
  55.  
  56. +LegsTemplate="CX_SneakSuits_LW2_Legs_2_M_MK2"
  57. +LegsName="CX Infiltrator suit Legs(No Tint)"
  58.  
  59. +LegsTemplate="CX_SneakSuits_LW2_Legs_2_M_MK3"
  60. +LegsName="CX Infiltrator suit Legs(No Tint)"
  61.  
  62. +LegsTemplate="CX_SneakSuits_LW2_Legs_2_M_MK4"
  63. +LegsName="CX Infiltrator suit Legs(No Tint)"
  64.  
  65.  
  66. ;+ArmsTemplate="PWrHvy_Std_A_M"
  67. ;+ArmsName="WAR Armor Arms A"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement