Project Zomboid

Project Zomboid

Vanilla Foods Expanded
jiizzjacuzzii  [开发者] 9 月 30 日 下午 3:13
Bugs
Something not right? Let us know!
< >
正在显示第 1 - 8 条,共 8 条留言
DoomMarine23 10 月 1 日 上午 9:30 
The Tortellini boxes don't seem to be usable, I have tried to eat them, open them, or pour them into a bowl. I've tried Spinach & Ricotta and Four Cheese, but I assume this issue would impact the other variants (if there are any)

I found a bag of hashbrowns and it has no freshness, so I assume they last forever? Not an issue necessarily but unexpected behavior.

Item names:
- VFX.SpinachRicottaTortellini
- VFX.FourCheeseTortellini
- VFX.BagHashbrowns
最后由 DoomMarine23 编辑于; 10 月 1 日 上午 9:33
eromanov87 10 月 1 日 下午 12:43 
So weird that i"m the only one with this issue:

ERROR: General f:0, t:1759346651659> Item.OnScriptsLoaded > Could not find evolved recipe or template: 'Chili' in item = Base.CannedTomatoOpen ERROR: General f:0, t:1759346651660> ExceptionLogger.logException> Exception thrown java.security.InvalidParameterException: Could not find evolved recipe or template: 'Chili' in item: Base.CannedTomatoOpen at Item.OnScriptsLoaded(Item.java:4167). Stack trace: zombie.scripting.objects.Item.OnScriptsLoaded(Item.java:4167) zombie.scripting.ScriptBucketCollection.OnScriptsLoaded(ScriptBucketCollection.java:166) zombie.scripting.ScriptManager.loadScripts(ScriptManager.java:1925) zombie.scripting.ScriptManager.Load(ScriptManager.java:1831) zombie.core.Core.ResetLua(Core.java:5019) java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.base/java.lang.reflect.Method.invoke(Unknown Source) se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:62) se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:211) se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:70) se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:191) se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:851) se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:174) se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1826) se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1765) se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104) zombie.ui.UIElement.onMouseUp(UIElement.java:1638) zombie.ui.UIElement.onMouseUp(UIElement.java:1593) zombie.ui.UIElement.onMouseUp(UIElement.java:1593) zombie.ui.UIElement.onConsumeMouseButtonUp(UIElement.java:1700) zombie.ui.UIManager.updateMouseButtons(UIManager.java:866) zombie.ui.UIManager.update(UIManager.java:725) zombie.GameWindow.logic(GameWindow.java:326) zombie.GameWindow.frameStep(GameWindow.java:916) zombie.GameWindow.mainThreadStep(GameWindow.java:642) zombie.MainThread.mainLoop(MainThread.java:76) java.base/java.lang.Thread.run(Unknown Source) ERROR: General f:0, t:1759346651662> ExceptionLogger.logException> Exception thrown java.lang.reflect.InvocationTargetException at NativeMethodAccessorImpl.invoke0 (Native Method). Stack trace: java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.base/java.lang.reflect.Method.invoke(Unknown Source) se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:62) se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:211) se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:70) se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:191) se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:851) se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:174) se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1826) se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1765) se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104) zombie.ui.UIElement.onMouseUp(UIElement.java:1638) zombie.ui.UIElement.onMouseUp(UIElement.java:1593) zombie.ui.UIElement.onMouseUp(UIElement.java:1593) zombie.ui.UIElement.onConsumeMouseButtonUp(UIElement.java:1700) zombie.ui.UIManager.updateMouseButtons(UIManager.java:866) zombie.ui.UIManager.update(UIManager.java:725) zombie.GameWindow.logic(GameWindow.java:326) zombie.GameWindow.frameStep(GameWindow.java:916) zombie.GameWindow.mainThreadStep(GameWindow.java:642) zombie.MainThread.mainLoop(MainThread.java:76) java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Script load errors. zombie.scripting.ScriptManager.Load(ScriptManager.java:1835) zombie.core.Core.ResetLua(Core.java:5019) ... 24 more
jiizzjacuzzii  [开发者] 10 月 1 日 下午 1:25 
引用自 DoomMarine23
The Tortellini boxes don't seem to be usable, I have tried to eat them, open them, or pour them into a bowl.
This is intentional, you need to prepare them similarly to pasta. Cook in a saucepan or pot of water.

引用自 DoomMarine23
I found a bag of hashbrowns and it has no freshness, so I assume they last forever? Not an issue necessarily but unexpected behavior.
Also intentional, although not necessarily desired. They are drain-able bags, meaning you can take one at a time out of the bag. Unfortunately there isn't a way right now to set freshness on a drain-able item.
jiizzjacuzzii  [开发者] 10 月 1 日 下午 1:27 
引用自 eromanov87
ERROR: General f:0, t:1759346651659> Item.OnScriptsLoaded > Could not find evolved recipe or template: 'Chili' in item = Base.CannedTomatoOpen
I can't replicate this on my end, what other mods are you playing with, that could potentially alter Canned Tomato? I'll look into it :spiffo:
最后由 jiizzjacuzzii 编辑于; 10 月 1 日 下午 1:27
DoomMarine23 10 月 1 日 下午 5:02 
Thank you for clarifying how they worked, and thank you for the fast and informative response. :)
eromanov87 10 月 1 日 下午 8:47 
These are the mods i'm using

VERSION = 1, mods {} maps {}

Issue Resolved. I am running an older version off the game, 42.11
最后由 eromanov87 编辑于; 10 月 2 日 上午 3:01
Hey, playing with 12 month later settings, every food item from this mod is still "fresh".
jiizzjacuzzii  [开发者] 10 小时以前 
引用自 Sully
Hey, playing with 12 month later settings, every food item from this mod is still "fresh".
Just published a fix for this, food will be appropriately aged when found in the world now :spiffo: thank you for letting me know! :luv:
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50