Advertisement
Guest User

clothes.dat

a guest
Dec 1st, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. #
  2. # file: clothes.dat
  3. # description: File listing cutscene replacements for clothes models and rules
  4. # about what clothes models can be used with what
  5. #
  6.  
  7. #
  8. # Rules:
  9. # SETC <model1> <comp> <model2>:
  10. # If player has "model1" then set component "comp" to be "model2".
  11. # TEX <model> <tex>:
  12. # If player has "model" then set its texture to be "tex".
  13. # HIDE <model> <comp>:
  14. # If player has "model" then hide component "comp".
  15. # CUTS <model1> <model2>:
  16. # If player has "model1" then in a cutscene give them "model2".
  17. # IGNORE <model>:
  18. # If player has "model" then ignore rules related to "model"
  19. # ENDIGNORE <model>:
  20. # End the ignoring of rules based on "model".
  21. #
  22. rule
  23.  
  24. # gimp suit
  25. SETC gimpleg head gimpmask gimpmask
  26. SETC gimpleg torso gimptorso gimp
  27. SETC gimpleg feet gimpfeet gimpshoe
  28. SETC gimpleg hands gimphands -
  29. HIDE gimpleg legs
  30.  
  31.  
  32. #police suit
  33. SETC policetr torso policeshirt policeshirt
  34. SETC policetr feet shoe shoedressblk
  35. HIDE policetr legs
  36.  
  37. #medic outfit
  38. SETC medictr torso policeshirt medic
  39. SETC medictr feet shoe shoedressblk
  40. HIDE medictr legs
  41.  
  42. #pimp
  43. SETC pimptr torso pimp pimp
  44. SETC pimptr feet pimpshoe pimpshoe
  45. HIDE pimptr legs
  46.  
  47. #Mechanic Outfit
  48. SETC garagetr torso garagetop garagetop
  49. SETC garagetr feet bask1 timbergrey
  50. HIDE garagetr legs
  51.  
  52. #valet
  53. SETC valet legs suit1tr suit1trblk
  54. SETC valet feet shoe shoedressblk
  55. HIDE valet torso
  56.  
  57. #country bumpkin
  58. SETC countrytr torso country country
  59. SETC countrytr feet bask1 timbergrey
  60. HIDE countrytr legs
  61.  
  62. IGNORE balaclava
  63. IGNORE gimpmask
  64. IGNORE cornrows
  65. IGNORE tramline
  66. #hats
  67. SETC bandana head head -
  68. SETC helmet head head -
  69. SETC cowboy head head -
  70. SETC trilby head head -
  71. SETC hattiger head head -
  72. SETC hatmanc head head -
  73. SETC cap head head -
  74. SETC capknit head head -
  75. SETC caprimup head head -
  76. SETC capback head head -
  77. SETC boxingcap head head -
  78. SETC bowler head head -
  79. SETC boater head head -
  80. SETC beret head head -
  81. SETC captruck head head -
  82. SETC capover head head -
  83. SETC capovereye head head -
  84. SETC capside head head -
  85. SETC bandknots head flatears -
  86. SETC skullycap head flatears -
  87. SETC bikerhelmet head head -
  88. SETC moto head flatears -
  89. ENDIGNORE balaclava
  90. ENDIGNORE gimpmask
  91. ENDIGNORE cornrows
  92. ENDIGNORE tramline
  93.  
  94. IGNORE balaclava
  95. IGNORE gimpmask
  96. SETC moto head flatears -
  97. SETC skullycap head flatears -
  98. ENDIGNORE balaclava
  99. ENDIGNORE gimpmask
  100.  
  101. #change legs model when wearing boots
  102. IGNORE legs
  103. IGNORE chonger
  104. IGNORE boxingshort
  105. IGNORE shorts
  106. IGNORE cutoff
  107. SETC biker legs worktrboot -
  108. SETC boxingshoe legs worktrboot -
  109. ENDIGNORE legs
  110. ENDIGNORE chonger
  111. ENDIGNORE boxingshort
  112. ENDIGNORE shorts
  113. ENDIGNORE cutoff
  114.  
  115. #change necklaces to bigger one for jackets and shirts
  116. EXCLUSIVE neck
  117. SETC hoodya necklace neck_hoodya -
  118. SETC shirtb necklace neck_shirt -
  119. SETC trackytop1 necklace neck_tracky -
  120. SETC tshirt necklace neck_tracky -
  121. SETC tshirt2 necklace neck_tracky -
  122. SETC field necklace neck_field -
  123. SETC baseball necklace neck_tracky -
  124. SETC bbjack necklace neck_bb -
  125. SETC denim necklace neck_shirt -
  126. SETC sweat necklace neck_tracky -
  127. SETC wcoat necklace neck_shirt -
  128. SETC coach necklace neck_shirt -
  129. SETC painter necklace neck_shirt -
  130. SETC shirta necklace neck_shirt -
  131. SETC hawaii necklace neck_shirt -
  132. SETC hoodjack necklace neck_hoodya -
  133. SETC suit1 necklace neck_shirt -
  134. SETC suit2 necklace neck_shirt -
  135. SETC leather necklace neck_shirt -
  136. SETC policeshirt necklace neck_shirt -
  137. ENDEXCLUSIVE neck
  138.  
  139. EXCLUSIVE neck2
  140. SETC hoodya necklace neck2_hoodya -
  141. SETC shirtb necklace neck2_shirt -
  142. SETC field necklace neck2_field -
  143. SETC bbjack necklace neck2_bb -
  144. SETC denim necklace neck2_shirt -
  145. SETC wcoat necklace neck2_shirt -
  146. SETC coach necklace neck2_shirt -
  147. SETC painter necklace neck2_shirt -
  148. SETC shirta necklace neck2_shirt -
  149. SETC hawaii necklace neck2_shirt -
  150. SETC hoodjack necklace neck2_hoodya -
  151. SETC suit1 necklace neck2_shirt -
  152. SETC suit2 necklace neck2_shirt -
  153. SETC leather necklace neck2_shirt -
  154. SETC policeshirt necklace neck2_shirt -
  155. ENDEXCLUSIVE neck2
  156.  
  157. EXCLUSIVE watch
  158. SETC hoodya watch watch_hoody -
  159. SETC shirtb watch watch_hoody -
  160. SETC field watch watch_hoody -
  161. SETC trackytop1 watch watch_hoody -
  162. SETC bbjack watch watch_hoody -
  163. SETC sweat watch watch_hoody -
  164. SETC coach watch watch_hoody -
  165. SETC hoodya watch watch_hoody -
  166. SETC hoodjack watch watch_hoody -
  167. SETC leather watch watch_hoody -
  168. ENDEXCLUSIVE watch
  169.  
  170. # extras that get in the way of certain clothes
  171. HIDE helmet glasses
  172. HIDE moto glasses
  173. HIDE boxingcap glasses
  174. HIDE hockeymask glasses
  175. HIDE balaclava head
  176.  
  177. # cutscene replacement models
  178. CUTS head cs_head
  179. CUTS cornrows cs_cornrows
  180. CUTS afro cs_afro
  181. CUTS highafro cs_highafro
  182. CUTS wedge cs_wedge
  183. CUTS slope cs_slope
  184. CUTS flattop cs_flattop
  185. CUTS tramline cs_tramline
  186. CUTS groovecut cs_groovecut
  187. CUTS jheri cs_jheri
  188. CUTS mohawk cs_mohawk
  189. CUTS elvishair cs_elvishair
  190. CUTS gimpmask cs_gimpmask
  191. CUTS hands cs_hands
  192. CUTS bandana cs_bandana
  193. CUTS bandknots cs_bandknots
  194. CUTS zorromask cs_zorro
  195. CUTS bandmask cs_bandmask
  196. CUTS flatears cs_flatears
  197. CUTS bikerhelmet cs_bikerhelmet
  198.  
  199. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement