diff --git a/scenario_templates/minimal/map_selction.lua b/scenario_templates/minimal/map_selction.lua new file mode 100644 index 000000000..87d5ccb20 --- /dev/null +++ b/scenario_templates/minimal/map_selction.lua @@ -0,0 +1,7 @@ +local config = require 'config' +config.redmew_surface.enabled = false +config.market.enabled = false +config.reactor_meltdown.enabled = false +config.player_create.starting_items = {} +config.player_rewards.enabled = false +config.apocalypse.enabled = false \ No newline at end of file