饥荒
135 个评价
Better Mods Screen
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
209.762 KB
2022 年 7 月 29 日 下午 8:44
2023 年 5 月 29 日 上午 8:47
6 项改动说明 ( 查看 )

订阅以下载
Better Mods Screen

在 Leonidas IV 的 1 个合集中
Leonidas IV's Mods 🠔 See more mods!
42 件物品
描述


ㅤ ㅤ 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 条留言
川小胖 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