local modUtil = require "merk_modutil_1" local options_Base_config = { game.config.enforceMainConnections = { type = "boolean", default = true, name = _("main_connection_name"), description = _("main_connection_desc"), image = "res/textures/c_1.tga" }, game.config.industryButton = { type = "boolean", default = false, name = _("industry_button_name"), description = _("industry_button_name"), image = "res/textures/c_1.tga" }, game.config.earnAchievementsWithMods = { type = "boolean", default = false, name = _("achievements_with_mods_name"), description = _("achievements_with_mods_desc"), image = "res/textures/c_1.tga" }, game.config.simulateCargoWeight = { type = "boolean", default = true, name = _("cargo_weight_name"), description = _("cargo_weight_desc"), image = "res/textures/c_1.tga" }, game.config.simulateCargoWeightLegacy = { type = "boolean", default = false, name = _("cargo_weight_legacy_name"), description = _("cargo_weight_legacy_desc"), image = "res/textures/c_1.tga" }, game.config.makeInitialStreets = { type = "boolean", default = true, name = _("initial_streets_name"), description = _("initial_streets_desc"), image = "res/textures/c_1.tga" }, } function data() return { info = { minorVersion = 1 severityAdd = "NONE", severityRemove = "NONE", name = ("name"), description = ("desc"), authors = { { name = "Ehrenthomate", role = "CREATOR", tfnetId = 25254, text = "Idea", }, tags = {"Skript, Base_Config"}, visible = true }, }, } end