Project Zomboid

Project Zomboid

[OLD] zRe Vaccine ReMod by kERHUS
 This topic has been pinned, so it's probably important
kERHUS  [developer] Jan 28, 2023 @ 11:22pm
BUG'S, ERRORS, TRANSLATE TROUBLES
BZZZ
< >
Showing 1-15 of 118 comments
Etiological Myth Mar 29, 2023 @ 10:25am 
Trying to craft the antibodies recipe using the chromatograph + computer does not work, the recipe stays greyed out and spits out continuous errors when approaching the equipment.

I've fixed it by changing:

-- Checks if there is Chromatograph with Computer near by
function LabRecipes_IsNearChromatographWithComputer(sourceItem, result)
local square = LabRecipes_IsNearLabEquip("LabChromatograph");
if not(square) then
labEqupmentSquares.DesktopComputer = nil
elseif square and not(labEqupmentSquares.SkipCheck) then
labEqupmentSquares.DesktopComputer = LabRecipes_LookForNearEquipment(square, nil, "Desktop Computer");
end--if
return labEqupmentSquares.DesktopComputer ~= nil;
end--function

to:

-- Checks if there is Chromatograph with Computer near by
function LabRecipes_IsNearChromatographWithComputer(sourceItem, result)
return LabRecipes_IsNearLabEquip("LabChromatograph") ~= nil;
end--function

Patchwork fix I know, but I didn't know how else to fix it, hope it helps.
kERHUS  [developer] Mar 29, 2023 @ 8:46pm 
Etiological Myth Mar 30, 2023 @ 7:51am 
Originally posted by kERHUS:
https://steamuserimages-a.akamaihd.net/ugc/2072259262085983210/79F3AAC94C1B35E1C783283E49B1AD0318DEB1B9/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false
Thanks for checking for me; I just tried to replicate the issue myself (with and without mods) and I can craft it just fine - apologies for wasting your time.
I Like Purple Apr 27, 2023 @ 7:43pm 
Can't seem to craft test tubes all of a sudden, not sure what the cause is
B_A_N_N_E_D May 10, 2023 @ 5:43pm 
electrical wires seem to not be detected when trying to craft and the icon is different. looks silver instead of the copper wires in my inventory
Aymi May 21, 2023 @ 10:58pm 
I cannot craft flasks? I have a flask form, 2x broken glass, crucible and tongs, infront of a powered muffle furnace. Shows all the items in the recipe are present (also have the propane tank) but it won't allow me to craft
Eroge May 27, 2023 @ 9:30am 
I cant place Movable items like LabWorkbench or LabMuffleFurnace. Is there a mod conflict?
Niko May 30, 2023 @ 5:31am 
Having the same problem as Eroge. Can't place down a work bench, nor can I craft any of the other crafting stations despite having the required materials.
MaximumLink Jun 1, 2023 @ 1:47pm 
Originally posted by Niko:
Having the same problem as Eroge. Can't place down a work bench, nor can I craft any of the other crafting stations despite having the required materials.

same here :/
Artful Artemis Jun 7, 2023 @ 9:36am 
There is the issue that you need to have two hammers because one hammer is discarded when first crafting the workbench. So you will need another hammer to place the workbench after crafting. Otherwise, you can only craft the lab equipments NEAR the workbench.
Jasdan Jun 8, 2023 @ 9:18pm 
Hello, you should change the Translation to Spanish to ANSII Encoding in Notepad++, first copy all the text in the translation file (ES), then change the encoding to ANSII, and paste all the text back.

The Spanish translation looks Bad, in case you didn't knew.
I fixed this way and tried to share the file via Google Drive but Steam banned me and removed the comments because of it.
kERHUS  [developer] Jun 8, 2023 @ 9:29pm 
Originally posted by Jasdan:
Hello, you should change the Translation to Spanish to ANSII Encoding in Notepad++, first copy all the text in the translation file (ES), then change the encoding to ANSII, and paste all the text back.

The Spanish translation looks Bad, in case you didn't knew.
I fixed this way and tried to share the file via Google Drive but Steam banned me and removed the comments because of it.
U can throw text in [%code] [%/code]
Existential Dread Jun 10, 2023 @ 11:46am 
Can no longer seem to Place Down any of the lab items anymore, not sure what broke.
dan4itoz Jun 17, 2023 @ 12:31pm 
Can't place workbench, I crafted it, but can't place
kERHUS  [developer] Jun 18, 2023 @ 12:58am 
Originally posted by dan4itoz:
Can't place workbench, I crafted it, but can't place
Originally posted by Existential Dread:
Can no longer seem to Place Down any of the lab items anymore, not sure what broke.

mod list pls
< >
Showing 1-15 of 118 comments
Per page: 1530 50