Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. @PART[mk3Cockpit_Shuttle]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacerReplaced]:AFTER[CormorantAeronology]
  2. {
  3. @MODULE[TRReflection]
  4. {
  5. @name = TRReflection
  6. @shader = Reflective/Bumped Diffuse
  7. @colour = 0.5 0.5 0.5
  8. @interval = 2
  9. @meshes = cockpit
  10. }
  11.  
  12. !MODULE
  13. {
  14. name=FStextureSwitch2
  15. }
  16.  
  17. @MODULE
  18. {
  19. @name = FStextureSwitch2
  20. @moduleID = 0
  21. @objectNames = cockpit
  22. @textureRootFolder = /TextureReplacerReplaced/Default/Cormorant Aeronology/Assets/mk3_Shuttle/
  23. @textureNames = Mk3CockpitShuttle;Mk3CockpitShuttleTiles;Mk3CockpitShuttleBuran
  24. textureDisplayNames = Stock;Shuttle;Buran
  25. nextButtonText = Change Texture
  26. prevButtonText = Previous Texture
  27. statusText = Current Texture
  28. switchableInFlight = false
  29. repaintableEVA = false
  30. showPreviousButton = false
  31. updateSymmetry = true
  32. showInfo = true
  33. }
  34.  
  35. }
  36.  
  37.  
  38.  
  39. @PART[CRG_100R]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacerReplaced]:AFTER[MrMeeb]
  40. {
  41. %MODULE[TRReflection]
  42. {
  43. %name = TRReflection
  44. %shader = Reflective/Bumped Diffuse
  45. %colour = 0.45 0.45 0.6
  46. %interval = 2
  47. %meshes = Radiator 2.004 Radiator 2.004 Radiator 2.006 Radiator 2.005 Radiator 2.001
  48. }
  49. }
  50.  
  51. @PART[CRG_150]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacerReplaced]:AFTER[MrMeeb]
  52. {
  53. %MODULE[TRReflection]
  54. {
  55. %name = TRReflection
  56. %shader = Reflective/Bumped Diffuse
  57. %colour = 0.45 0.45 0.6
  58. %interval = 2
  59. %meshes = Radiator 2.004 Radiator 2.004 Radiator 2.006 Radiator 2.005 Radiator 2.001
  60. }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement