Project Zomboid

Project Zomboid

S4 BlackSmith[41.78]
 This topic has been pinned, so it's probably important
Pkoko  [developer] 12 Nov, 2024 @ 10:38pm
Bug Report[S4 BlackSmith]
Please let me know about the bug.
< >
Showing 1-15 of 19 comments
another bug: the anvil can't give the player correct number of items but consumes the right materials ,i put 5 metal small ingots in the furnace. but finally get one
Originally posted by 奈亚丽丝向你问好:
another bug: the anvil can't give the player correct number of items but consumes the right materials ,i put 5 metal small ingots in the furnace. but finally get one
i can even enter decimals and negative numbers in [amount] and it works
Pkoko  [developer] 14 Nov, 2024 @ 2:24am 
@奈亚丽丝向你问好
I didn't take negative numbers into account.. I fixed it.
Thank you for the bug report.
Hx 14 Nov, 2024 @ 8:06am 
S4BlackSmithAnvilUI.lua 파일에서 313줄,
else Text < 0 then 부분에 미기입 부분이 있어 '=' expected near '<' 오류가 발생합니다.

Before
else Text < 0 then
After
elseif Text < 0 then
로 변경해야 할 것 같아요
Last edited by Hx; 14 Nov, 2024 @ 8:07am
Pkoko  [developer] 14 Nov, 2024 @ 3:39pm 
@Hx
해당 부분 아까전에 업데이트하고나서 확인하자마자 바로 수정했었는데
모드 업데이트가 안되신거 같습니다.
Damo 27 Nov, 2024 @ 6:27pm 
hello,

i have built a furnace and every time i add metal to the furnace it immediately disappears and i can not craft anything at the anvil
Pkoko  [developer] 27 Nov, 2024 @ 8:20pm 
@Damo
Is there no metal in the tooltips that appear when I mouse over the images in the furnace?
Kiriken 9 Dec, 2024 @ 6:32pm 
Hi, how are you? One question. Is there a way to fix a -14000 refined material error? I was making scrap in batches of 30 and it gave me 30 screws and the required materials were spent and the rest went let in negative.
Pkoko  [developer] 17 Dec, 2024 @ 6:04am 
@PH
Can you send it to me in a file?

The bug you told us about is not serious, so we are leaving it unattended.
Pkoko  [developer] 17 Dec, 2024 @ 7:10am 
@PH
Have you read a book about blacksmith recipes by any chance?
I will add the translation when I have time soon.
Last edited by Pkoko; 17 Dec, 2024 @ 7:10am
PEDRO BALDO 19 Dec, 2024 @ 1:00pm 
https://youtu.be/NzDUq6FF7oc

When I try to craft a bellows, the mod consumes the materials but doesn't produce the bellows.
Lord Skarra 22 Dec, 2024 @ 4:29pm 
STACK TRACE
-----------------------------------------
function: TooltipFunace -- file: S4BlackSmithCore.lua line # 377 | MOD: S4BlackSmith[Main]
function: BuildBlackSmithMenu -- file: S4BlackSmithCore.lua line # 277 | MOD: S4BlackSmith[Main]
function: BuildMenu -- file: S4BlackSmithCore.lua line # 250 | MOD: S4BlackSmith[Main]
function: S4BlackSmithCoreBuildMenu -- file: S4BlackSmithCore.lua line # 225 | MOD: S4BlackSmith[Main]
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@57606987
function: createMenu -- file: ISWorldObjectContextMenu.lua line # 1543 | Vanilla
function: createMenu -- file: BB_FAO_ISWorldObjectContextMenu.lua line # 32 | MOD: First Aid Overhaul - No Antizin
function: createMenu -- file: ISMenuContextWorld.lua line # 50 | Vanilla
function: createWorldMenu -- file: ISContextManager.lua line # 28 | Vanilla
function: doRClick -- file: ISObjectClickHandler.lua line # 60 | Vanilla
function: onObjectRightMouseButtonUp -- file: ISObjectClickHandler.lua line # 379 | Vanilla

LOG : General , 1734906351956> bugged action, cleared queue ISInventoryTransferAction
Pkoko  [developer] 23 Dec, 2024 @ 8:28am 
@Lord Skarra
In First Aid Overhaul mode, I guess you're modifying a specific vanilla code.
Kazuma 27 Dec, 2024 @ 7:07pm 
Im geting this erro aparently is something with "the Only cure" Mod

`function: TooltipFunace -- file: S4BlackSmithCore.lua line # 377 | MOD: S4BlackSmith[Main]
function: BuildBlackSmithMenu -- file: S4BlackSmithCore.lua line # 277 | MOD: S4BlackSmith[Main]
function: BuildMenu -- file: S4BlackSmithCore.lua line # 250 | MOD: S4BlackSmith[Main]
function: S4BlackSmithCoreBuildMenu -- file: S4BlackSmithCore.lua line # 225 | MOD: S4BlackSmith[Main]
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@bccbff50
function: createMenu -- file: ISWorldObjectContextMenu.lua line # 1543 | Vanilla
function: createMenu -- file: LimitActionsController.lua line # 292 | MOD: The Only Cure
function: createMenu -- file: ISMenuContextWorld.lua line # 50 | Vanilla
function: createWorldMenu -- file: ISContextManager.lua line # 28 | Vanilla
function: doRClick -- file: ISObjectClickHandler.lua line # 60 | Vanilla
function: onObjectRightMouseButtonUp -- file: ISObjectClickHandler.lua line # 379 | Vanilla
java.lang.RuntimeException: __concat not defined for operands: null and Welding Rods (Ues: 0/1) <LINE>
at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:82)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:805)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1812)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:64)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:214)
at zombie.Lua.LuaEventManager.triggerEventGarbage(LuaEventManager.java:228)
at zombie.Lua.LuaManager$GlobalObject.triggerEvent(LuaManager.java:3086)
at jdk.internal.reflect.GeneratedMethodAccessor2610.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:62)
at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:198)
at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:79)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:182)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1007)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1812)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:64)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:173)
at zombie.ui.UIManager.update(UIManager.java:938)
at zombie.GameWindow.logic(GameWindow.java:262)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.GameWindow.frameStep(GameWindow.java:765)
at zombie.GameWindow.run_ez(GameWindow.java:681)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
`
Cannot make small quantities of alloy metal using metal.
"make alloy metal bar use metal" requires 1920 ALLOY metal xD

https://i.imgur.com/rKNhLXx.jpeg
< >
Showing 1-15 of 19 comments
Per page: 1530 50