Project Zomboid

Project Zomboid

Boga's Pizza & Rum Ham
110 条留言
$Ҝ00PᴛʜᴇGRYPΉӨП⁴²⁰ 9 月 20 日 下午 4:53 
does it works?
LittleBigSmoak 8 月 18 日 上午 2:36 
I'M SORRY RUM HAM
fruitbowl 8 月 4 日 上午 2:04 
rum ham...
The_Bushman 1 月 15 日 上午 11:08 
RUM HAM! RUM HAM! RUM HAAAM!
Akagi Imagawa 2023 年 11 月 23 日 上午 7:07 
many lag and error with there mods : cheat mod rebirth + Sapph's Cooking [41.78+]
but your mod is pretty cool
Boga  [作者] 2023 年 11 月 22 日 下午 2:08 
@Mycroft I'll look into those other mods and see what I can do. Cheers for the ideas :)
Zimmer 2023 年 11 月 17 日 上午 11:35 
Ketchupk HAhahahhahaha
Mycroft 2023 年 10 月 16 日 下午 3:59 
Could we get a menu option to let this mod overwrite the pizza stuff from vanilla or "Soul Filchers Cooking Time"? I don't need pizzas from different mods which give me widely varying ratios of nutritional benefit to raw material cost but at the same time i'd like to use all those mods together.

This is the best pizza mod for simple fact that this mod focuses on pizza exclusively, the pizza focused content is quite well done, i'm not sure you could really add much more "Pizza" stuff beyond sprinkling the map with random pizza joints and corporate uniforms for them. (Zomboid will survive without pizza hut, papa johns and dominos)

But by the same token, other mods which include pizza, such as "Soul Filchers Cooking Time" includes other, non pizza content for those times when you just don't have the ingredients for pizza. It'd be great if i could give this mod superiority somehow or let IT's content overwrite other mods which include one samey thing.
Boga  [作者] 2023 年 9 月 24 日 上午 7:00 
@Vodt I'll have a look at the mod this week. There will be a lot of incompatibilities from previous updates as I have not checked the files for a while. Thanks for letting me know :)
Maarten 2023 年 9 月 3 日 上午 12:37 
RecipeManager.resolveItemModuleDotType> ERROR: can't find recipe source "Sunfish" in recipe "Make Seafood Pizza"
考试等级打击 2023 年 6 月 30 日 上午 1:30 
pizza!yeah!
Concrete Galoshes 2023 年 4 月 17 日 上午 8:22 
Milk Steak and Rum Ham? Now we just need more blue foods. Those have the most antioxygens.
toke.exhale 2023 年 2 月 3 日 下午 12:21 
RAMHAM! RAM HAAAM!!!
Boga  [作者] 2023 年 1 月 26 日 下午 12:36 
Thanks :)
Deathstick 2023 年 1 月 26 日 上午 11:22 
It probably doesn't help that I have way too many mods installed. Could just be one of them interfered with yours. I do have Sapph's Cooking installed though the only other mod that also updated was Authentic Z. Anywho it's probably my fault for having so many mods heh.

I will say your mod is excellent however! Thanks.
Boga  [作者] 2023 年 1 月 25 日 下午 9:19 
@Deathstick I just tested it on a new game and had no issues on solo or online, but maybe I can't replicate the bug. If you could let me know if the bug persists I'd really appreciate it :)
Deathstick 2023 年 1 月 25 日 下午 4:16 
hmm it seems the last update broke being able to saw logs in the middle of a save. I havent tested in a new game yet but disabling the mod fixed it.
Boga  [作者] 2023 年 1 月 25 日 上午 8:30 
@Run about you should be able to update the mod, with the newest patch that function begins on line 6 and should work as intended. Let me know if this isn't the case and I['ll be sure to help out. Thanks
Gugu Gugu 2023 年 1 月 25 日 上午 8:16 
I try to change the 23rd line of BogaPizza-recipecode.lua code to this

function recipe_Marinara(items, result, player)
local inv = player:getInventory();
if player:HasItem("Base.CannedTomato2")
then
inv:AddItem("Base.TinCanEmpty");
end
end

Then there was no error
Boga  [作者] 2023 年 1 月 25 日 上午 7:39 
No problem! That's it working on my side now, do let me know if any other issues arise. I appreciate you notifying me! Was one silly line I had forgot to delete :)
Tofuman 2023 年 1 月 25 日 上午 7:37 
Thank you for the prompt fix!
Boga  [作者] 2023 年 1 月 25 日 上午 7:36 
I've pushed an update to address the recipecode lua error. Had some strange bugs pop up during online play that weren't appearing during the initial V2.2 update. I'll keep working on this.
Tofuman 2023 年 1 月 25 日 上午 7:32 
yep, another error

SEVERE: Error found in LUA file: E:/Program Files (x86)/Steam/steamapps/workshop/content/108600/2675786278/mods/BogaPizza/media/lua/server/BogaPizza-recipecode.lua
ERROR: General , 1674660617327> ExceptionLogger.logException> Exception thrown se.krka.kahlua.vm.KahluaException: BogaPizza-recipecode.lua:172: 'end' expected (to close 'function' at line 23) near `<eof>` at LexState.lexerror line:278.
ERROR: General , 1674660617328> DebugLogStream.printException> Stack trace:
se.krka.kahlua.vm.KahluaException: BogaPizza-recipecode.lua:172: 'end' expected (to close 'function' at line 23) near `<eof>`
Boga  [作者] 2023 年 1 月 25 日 上午 7:27 
This will be due to an error in the recipe code. I understand where this is at and I'll get to work on it
Gugu Gugu 2023 年 1 月 25 日 上午 7:22 
`se.krka.kahlua.vm.KahluaException: BogaPizza-recipecode.lua:172: 'end' expected (to close 'function' at line 23) near `<eof>`
at org.luaj.kahluafork.compiler.LexState.lexerror(LexState.java:278)
at org.luaj.kahluafork.compiler.LexState.syntaxerror(LexState.java:289)
at org.luaj.kahluafork.compiler.LexState.check_match(LexState.java:715)
at org.luaj.kahluafork.compiler.LexState.body(LexState.java:1028)
at org.luaj.kahluafork.compiler.LexState.funcstat(LexState.java:1681)
at org.luaj.kahluafork.compiler.LexState.statement(LexState.java:1758)
at org.luaj.kahluafork.compiler.LexState.chunk(LexState.java:1790)
at org.luaj.kahluafork.compiler.LexState.compile(LexState.java:198)
at se.krka.kahlua.luaj.compiler.LuaCompiler.loadis(LuaCompiler.java:132)
at se.krka.kahlua.luaj.compiler.LuaCompiler.loadis(LuaCompiler.java:124)
at zombie.Lua.LuaManager.RunLuaInternal(LuaManager.java:546)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:510)
Gugu Gugu 2023 年 1 月 25 日 上午 7:22 
at zombie.Lua.LuaManager.RunLua(LuaManager.java:496)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:342)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:264)
at zombie.gameStates.GameLoadingState.enter(GameLoadingState.java:97)
at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:145)
at zombie.GameWindow.logic(GameWindow.java:298)
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)
Boga  [作者] 2023 年 1 月 25 日 上午 7:10 
That should be the error solved, let me know if any others pop up. Cheers for notifying me @Tofuman @Run about
Boga  [作者] 2023 年 1 月 25 日 上午 7:09 
Whoops! I'll get this fixed right now, sorry about that
Gugu Gugu 2023 年 1 月 25 日 上午 7:03 
error
se.krka.kahlua.vm.KahluaException: BogaPizza-recipecode.lua:172: 'end' expected (to close 'function' at line 23) near `<eof>`
Tofuman 2023 年 1 月 25 日 上午 7:01 
Hi boga, there is a stack trace error after latest update.

SEVERE: Error found in LUA file: E:/Program Files (x86)/Steam/steamapps/workshop/content/108600/2675786278/mods/BogaPizza/media/lua/server/BogaPizza-recipecode.lua
ERROR: General , 1674658707545> 0> ExceptionLogger.logException> Exception thrown se.krka.kahlua.vm.KahluaException: BogaPizza-recipecode.lua:172: 'end' expected (to close 'function' at line 23) near `<eof>` at LexState.lexerror line:278.
ERROR: General , 1674658707545> 0> DebugLogStream.printException> Stack trace:
se.krka.kahlua.vm.KahluaException: BogaPizza-recipecode.lua:172: 'end' expected (to close 'function' at line 23) near `<eof>`
nigel 2023 年 1 月 25 日 上午 4:14 
That's awesome! I can't wait to bathe my tongue in the delicious delightful flavors this mod provides!
Boga  [作者] 2023 年 1 月 25 日 上午 4:05 
@nigel Milk steak has been added! You can now craft jelly beans too. Raw, of course.
@cort.x I've also updated the marinara recipe to allow for tomatoes to be used!

Cheers for the suggestions :)
Boga  [作者] 2023 年 1 月 24 日 下午 7:49 
I'll update the marinara recipe and absolutely, milk steak is up next!
nigel 2023 年 1 月 24 日 上午 1:12 
Wow, I love rum ham, thanks for this mod!
Also, maybe it would be possible to add a milk steak to the game?
cort.x 2023 年 1 月 21 日 上午 8:18 
Hi Boga, I love this mod it's awesome.

I've got a suggestion about marinara recipe to get the choice between a canned tomato or by using fresh tomatoes instead.

Thanks for your job.
Boga  [作者] 2023 年 1 月 10 日 上午 2:20 
Working on a big update. Lot's of pizzas on the horizon & a few extra items too. Hopefully I'll get everything cooked up and delivered within the coming weeks.
russelj27 2022 年 12 月 25 日 下午 12:43 
Ayo White Sauce Pizza?
Boga  [作者] 2022 年 12 月 22 日 下午 1:03 
Oh okay haha. My mod adds a bunch of different pizzas to make & some new ingredients. I believe the vanilla pizza just lest you add whatever you want, but whatevetr toppings you choose the pizza is just a plain pizza. My mod has different models for each. Hopefully it's not too obsolete yet!

I'll have to try add some more stuff soon to try keep up ;)
Doctor Sex 2022 年 12 月 22 日 上午 9:08 
i mean its useless cuz devs add pizza recepie
Boga  [作者] 2022 年 12 月 22 日 上午 6:32 
I'm currently away from my main PC so checking the mod's functionality isn't possible at the moment. Could you do me a favour and let me know what issue you are having? The last time I checked all bugs I'm aware of are fixed, but I will check asap if something has stopped working.
Doctor Sex 2022 年 12 月 20 日 上午 10:40 
now its usseless....
Boga  [作者] 2022 年 11 月 23 日 下午 8:23 
@ApokalyptoJr Thank you :D
Boga  [作者] 2022 年 11 月 23 日 下午 8:23 
@Ghetto Tarkhan Sorry for replying so late. To craft any pizza in this mod you first craft a Pizza Dough Base - Rolling pin, water (2x), flour, salt, sugar, and yeast.

Since a vanilla pizza has been added this may cause a bit of confusion, I'm only just now aware of this vanilla addition. I'll look into creating a recipe book or something similar as I understand it's a bit of guess work to craft the pizzas in this mod.
ApokalyptoJr 2022 年 11 月 23 日 下午 8:15 
your welcome. great mod btw :)
Boga  [作者] 2022 年 11 月 23 日 下午 8:09 
Sorry for such a late fix but that should be both the pizza slice function & sauce bugs fixed. If any other bugs arise I will be sure to fix them way quicker. Cheers for notifying me of the errors I really appreciate it :)
ApokalyptoJr 2022 年 11 月 23 日 下午 6:59 
eating the sauces causes errors to occur and the the item not being used up. judging by recent comments this must be from the recent game updates right?
Boga  [作者] 2022 年 11 月 22 日 上午 7:31 
I imagine it'll be the item IDs clashing with the new vanilla stuff. I haven't played the game in months so I'm behind on the new stuff. I'll try get things sorted asap when I find time
The Last Roman 2022 年 11 月 19 日 下午 12:43 
Yeah recent updates added crafting pizza to the game, the vanilla pepperoni is now an addable ingredient as well. There's definitely compatibility issues now.
Boga  [作者] 2022 年 11 月 13 日 下午 5:08 
@nEs I'll have a look at the files, the mod hasn't been updated in ages so I will have to go through and fix a couple things. Cheers for letting me know
nEs 2022 年 11 月 13 日 上午 11:43 
After a small update of the game, I now have errors in a game.

ERROR: General , 1668367839737> RecipeManager.LoadedAfterLua> no such function LuaCreate = "recipe_PizzaDoughSlice" in recipe "Slice Pizza Dough"
ERROR: General , 1668367839738> LuaManager.getFunctionObject> no such function "recipe_PizzaSaucedSlice"
ERROR: General , 1668367839738> RecipeManager.LoadedAfterLua> no such function LuaCreate = "recipe_PizzaSaucedSlice" in recipe "Slice Sauced Pizza"
ERROR: General , 1668367839738> LuaManager.getFunctionObject> no such function "recipe_PizzaBBQauced"
ERROR: General , 1668367839738> RecipeManager.LoadedAfterLua> no such function LuaCreate = "recipe_PizzaBBQauced" in recipe "Make BBQ Sauced Pizza"
ERROR: General , 1668367839738> LuaManager.getFunctionObject> no such function "recipe_PizzaBBQSaucedSlice"

And more similar lines.... Is there a solution