HyperHamster Posted December 21, 2014 Share Posted December 21, 2014 Bug Submission: Category: General Issue Title: Unable to Set Custom Clock Segments Issue Description: I'm trying to reconfigure the 16 segments of the clock to 12 day segments 4 dawn segments and 0 night segments by using the command below. GetClock():SetSegs(12,4,0) Normally in ordinary Don't Starve this command would do what I'm trying to do, however it does not in Don't Starve Together and returns the message below. console:1: variable 'TheClock' is not declaredSteps to Reproduce: Open the Console in Don't Starve Together While In-GameEnter This Command: GetClock():SetSegs(12,4,0) Link to comment https://forums.kleientertainment.com/forums/topic/47180-general-unable-to-set-custom-clock-segments/ Share on other sites More sharing options...
rezecib Posted December 21, 2014 Share Posted December 21, 2014 @HyperHamster, This isn't a bug... The way the clock is implemented got changed. Exposing that in a way that would be easier to use the console to change may be a part of improving mod support. Meanwhile, I think this command will work:TheWorld:PushEvent("ms_setclocksegs", {12,4,0}) Link to comment https://forums.kleientertainment.com/forums/topic/47180-general-unable-to-set-custom-clock-segments/#findComment-590507 Share on other sites More sharing options...
HyperHamster Posted December 21, 2014 Author Share Posted December 21, 2014 @rezecib, Using the command you provided it gives me this error: Link to comment https://forums.kleientertainment.com/forums/topic/47180-general-unable-to-set-custom-clock-segments/#findComment-590519 Share on other sites More sharing options...
HyperHamster Posted December 21, 2014 Author Share Posted December 21, 2014 Since this is in the wrong subforum I've continued this issue here. Mods feel free to delete this topic. Link to comment https://forums.kleientertainment.com/forums/topic/47180-general-unable-to-set-custom-clock-segments/#findComment-590528 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.