Advertisement
Guest User

Modular RCS

a guest
Nov 5th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. @PART[SSTU-SC-GEN-RCS-*]:HAS[!MODULE[SSTUModularRCS]]
  2. {
  3. MODULE
  4. {
  5. name = SSTUModularRCS
  6. //config values
  7. modelName = #$@PART[SSTU-SC-GEN-RCS-*]/name$
  8. structureScale = 0.2
  9. structureOffset = 0
  10. updateFuel = true
  11. thrustScalePower = 2
  12.  
  13. //set up default values
  14. currentScale = 1
  15. currentStructure = Mount-None
  16. currentFuelType = MP
  17.  
  18. //complex config values
  19. STRUCTURE
  20. {
  21. name = Mount-None
  22. }
  23. STRUCTURE
  24. {
  25. name = RCS-Standoff-A
  26. }
  27. STRUCTURE
  28. {
  29. name = RCS-Standoff-B
  30. }
  31. STRUCTURE
  32. {
  33. name = RCS-Standoff-E
  34. }
  35. FUELTYPE
  36. {
  37. name = MP
  38. }
  39. FUELTYPE
  40. {
  41. name = Hypergolic
  42. }
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement