From 95d23eec8d8ed7a6748aee996d5d84ff4467657f Mon Sep 17 00:00:00 2001 From: grilledham Date: Sat, 19 Oct 2024 14:33:41 +0100 Subject: [PATCH] Add minimal scenario (#1437) --- scenario_templates/minimal/map_selction.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scenario_templates/minimal/map_selction.lua 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