Don't Starve

Don't Starve

133 ratings
Better Mods Screen
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
209.762 KB
29 Jul, 2022 @ 8:44pm
29 May, 2023 @ 8:47am
6 Change Notes ( view )

Subscribe to download
Better Mods Screen

In 1 collection by Leonidas IV
Leonidas IV's Mods 🠔 See more mods!
42 items
Description


ㅤ ㅤ Implements several improvements to the Mods Screen!


Mod Features:
  • Added a button to open the mod page in steam workshop.
    And another to open the mod folder (windows only).

  • Enabled mods will be displayed at the top of the mod list.

  • The mods's verification/update will no longer happen automatically.
    Now a new button performs this task whenever you want.

  • The mod version is now apparent, helping to verify if the mod is up to date.

  • Spaces at the beginning of mod names will be removed.
    Also, those that start with non-letter characters will be the last mods on the list.

  • A folder indicator will show if the mod is local (not downloaded from the workshop).

Notes:
    * Having them enabled will not cause problems, but it is not necessary.




Search Tags: better mods screen, rework, leonidas iv.
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