Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. return {
  2. desc="The standard Don't Starve experience.",
  3. hideminimap=false,
  4. id="SURVIVAL_TOGETHER",
  5. location="forest",
  6. max_playlist_position=999,
  7. min_playlist_position=0,
  8. name="Default",
  9. numrandom_set_pieces=6,
  10. ordered_story_setpieces={ "Sculptures_1", "Maxwell5" },
  11. override_level_string=false,
  12. overrides={
  13. alternatehunt="default",
  14. angrybees="default",
  15. antliontribute="default",
  16. autumn="default",
  17. bearger="default",
  18. beefalo="default",
  19. beefaloheat="default",
  20. bees="default",
  21. berrybush="often",
  22. birds="default",
  23. boons="default",
  24. branching="most",
  25. butterfly="default",
  26. buzzard="default",
  27. cactus="default",
  28. carrot="often",
  29. catcoon="default",
  30. chess="default",
  31. day="default",
  32. deciduousmonster="default",
  33. deerclops="default",
  34. disease_delay="default",
  35. dragonfly="default",
  36. flint="often",
  37. flowers="often",
  38. frograin="default",
  39. goosemoose="default",
  40. grass="often",
  41. houndmound="default",
  42. hounds="default",
  43. hunt="default",
  44. krampus="default",
  45. layout_mode="LinkNodesByKeys",
  46. liefs="default",
  47. lightning="default",
  48. lightninggoat="default",
  49. loop="always",
  50. lureplants="default",
  51. marshbush="default",
  52. merm="default",
  53. meteorshowers="default",
  54. meteorspawner="default",
  55. moles="default",
  56. mushroom="default",
  57. penguins="default",
  58. perd="default",
  59. petrification="default",
  60. pigs="default",
  61. ponds="default",
  62. prefabswaps_start="default",
  63. rabbits="default",
  64. reeds="default",
  65. regrowth="default",
  66. roads="default",
  67. rock="often",
  68. rock_ice="default",
  69. sapling="often",
  70. season_start="default",
  71. specialevent="default",
  72. spiders="default",
  73. spring="default",
  74. start_location="default",
  75. summer="default",
  76. tallbirds="default",
  77. task_set="default",
  78. tentacles="default",
  79. touchstone="default",
  80. trees="default",
  81. tumbleweed="default",
  82. walrus="default",
  83. weather="default",
  84. wildfires="default",
  85. winter="default",
  86. world_size="default",
  87. wormhole_prefab="wormhole"
  88. },
  89. random_set_pieces={
  90. "Sculptures_2",
  91. "Sculptures_3",
  92. "Sculptures_4",
  93. "Sculptures_5",
  94. "Chessy_1",
  95. "Chessy_2",
  96. "Chessy_3",
  97. "Chessy_4",
  98. "Chessy_5",
  99. "Chessy_6",
  100. "Maxwell1",
  101. "Maxwell2",
  102. "Maxwell3",
  103. "Maxwell4",
  104. "Maxwell6",
  105. "Maxwell7",
  106. "Warzone_1",
  107. "Warzone_2",
  108. "Warzone_3"
  109. },
  110. required_prefabs={ "multiplayer_portal" },
  111. substitutes={ },
  112. version=3
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement