Advertisement
Guest User

Untitled

a guest
Feb 26th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. TextureReplacerReplaced
  2. {
  3. Folders
  4. {
  5. Default = WindowShine/Default/
  6. EnvMap = Window/EnvMap/
  7. Heads = WindowShine/Heads/
  8. Suits = WindowShine/Suits/
  9. }
  10. }
  11.  
  12. @PART[mk3Cockpit_Shuttle]:HAS[!MODULE[TRR_Reflection]]:NEEDS[TextureReplacerReplaced]:AFTER[CormorantAeronology]:NEEDS[WindowShine]
  13. {
  14. %MODULE[TRR_Reflection]
  15. {
  16. %name = TRR_Reflection
  17. %shader = ShaderNG/TR_Reflective_Emissive_Alpha
  18. %colour = 0.5 0.5 0.5
  19. %interval = 4
  20. %meshes = cockpit
  21. }
  22. }
  23.  
  24. @PART[shuttle_cockpit]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacerReplaced]:AFTER[MrMeeb]:NEEDS[WindowShine]
  25. {
  26. %MODULE[TRReflection]
  27. {
  28. %name = TRReflection
  29. %shader = ShaderNG/TR_Reflective_Emissive_Alpha
  30. %colour = 0.5 0.5 0.5
  31. %interval = 4
  32. %meshes = cockpit
  33. }
  34. }
  35.  
  36.  
  37. @PART[CRG_100R]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacerReplaced]:AFTER[MrMeeb]:NEEDS[WindowShine]
  38. {
  39. %MODULE[TRReflection]
  40. {
  41. %name = TRReflection
  42. %shader = ShaderNG/TR_Reflective_Emissive_Alpha
  43. %colour = 0.2 0.2 0.4
  44. %interval = 4
  45. %meshes = Radiator 2.004 Radiator 2.004 Radiator 2.006 Radiator 2.005 Radiator 2.001
  46. }
  47. }
  48.  
  49. @PART[CRG_150]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacerReplaced:AFTER[MrMeeb]:NEEDS[WindowShine]
  50. {
  51. %MODULE[TRReflection]
  52. {
  53. %name = TRReflection
  54. %shader = ShaderNG/TR_Reflective_Emissive_Alpha
  55. %colour = 0.2 0.2 0.4
  56. %interval = 4
  57. %meshes = Radiator 2.004 Radiator 2.004 Radiator 2.006 Radiator 2.005 Radiator 2.001
  58. }
  59. }
  60.  
  61. @PART[spacelab]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacerReplaced]:AFTER[MrMeeb]:NEEDS[WindowShine]
  62. {
  63. %MODULE[TRReflection]
  64. {
  65. %name = TRReflection
  66. %shader = ShaderNG/TR_Reflective_Emissive_Alpha
  67. %colour = 0.5 0.5 0.5
  68. %interval = 4
  69. %meshes =
  70. }
  71. }
  72.  
  73.  
  74.  
  75. @PART[spacelab_short]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacerReplaced]:AFTER[MrMeeb]:NEEDS[WindowShine]
  76. {
  77. %MODULE[TRReflection]
  78. {
  79. %name = TRReflection
  80. %shader = ShaderNG/TR_Reflective_Emissive_Alpha
  81. %colour = 0.5 0.5 0.5
  82. %interval = 4
  83. %meshes =
  84. }
  85. }
  86.  
  87. @PART[inlineairlock]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacerReplaced]:AFTER[MrMeeb]:NEEDS[WindowShine]
  88. {
  89. %MODULE[TRReflection]
  90. {
  91. %name = TRReflection
  92. %shader = ShaderNG/TR_Reflective_Emissive_Alpha
  93. %colour = 0.5 0.5 0.5
  94. %interval = 4
  95. %meshes =
  96. }
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement