GregroxMun

multiuplayer world ksp

Sep 10th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. @Kopernicus:HAS[!MultiplayerWorldSettings]:AFTER[ZZZMultiplayer]
  2. {
  3. #@MultiplayerWorldSettings {}
  4. }
  5. @Kopernicus:HAS[@MultiplayerWorldSettings:HAS[#PlayableHomeWorld[Kerbulus]]]:AFTER[ZZZMultiplayer]
  6. {
  7. @Body[Kerbin]
  8. {
  9. %name = Kerbn
  10. %Properties
  11. {
  12. %isHomeWorld = False
  13. }
  14. }
  15. @Body[Mun]
  16. {
  17. @Orbit
  18. {
  19. @referenceBody = Kerbn
  20. }
  21. }
  22. @Body[Minmus]
  23. {
  24. @Orbit
  25. {
  26. @referenceBody = Kerbn
  27. }
  28. }
  29. @Body[Nimnus]
  30. {
  31. @Orbit
  32. {
  33. @referenceBody = Kerbin
  34. }
  35. }
  36. @Body[Num]
  37. {
  38. @Orbit
  39. {
  40. @referenceBody = Kerbin
  41. }
  42. }
  43. @Body[Kerbulus]
  44. {
  45. %cbNameLater = Kerbulus
  46. @name = Kerbin
  47. %Properties
  48. {
  49. %isHomeWorld = True
  50. }
  51. SpaceCenter
  52. {
  53. //PQSCity
  54. latitude = 0
  55. longitude = -103.86
  56. lodvisibleRangeMult = 6
  57. repositionRadiusOffset = 160
  58. reorientFinalAngle = 180
  59.  
  60. // MapDecal
  61. decalLatitude = 0
  62. decalLongitude = -103.86
  63. heightMapDeformity = 193
  64. absoluteOffset = 0
  65. absolute = true
  66. radius = 10000
  67.  
  68. groundColor = 0.643, 0.533, 0.411, 0.4
  69.  
  70. }
  71.  
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment