Project Zomboid

Project Zomboid

[OLD] zRe Vaccine ReMod by kERHUS
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
kERHUS  [udvikler] 28. jan. 2023 kl. 23:22
BUG'S, ERRORS, TRANSLATE TROUBLES
BZZZ
< >
Viser 1-15 af 119 kommentarer
Etiological Myth 29. mar. 2023 kl. 10:25 
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  [udvikler] 29. mar. 2023 kl. 20:46 
Etiological Myth 30. mar. 2023 kl. 7:51 
Oprindeligt skrevet af 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.
O'block Switchyion 27. apr. 2023 kl. 19:43 
Can't seem to craft test tubes all of a sudden, not sure what the cause is
B_A_N_N_E_D 10. maj 2023 kl. 17:43 
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 21. maj 2023 kl. 22:58 
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 27. maj 2023 kl. 9:30 
I cant place Movable items like LabWorkbench or LabMuffleFurnace. Is there a mod conflict?
Niko 30. maj 2023 kl. 5:31 
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 1. juni 2023 kl. 13:47 
Oprindeligt skrevet af 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 7. juni 2023 kl. 9:36 
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 8. juni 2023 kl. 21:18 
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  [udvikler] 8. juni 2023 kl. 21:29 
Oprindeligt skrevet af 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 10. juni 2023 kl. 11:46 
Can no longer seem to Place Down any of the lab items anymore, not sure what broke.
dan4itoz 17. juni 2023 kl. 12:31 
Can't place workbench, I crafted it, but can't place
kERHUS  [udvikler] 18. juni 2023 kl. 0:58 
Oprindeligt skrevet af dan4itoz:
Can't place workbench, I crafted it, but can't place
Oprindeligt skrevet af Existential Dread:
Can no longer seem to Place Down any of the lab items anymore, not sure what broke.

mod list pls
< >
Viser 1-15 af 119 kommentarer
Per side: 1530 50