-
Content Count
1188 -
Joined
-
Last visited
Community Reputation
3975 ExcellentAbout Scrimbles
-
Rank
The Uncompromising
Badges
Recent Profile Visitors
-
[Game Update] - (BETA) 452775
Scrimbles replied to zarklord_klei's topic in [Don't Starve Together] Developer log
Nice, that was quick. Thanks! -
Axe found an issue when skipping time, where a math.max calculation fails to find its max, because the variable it needs is set to nil inside the same block. Check it out: function Growable:Resume() if self.pausedremaining ~= nil then self.pausedremaining = nil <-- Why is self.pausedremaining set to nil... local _usetimemultiplier = self.usetimemultiplier self:StartGrowing(math.max(0, self.pausedremaining)) <-- Then asked to give a value here? self.usetimemultiplier = _usetimemultiplier return true end end The current Live code looks like this: function Growable:Resume() if self.pausedremaining ~= nil then local remainingtime = math.max(0, self.pausedremaining) self.pausedremaining = nil self:StartGrowing(remainingtime) return true end end Unsure why the change was made, but it seems to crash the game when called, sometimes.
-
[Game Update] - (BETA) 452698
Scrimbles replied to zarklord_klei's topic in [Don't Starve Together] Return of Them
Will there be customization presets that can be set through mods? Changes to things like shadow creatures may make some of our increases redundant, just wondering if its possible to set certain values automatically when enabling a mod. -
Nah, get good. Sinkholes ARE worthless though, they are pathetic. Bring back Summerfly, need some actual challenge.
-
Wilson rework?
Scrimbles replied to legalized arson's topic in [Don't Starve Together] General Discussion
I'm not used to playing with Vanilla Wendy to be honest, I forgot how insane Klei made her after they made a bad snap call to over buff her. -
Wilson rework?
Scrimbles replied to legalized arson's topic in [Don't Starve Together] General Discussion
Wilson's lack of a downside would matter more if characters like WX, Wolfgang, and Wicker had downsides that were impactful in the slightest. -
Don't Starve Mod Tools - Update 2/8/2021
Scrimbles replied to zarklord_klei's topic in [Don't Starve Together] Mods and Tools
We've had to switch between the old and (previously) new tools when compiling animations based on if the anim was large or small, hope this stops that from being an issue! -
Don't Starve Together Roadmap 2021
Scrimbles replied to JoeW's topic in [Don't Starve Together] General Discussion
Just laughing. -
Don't Starve Together Roadmap 2021
Scrimbles replied to JoeW's topic in [Don't Starve Together] General Discussion
lol -
Which character do you most relate to?
Scrimbles replied to Wardin25's topic in [Don't Starve Together] General Discussion
Max, because everything sucks and I hate everyone. : ) -
Bad idea, the game was deaigned to be an "Uncompromising Wilderness Survival" experience, the entire game is wrapped around that idea. Settings that change the difficulty would split the online playerbase and would compromise on the games vision.
- 105 replies
-
- 16
-
-