You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the word default in the quotes above with the path and name of the map you want to play then save this file.
Example: If you want to play beach, line 1 should look like:
return require 'map_gen.maps.beach'
If default is left in place, you will get a vanilla world.
Some further examples, replace the first line of this file with one of these to choose a different map.
For standard maps:
return require 'map_gen.maps.connected_dots'
return require 'map_gen.maps.grid_islands'
return require 'map_gen.maps.double_beach'
For some of our scenarios such as diggy, crash site and danger ores, they are more configurable and have presets. Look in the presets folder for each scenario you want to play, you can choose from them like this: