Advertisement
Hyomoto

Bac9 Sorting Patch

Jan 21st, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. // Pods
  2.  
  3. // Control
  4. @PART[B9_Cockpit_MK1_Control_ACU]{
  5. @category = Control
  6. }
  7. @PART[B9_*_SAS*]{
  8. @category = Control
  9. }
  10. @PART[B9_*_RCS_Block_*]{
  11. @category = Control
  12. }
  13. // Propulsion
  14. @PART[B9_*_Fuel*]{
  15. @category = Propulsion
  16. }
  17. @PART[B9_*_LFO*]{
  18. @category = Propulsion
  19. }
  20. @PART[B9_*_LF_*]{
  21. @category = Propulsion
  22. }
  23. @PART[B9_Cockpit_*_RCS*]{
  24. @category = Propulsion
  25. }
  26. // Structural
  27. @PART[B9_*_Cargo_*]{
  28. @category = Utility
  29. }
  30. // Aero
  31. @PART[B9_*Tail*]{
  32. @category = Aero
  33. }
  34. @PART[B9_*_Intake_*]{
  35. @category = Aero
  36. }
  37. // Utility
  38. @PART[B9_*_Crew*]{
  39. @category = Utility
  40. }
  41. // Science
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement