Project Zomboid

Project Zomboid

[OLD] zRe Vaccine ReMod by kERHUS
 此主题已被置顶,因此可能具有重要性
kERHUS  [开发者] 2023 年 1 月 28 日 下午 11:22
BUG'S, ERRORS, TRANSLATE TROUBLES
BZZZ
< >
正在显示第 1 - 15 条,共 119 条留言
Etiological Myth 2023 年 3 月 29 日 上午 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  [开发者] 2023 年 3 月 29 日 下午 8:46 
Etiological Myth 2023 年 3 月 30 日 上午 7:51 
引用自 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 2023 年 4 月 27 日 下午 7:43 
Can't seem to craft test tubes all of a sudden, not sure what the cause is
B_A_N_N_E_D 2023 年 5 月 10 日 下午 5: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 2023 年 5 月 21 日 下午 10: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 2023 年 5 月 27 日 上午 9:30 
I cant place Movable items like LabWorkbench or LabMuffleFurnace. Is there a mod conflict?
Niko 2023 年 5 月 30 日 上午 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 2023 年 6 月 1 日 下午 1:47 
引用自 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 2023 年 6 月 7 日 上午 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 2023 年 6 月 8 日 下午 9: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  [开发者] 2023 年 6 月 8 日 下午 9:29 
引用自 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 2023 年 6 月 10 日 上午 11:46 
Can no longer seem to Place Down any of the lab items anymore, not sure what broke.
dan4itoz 2023 年 6 月 17 日 下午 12:31 
Can't place workbench, I crafted it, but can't place
kERHUS  [开发者] 2023 年 6 月 18 日 上午 12:58 
引用自 dan4itoz
Can't place workbench, I crafted it, but can't place
引用自 Existential Dread
Can no longer seem to Place Down any of the lab items anymore, not sure what broke.

mod list pls
< >
正在显示第 1 - 15 条,共 119 条留言
每页显示数: 1530 50