Advertisement
MrWizerd

Squad_Probes_TweakScale.cfg

Jun 24th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. @PART[probeCoreCube] // Probodobodyne QBE
  2. {
  3. MODULE
  4. {
  5. name = TweakScale
  6. type = stack
  7. defaultScale = 0.625
  8. }
  9. }
  10.  
  11. @PART[probeCoreHex] // Probodobodyne HECS
  12. {
  13. MODULE
  14. {
  15. name = TweakScale
  16. type = stack
  17. defaultScale = 0.625
  18. }
  19. }
  20. @PART[probeCoreOcto] // Probodobodyne OKTO
  21. {
  22. MODULE
  23. {
  24. name = TweakScale
  25. type = stack
  26. defaultScale = 0.625
  27. }
  28. }
  29.  
  30. @PART[probeCoreOcto2] // Probodobodyne OKTO2
  31. {
  32. MODULE
  33. {
  34. name = TweakScale
  35. type = stack
  36. defaultScale = 0.625
  37. }
  38. }
  39. @PART[probeCoreSphere] // Stayputnik Mk. 1
  40. {
  41. MODULE
  42. {
  43. name = TweakScale
  44. type = stack
  45. defaultScale = 0.625
  46. }
  47. }
  48.  
  49. @PART[probeStackLarge] // RC-L01 Remote Guidance Unit
  50. {
  51. MODULE
  52. {
  53. name = TweakScale
  54. type = stack
  55. defaultScale = 1.0
  56. }
  57. }
  58.  
  59. @PART[probeStackSmall] // RC-001S Remote Guidance Unit
  60. {
  61. MODULE
  62. {
  63. name = TweakScale
  64. type = stack
  65. defaultScale = 2.5
  66. }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement