Project Zomboid

Project Zomboid

Boga's Pizza & Rum Ham
110 Comments
does it works?
LittleBigSmoak 18 Aug @ 2:36am 
I'M SORRY RUM HAM
fruitbowl 4 Aug @ 2:04am 
rum ham...
The_Bushman 15 Jan @ 11:08am 
RUM HAM! RUM HAM! RUM HAAAM!
Akagi Imagawa 23 Nov, 2023 @ 7:07am 
many lag and error with there mods : cheat mod rebirth + Sapph's Cooking [41.78+]
but your mod is pretty cool
Boga  [author] 22 Nov, 2023 @ 2:08pm 
@Mycroft I'll look into those other mods and see what I can do. Cheers for the ideas :)
Zimmer 17 Nov, 2023 @ 11:35am 
Ketchupk HAhahahhahaha
Mycroft 16 Oct, 2023 @ 3:59pm 
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  [author] 24 Sep, 2023 @ 7:00am 
@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 3 Sep, 2023 @ 12:37am 
RecipeManager.resolveItemModuleDotType> ERROR: can't find recipe source "Sunfish" in recipe "Make Seafood Pizza"
考试等级打击 30 Jun, 2023 @ 1:30am 
pizza!yeah!
Concrete Galoshes 17 Apr, 2023 @ 8:22am 
Milk Steak and Rum Ham? Now we just need more blue foods. Those have the most antioxygens.
toke.exhale 3 Feb, 2023 @ 12:21pm 
RAMHAM! RAM HAAAM!!!
Boga  [author] 26 Jan, 2023 @ 12:36pm 
Thanks :)
Deathstick 26 Jan, 2023 @ 11:22am 
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  [author] 25 Jan, 2023 @ 9:19pm 
@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 25 Jan, 2023 @ 4:16pm 
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  [author] 25 Jan, 2023 @ 8:30am 
@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 25 Jan, 2023 @ 8:16am 
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  [author] 25 Jan, 2023 @ 7:39am 
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 25 Jan, 2023 @ 7:37am 
Thank you for the prompt fix!
Boga  [author] 25 Jan, 2023 @ 7:36am 
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 25 Jan, 2023 @ 7:32am 
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  [author] 25 Jan, 2023 @ 7:27am 
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 25 Jan, 2023 @ 7:22am 
`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 25 Jan, 2023 @ 7:22am 
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  [author] 25 Jan, 2023 @ 7:10am 
That should be the error solved, let me know if any others pop up. Cheers for notifying me @Tofuman @Run about
Boga  [author] 25 Jan, 2023 @ 7:09am 
Whoops! I'll get this fixed right now, sorry about that
Gugu Gugu 25 Jan, 2023 @ 7:03am 
error
se.krka.kahlua.vm.KahluaException: BogaPizza-recipecode.lua:172: 'end' expected (to close 'function' at line 23) near `<eof>`
Tofuman 25 Jan, 2023 @ 7:01am 
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 25 Jan, 2023 @ 4:14am 
That's awesome! I can't wait to bathe my tongue in the delicious delightful flavors this mod provides!
Boga  [author] 25 Jan, 2023 @ 4:05am 
@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  [author] 24 Jan, 2023 @ 7:49pm 
I'll update the marinara recipe and absolutely, milk steak is up next!
nigel 24 Jan, 2023 @ 1:12am 
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 21 Jan, 2023 @ 8:18am 
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  [author] 10 Jan, 2023 @ 2:20am 
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 25 Dec, 2022 @ 12:43pm 
Ayo White Sauce Pizza?
Boga  [author] 22 Dec, 2022 @ 1:03pm 
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 22 Dec, 2022 @ 9:08am 
i mean its useless cuz devs add pizza recepie
Boga  [author] 22 Dec, 2022 @ 6:32am 
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 20 Dec, 2022 @ 10:40am 
now its usseless....
Boga  [author] 23 Nov, 2022 @ 8:23pm 
@ApokalyptoJr Thank you :D
Boga  [author] 23 Nov, 2022 @ 8:23pm 
@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 23 Nov, 2022 @ 8:15pm 
your welcome. great mod btw :)
Boga  [author] 23 Nov, 2022 @ 8:09pm 
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 23 Nov, 2022 @ 6:59pm 
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  [author] 22 Nov, 2022 @ 7:31am 
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 19 Nov, 2022 @ 12:43pm 
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  [author] 13 Nov, 2022 @ 5:08pm 
@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 13 Nov, 2022 @ 11:43am 
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