Guest User

tiny.txt

a guest
Mar 10th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. setup_scenario = {
  2. name = "tiny"
  3. priority = 0 #priority decides in which order the scenarios are listed
  4. num_stars = 225
  5. radius = 200 #should be less than 500, preferably less than ~460
  6. num_empires = { min = 0 max = 8 } #limits player customization
  7. num_empire_default = 8
  8. fallen_empire_default = 2
  9. fallen_empire_max = 2
  10. marauder_empire_default = 1
  11. marauder_empire_max = 1
  12. advanced_empire_default = 0
  13. colonizable_planet_odds = 1.0
  14. primitive_odds = 1.0
  15. crisis_strength = 0.5
  16.  
  17. cluster_count = {
  18. method = one_every_x_empire
  19. #method = constant
  20. value = 1
  21. max = 3
  22. }
  23. cluster_radius = 90
  24. cluster_distance_from_core = 120
  25.  
  26. num_nebulas = 2
  27. nebula_size = 60
  28. nebula_min_dist = 100
  29.  
  30. num_wormhole_pairs = { min = 0 max = 5 }
  31. num_wormhole_pairs_default = 1
  32. num_gateways = { min = 0 max = 5 }
  33. num_gateways_default = 1
  34. num_hyperlanes = { min=0.5 max= 5 }
  35. num_hyperlanes_default = 1
  36.  
  37. supports_shape = elliptical
  38. #supports_shape = spiral_2
  39. #supports_shape = spiral_4
  40. supports_shape = ring
  41. }
Advertisement
Add Comment
Please, Sign In to add comment