Project Zomboid

Project Zomboid

Blacksmith
PanzerKadaver 2021 年 12 月 30 日 下午 6:40
[41.65 - MP] Items dot not "melt" when placed in a ingnated furnace
Title.

I've try to melt several items : empty can, tools, scrap metal, metal sheet and so on, but nothing occurs when I place these items inside a ingated furnace.

Charcoal production was alright and using bellow too to increase heat.
< >
正在显示第 1 - 15 条,共 25 条留言
PanzerKadaver 2021 年 12 月 31 日 上午 5:36 
EDIT : Well, items melts but it look like the furnace do not synchronise correctly. Disconnecting and reconnecting from the server update the furnace state and show the workable metal.
最后由 PanzerKadaver 编辑于; 2021 年 12 月 31 日 上午 5:36
soulfilcher  [开发者] 2022 年 1 月 6 日 上午 4:09 
This is a known issue. I am currently investigating if this is something I can try to fix, or beyond my reach.
Forien 2022 年 1 月 8 日 上午 5:40 
Does it work on MP if for example only host uses the furnace? Or does it still goes out of sync?
最后由 Forien 编辑于; 2022 年 1 月 8 日 上午 5:40
soulfilcher  [开发者] 2022 年 1 月 8 日 上午 5:42 
I tested with just myself in the server and it does not sync properly.
Forien 2022 年 1 月 8 日 上午 5:44 
引用自 soulfilcher
I tested with just myself in the server and it does not sync properly.
I see, that's a bummer. Hopefully you will be able to fix it before me and my friends will start our game :) Good luck!
soulfilcher  [开发者] 2022 年 1 月 16 日 上午 8:06 
I've added an experimental code in the last update to hopefully fix this issue.
Dainichi Lee Riritsu 2022 年 1 月 16 日 下午 11:22 
any word on the progress of the fix @soulfilcher
soulfilcher  [开发者] 2022 年 1 月 17 日 上午 6:56 
No progress so far, my attempt at fixing it didn't work.
Prizrak 2022 年 1 月 22 日 上午 8:13 
Still nothing about this issue?
KAISA折枝 2022 年 1 月 22 日 下午 1:20 
I think you may be able to make the iron in MP mode generate on the ground:steamfacepalm:
Duglas 2022 年 1 月 24 日 上午 4:19 
@soulfilcher
function SCampfireGlobalObject:syncContainer()
self.transmitContainer = false
local isoObject = self:getIsoObject()
local container = self:getContainer()
if not container then
self:addContainer()
self.transmitContainer = isServer()
elseif isoObject:getContainerCount() ~= 1 or container:getType() ~= "campfire" then
for i=1,isoObject:getContainerCount() do
container = isoObject:getContainerByIndex(i-1)
container:removeItemsFromProcessItems()
container:removeAllItems()
end
isoObject:removeAllContainers()
self:addContainer()
self.transmitContainer = isServer()
end
Maybe it will help, part of the script from the campfire?
最后由 Duglas 编辑于; 2022 年 1 月 24 日 上午 4:21
Wojtek 2022 年 7 月 7 日 下午 4:21 
引用自 Duglas
@soulfilcher
function SCampfireGlobalObject:syncContainer()
self.transmitContainer = false
local isoObject = self:getIsoObject()
local container = self:getContainer()
if not container then
self:addContainer()
self.transmitContainer = isServer()
elseif isoObject:getContainerCount() ~= 1 or container:getType() ~= "campfire" then
for i=1,isoObject:getContainerCount() do
container = isoObject:getContainerByIndex(i-1)
container:removeItemsFromProcessItems()
container:removeAllItems()
end
isoObject:removeAllContainers()
self:addContainer()
self.transmitContainer = isServer()
end
Maybe it will help, part of the script from the campfire?
Have you tried it in your own game? because I realllly want this mod to work. Ive been looking at the lua code for an hour and have no clue what im doing :}
Hilvon 2022 年 9 月 22 日 上午 5:36 
A bit of piling onto the dead horse here, but just wanted to share my observation on the bug:
1) The items in the furnace don't show as melting or changing to iron. However they are - if after enough time has passed you try to remove items from the furnace you will get nothing. And though it is not displaying in the UI the iron is there, if you ry to fill up furnace it will not be able to accept items to displayed full capacity. So the server knows there is some stuff in there. Also if you move eway from the forge and then return it so your client needs to load it back fully you see the correct contents including smelted iron.
2) Some items that should be and are smeltable in SP, in MP refuse to spelt at all. So far I can confirm that unusable metal is not getting smelted, and all vehicle parts I tried also didn't smelt. Some tools like Lug wrench also staued unsmelted when I expected them to smelt byt I am honestly not 100% positive it shoulf have.

That report done now I am going to use a local copy of mod on local server to see if I can spot an issue.
Mickey Mao 2022 年 10 月 7 日 下午 6:44 
@soulfilcher any update on the fix to the below bug?
ItsCorbinTime (已封禁) 2022 年 10 月 15 日 下午 3:16 
you know there is an infinite source of workable iron! Zombies, theyre often have some jewellries with them that basically could be melted, but the did not provide that ability? wish i could melt them
< >
正在显示第 1 - 15 条,共 25 条留言
每页显示数: 1530 50