Jump to content

[Help] worldgenoverride.lua "ERROR"


Recommended Posts

When trying to spawn a custom world using "worldgenoverride.lua" all I get at present is the following.

 

ERROR: Failed to load ../worldgenoverride.lua 

 

Below is the file I am using.

 

return {        override_enabled = true,        unprepared = { -- "never", "rare", "default", "often", "always"                berrybush = "often",                cactus = "default",                carrot = "default",                mushroom = "default",        },        misc = {                autumn = "default", -- "noseason", "veryshortseason", "shortseason", "default", "longseason", "verylongseason", "random"                boons = "default", -- "never", "rare", "default", "often", "always"                branching = "default", -- "never", "least", "default", "most"                day = "default", -- "default", "longday", "longdusk", "longnight", "noday", "nodusk", "nonight", "onlyday", "onlydusk", "onlynight"                frograin = "default", -- "never", "rare", "default", "often", "always"                lightning = "default", -- "never", "rare", "default", "often", "always"                loop = "default", -- "never", "default", "always"                season_start = "default", -- "default", "winter", "spring", "summer", "random"                spring = "default", -- "noseason", "veryshortseason", "shortseason", "default", "longseason", "verylongseason", "random"                summer = "default", -- "noseason", "veryshortseason", "shortseason", "default", "longseason", "verylongseason", "random"                touchstone = "default", -- "never", "rare", "default", "often", "always"                weather = "default", -- "never", "rare", "default", "often", "always"                wildfires = "rare", -- "never", "rare", "default", "often", "always"   -- ### Changed ###                winter = "default", -- "noseason", "veryshortseason", "shortseason", "default", "longseason", "verylongseason", "random"                world_size = "large", -- "default", "medium", "large", "huge"   -- ### Changed ###        },        animals = { -- "never", "rare", "default", "often", "always"                alternatehunt = "default",                angrybees = "default",                beefalo = "default",                beefaloheat = "default",                bees = "default",                birds = "default",                butterfly = "default",                buzzard = "default",                catcoon = "default",                frogs = "default",                hunt = "default",                lightninggoat = "default",                moles = "default",                penguins = "default",                perd = "default",                pigs = "often",  -- ### Changed ###                rabbits = "default",                tallbirds = "default",        },        monsters = { -- "never", "rare", "default", "often", "always"                bearger = "default",                chess = "default",                deciduousmonster = "default",                deerclops = "default",                dragonfly = "default",                goosemoose = "default",                houndmound = "default",                hounds = "default",                krampus = "default",                liefs = "default",                lureplants = "default",                merm = "default",                spiders = "default",                tentacles = "default",                walrus = "default",        },        resources = { -- "never", "rare", "default", "often", "always"                flint = "often",  -- ### Changed ###                flowers = "default",                grass = "default",                marshbush = "default",                meteorshowers = "default",                meteorspawner = "default",                reeds = "default",                rock = "often",  -- ### Changed ###                rock_ice = "often",  -- ### Changed ###                sapling = "default",                trees = "default",                tumbleweed = "default",        },}

 

It is in the same folder as Settings.ini "/ServerFiles/DoNotStarveTogether/"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...