Don't Starve

Don't Starve

Better Mods Screen
23 Comments
川小胖 24 Mar, 2024 @ 8:29am 
Hi Diogo, the game freezes everytime i click the mod folder. i remember it did work in previous version but not in current version. Does "VisitURL" method not support for file url now ?
Leonidas IV  [author] 11 Jul, 2023 @ 4:05pm 
It's on the description...
> The mods's verification/update will no longer happen automatically.
> Now a new button performs this task whenever you want.
Marcel 11 Jul, 2023 @ 12:38pm 
When this mod is enabled, it will not update the mod list whenever you add new mods. So you are forced to disable it when you want to add new mods.
RICK 7 Jun, 2023 @ 8:38am 
To test your sort function you may create a list of different utf-8 strings. I guess you can find out a case where this error occurs.
RICK 7 Jun, 2023 @ 8:37am 
The sort function in LUA is unstable quick sort, and when your sort function gives different result comparing two values, or one and a nil, it may report the function is invalid.
For example,
> a={5,1,2,nil,4,nil,6,nil,nil,nil,8}
> table.sort(a,function(x,y)print(x,y)return x==nil or (y~=nil and x<y) end)
Because this sort function gives different result when comparing pair <nil1,nil2>=true and <nil2,nil1>=true, but must be false, it ends up
stdin:1: invalid order function for sorting
Leonidas IV  [author] 7 Jun, 2023 @ 7:40am 
Hey RICK, could you send me the log through pastebin or similar and explain to me how to reproduce the crash? Thanks.
RICK 6 Jun, 2023 @ 8:42am 
Crash for invalid sort function. Possibly caused by utf-8 mod names, which you excluded.
nirasa 29 May, 2023 @ 12:24pm 
@Leonidas IV Thank you for your prompt indeed, Leonidas IV. The mod is working. :steamthumbsup:
Leonidas IV  [author] 29 May, 2023 @ 8:49am 
Hey nirasa, sorry about that! I hope it's fixed now :)
nirasa 29 May, 2023 @ 3:09am 
Thank you for your work. I have on my computer linux XUbuntu 22.04. After updating, this mod crashes and the game always disables it. I am sending a link to the log:
https://www.dropbox.com/s/lg44rv2dvqg1946/log-nirasa-dont-starve.txt?dl=0
bloopah 4 Apr, 2023 @ 2:52am 
the mouse scrolling feature will soon be obsolete
DPswxz 2 Feb, 2023 @ 12:07am 
great
SornaKurusoo 6 Dec, 2022 @ 7:02pm 
Thank the gods, you made my life 50 times easier, i cant thank you enough.
404_coffee.exe 30 Nov, 2022 @ 8:30pm 
yeah this is nice on the eyes and hardware
Hanging 5 Aug, 2022 @ 6:56pm 
oh, i see, thx
Leonidas IV  [author] 5 Aug, 2022 @ 3:04pm 
Fixed, guys.
Leonidas IV  [author] 4 Aug, 2022 @ 7:37pm 
I am aware, Hanging. It's fixed soon. Ty.
Hanging 4 Aug, 2022 @ 7:25pm 
if there is no modinfo.lua file in a mod or no modname in the modinfo, game will crash when open the mod screen
Leonidas IV  [author] 1 Aug, 2022 @ 9:57am 
Send me the log via https://pastebin.com , minty.
älcheminty 1 Aug, 2022 @ 3:44am 
Hey man, unfortunately I am getting a crash whenever I enable this and go into the mods menu. I really love the idea of this mod though, the load times on the mod menu take up like half of my time when modding, nice to get a fix on that. :vlambeerChicken:
Leonidas IV  [author] 31 Jul, 2022 @ 10:13am 
Very clever! Thank you, Hanging.
Hanging 31 Jul, 2022 @ 2:09am 
well,fixed the folder path is not a good idea. you can write like this:local folder_url_pattern = "file:///"..debug.getinfo(1,'S').source:sub(2):match("^(.*)/data").."/mods/"
Ashtyn 29 Jul, 2022 @ 10:06pm 
Doing gods work by making DS bearable to play.