Advertisement
zetlnd

Untitled

May 4th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. ;OutfitX Default - do not override default settings
  2. ;Hair, LowerBody, UpperBody options are used to enable/disable parts of custom physics when OutfitX is not Default
  3. ;Usable parameters for OutfitX are: Default, Leon, Ashley, Ada, Hunk, Krauser, Wesker
  4. ;Hair, LowerBody, UpperBody do not necessarily mean exactly those things. It varies from character to character
  5.  
  6. physics
  7. {
  8. override true
  9. Leon
  10. {
  11. Outfit0 Ashley
  12. {
  13. Hair true
  14. LowerBody true
  15. UpperBody true
  16. }
  17.  
  18. Outfit1 Default
  19. {
  20. Hair false
  21. LowerBody false
  22. UpperBody false
  23. }
  24.  
  25. Outfit2 Default
  26. {
  27. Hair false
  28. LowerBody false
  29. UpperBody false
  30. }
  31. }
  32.  
  33. Ashley
  34. {
  35. Outfit0 Default
  36. {
  37. Hair false
  38. LowerBody false
  39. UpperBody false
  40. }
  41.  
  42. Outfit1 Default
  43. {
  44. Hair false
  45. LowerBody false
  46. UpperBody false
  47. }
  48.  
  49. Outfit2 Default
  50. {
  51. Hair false
  52. LowerBody false
  53. UpperBody false
  54. }
  55. }
  56.  
  57. Ada
  58. {
  59. Outfit0 Ashley ;RE2 Outfit
  60. {
  61. Hair false
  62. LowerBody true
  63. UpperBody false
  64. }
  65.  
  66. Outfit1 Default ;Spy Outfit
  67. {
  68. Hair false
  69. LowerBody false
  70. UpperBody false
  71. }
  72.  
  73. Outfit2 Ashley ;Dress Outfit
  74. {
  75. Hair false
  76. LowerBody false
  77. UpperBody false
  78. }
  79. }
  80.  
  81. Hunk
  82. {
  83. Outfit0 Default
  84. {
  85. Hair false
  86. LowerBody false
  87. UpperBody false
  88. }
  89. }
  90.  
  91. Krauser
  92. {
  93. Outfit0 Default
  94. {
  95. Hair false
  96. LowerBody false
  97. UpperBody false
  98. }
  99. }
  100.  
  101. Wesker
  102. {
  103. Outfit0 Default
  104. {
  105. Hair false
  106. LowerBody false
  107. UpperBody false
  108. }
  109. }
  110.  
  111. Misc
  112. {
  113. AdaRE2AshleyBoobs true ;Change Ada's Outfit0 Default to Ashley and set LowerBody to true then swap to RE2 outfit
  114. LeonAllCostumes true ;Physics for his Vest outfit
  115. }
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement