Advertisement
Guest User

Untitled

a guest
Jun 27th, 2015
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Length of a day, in a tick.
  5. #
  6. D:Day_Length=1728000
  7.  
  8. # Limit of magnitude can be seen on naked eye.
  9. # If you want to increase FPS, you can set this property a bit little (e.g. 0.3)
  10. # and FPS will be exponentially improved
  11. D:Mag_Limit=5.0
  12.  
  13. # Moon is drawn with fragments
  14. # Less fragments will increase FPS, but the moon become more defective
  15. #
  16. I:Moon_Fragments_Number=16
  17.  
  18. # Enables Server-Side Sky change.
  19. #
  20. B:Server_Enabled=true
  21.  
  22. # Degree of the twinkling effect of star.
  23. # It determines the turbulance of atmosphere, which actually cause the twinkling effect
  24. D:"Twinkling(Turbulance)"=0.2
  25.  
  26. # Length of an year, in a day.
  27. #
  28. D:Year_Length=360
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement