Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. setup_scenario = {
  2. name = "smol"
  3. priority = 0 #priority decides in which order the scenarios are listed
  4. num_stars = 75
  5. radius = 100 #should be less than 500, preferably less than ~460
  6. num_empires = { min = 0 max = 6 } #limits player customization
  7. num_empire_default = 3
  8. fallen_empire_default = 0
  9. fallen_empire_max = 1
  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. max_hyperlane_distance = 50
  27.  
  28. home_system_partitions = {
  29. max_systems = 15
  30. min_systems= 8
  31.  
  32. min_bridges = 2
  33. max_bridges = 4
  34.  
  35. method = breadth_first
  36. }
  37.  
  38. open_space_partitions = {
  39. max_systems = 10
  40. min_systems= 4
  41.  
  42. min_bridges = 2
  43. max_bridges = 4
  44.  
  45. method = depth_first
  46. }
  47.  
  48. num_nebulas = 2
  49. nebula_size = 60
  50. nebula_min_dist = 100
  51.  
  52. num_wormhole_pairs = { min = 0 max = 5 }
  53. num_wormhole_pairs_default = 1
  54. num_gateways = { min = 0 max = 5 }
  55. num_gateways_default = 1
  56. num_hyperlanes = { min=0.5 max= 3 }
  57. num_hyperlanes_default = 1
  58.  
  59. supports_shape = elliptical
  60. #supports_shape = spiral_2
  61. #supports_shape = spiral_4
  62. supports_shape = ring
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement