饥荒
Better Mods Screen
23 条留言
川小胖 2024 年 3 月 24 日 上午 8:29 
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  [作者] 2023 年 7 月 11 日 下午 4:05 
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 2023 年 7 月 11 日 下午 12:38 
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 2023 年 6 月 7 日 上午 8:38 
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 2023 年 6 月 7 日 上午 8:37 
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  [作者] 2023 年 6 月 7 日 上午 7:40 
Hey RICK, could you send me the log through pastebin or similar and explain to me how to reproduce the crash? Thanks.
RICK 2023 年 6 月 6 日 上午 8:42 
Crash for invalid sort function. Possibly caused by utf-8 mod names, which you excluded.
nirasa 2023 年 5 月 29 日 下午 12:24 
@Leonidas IV Thank you for your prompt indeed, Leonidas IV. The mod is working. :steamthumbsup:
Leonidas IV  [作者] 2023 年 5 月 29 日 上午 8:49 
Hey nirasa, sorry about that! I hope it's fixed now :)
nirasa 2023 年 5 月 29 日 上午 3:09 
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 2023 年 4 月 4 日 上午 2:52 
the mouse scrolling feature will soon be obsolete
DPswxz 2023 年 2 月 2 日 上午 12:07 
great
SornaKurusoo 2022 年 12 月 6 日 下午 7:02 
Thank the gods, you made my life 50 times easier, i cant thank you enough.
404_coffee.exe 2022 年 11 月 30 日 下午 8:30 
yeah this is nice on the eyes and hardware
Hanging 2022 年 8 月 5 日 下午 6:56 
oh, i see, thx
Leonidas IV  [作者] 2022 年 8 月 5 日 下午 3:04 
Fixed, guys.
Leonidas IV  [作者] 2022 年 8 月 4 日 下午 7:37 
I am aware, Hanging. It's fixed soon. Ty.
Hanging 2022 年 8 月 4 日 下午 7:25 
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  [作者] 2022 年 8 月 1 日 上午 9:57 
Send me the log via https://pastebin.com , minty.
älcheminty 2022 年 8 月 1 日 上午 3:44 
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  [作者] 2022 年 7 月 31 日 上午 10:13 
Very clever! Thank you, Hanging.
Hanging 2022 年 7 月 31 日 上午 2:09 
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 2022 年 7 月 29 日 下午 10:06 
Doing gods work by making DS bearable to play.