Project Zomboid

Project Zomboid

Dr Hyde's Laboratory
Shad  [developer] 11 Sep, 2022 @ 10:39am
Bug report
Please let me know if you encounter some bugs.
< >
Showing 1-2 of 2 comments
Orc 12 Sep, 2022 @ 6:32am 
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  [developer] 14 Sep, 2022 @ 8:16am 
Thanks, I missed those, it will be corrected in next update ! :)
< >
Showing 1-2 of 2 comments
Per page: 1530 50