CutChemist Posted September 6, 2017 Share Posted September 6, 2017 Hello, if possible I would like to know if there is a console command to activate winters feast and deactivate winters feast. Link to comment Share on other sites More sharing options...
Daniel86268 Posted September 6, 2017 Share Posted September 6, 2017 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 More sharing options...
CutChemist Posted September 6, 2017 Author Share Posted September 6, 2017 Thank you, editing the LUA Link to comment Share on other sites More sharing options...
Recommended Posts
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.