Advertisement
GregroxMun

Kopernicus Template

Apr 11th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. @Kopernicus
  2. {
  3. Body
  4. {
  5. name = //any non-stock name
  6. Template
  7. {
  8. name = //any stock planet you want to base your planet around
  9. removePQSMods = //any PQSMods you want to get rid of.
  10. //removeAllPQSMods = true
  11. //set that one to true instead if you want to get rid of every pqsmod and start the terrain from scratch.
  12. //only remove all pqsmods if you know how to make procedural noise or know what you're doing.
  13. }
  14. Properties
  15. {
  16. radius = //radius in meters
  17. geeASL = //gravity in gees
  18. //you only need this much to define a planet's size characteristics
  19. }
  20. ScaledVersion
  21. {
  22. Material
  23. {
  24. //texture = export maps in Kittopia to get this
  25. //normals = same.
  26. }
  27. }
  28. PQS
  29. {
  30. Mods
  31. {
  32. //PQSMods go here.
  33. }
  34. }
  35.  
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement