Jump to content

Could someone answer a quick console question for me


Recommended Posts

I have no idea if it's possible to activate Winter's Feast with console commands, but I kinda feel it'd be kinda wonky, since it would override the worldgenoverride...
It's easiest to just activate it in the worldgenoverride.lua like this:

return {
    override_enabled = true,
    overrides = {
        specialevent = "winters_feast",
    },
}

Just shut down your server, edit your worldgenoverride.lua and start your server back up. I assume you'd have to restart your server even when somehow activating it using console commands to apply the changes, so it'd be no big difference anyways.

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...