Project Zomboid

Project Zomboid

Dr Hyde's Laboratory
Shad  [开发者] 2022 年 9 月 11 日 上午 10:39
Bug report
Please let me know if you encounter some bugs.
< >
正在显示第 1 - 2 条,共 2 条留言
Orc 2022 年 9 月 12 日 上午 6:32 
Incorrect Autopsy tooltip requirements
functions/LabModEngine.lua :: Line 662

The code should be
"LabItems", {"JournalOfResearch"}, 1)
instead of
"Base", {"JournalOfResearch"}, 1)
.

Incorrect Translations
lua/shared/Translate/EN/Items_EN.txt has Items_RU at the top instead of Items_EN

Many items should actually be in ItemName. For example in Items:
DisplayName_JournalOfResearch = "Journal of research",

Should be in ItemName_EN.txt and the code should be
ItemName_LabItems.JournalOfResearch = "Journal of research",
Shad  [开发者] 2022 年 9 月 14 日 上午 8:16 
Thanks, I missed those, it will be corrected in next update ! :)
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50