Project Zomboid

Project Zomboid

Boga's Pizza & Rum Ham
114 Comments
大七的小长门 Jul 26 @ 10:29am 
good!
Boga  [author] Jul 21 @ 7:01am 
@Depraved Arachnophile I haven't worked on this in years now, but I was looking through the comments and saw this today. I believe PZ has added their own vanilla pizza stuff, not sure how it works though.
Depraved Arachnophile Jul 19 @ 9:34pm 
I miss this. Having so many pizza combinations was awesome for immersion and variety.
Constantine Jan 28 @ 10:51pm 
B42 :)
ɆL ₲Rł₣Ø❥42Ø Sep 20, 2024 @ 4:53pm 
does it works?
LittleBigSmoak Aug 18, 2024 @ 2:36am 
I'M SORRY RUM HAM
fruitbowl Aug 4, 2024 @ 2:04am 
rum ham...
The_Bushman Jan 15, 2024 @ 11:08am 
RUM HAM! RUM HAM! RUM HAAAM!
Akagi Imagawa Nov 23, 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] Nov 22, 2023 @ 2:08pm 
@Mycroft I'll look into those other mods and see what I can do. Cheers for the ideas :)
Zimmer Nov 17, 2023 @ 11:35am 
Ketchupk HAhahahhahaha
Mycroft Oct 16, 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] Sep 24, 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 Sep 3, 2023 @ 12:37am 
RecipeManager.resolveItemModuleDotType> ERROR: can't find recipe source "Sunfish" in recipe "Make Seafood Pizza"
考试等级打击 Jun 30, 2023 @ 1:30am 
pizza!yeah!
Concrete Galoshes Apr 17, 2023 @ 8:22am 
Milk Steak and Rum Ham? Now we just need more blue foods. Those have the most antioxygens.
toke.exhale Feb 3, 2023 @ 12:21pm 
RAMHAM! RAM HAAAM!!!
Boga  [author] Jan 26, 2023 @ 12:36pm 
Thanks :)
Deathstick Jan 26, 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] Jan 25, 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 Jan 25, 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] Jan 25, 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 Jan 25, 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] Jan 25, 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 Jan 25, 2023 @ 7:37am 
Thank you for the prompt fix!
Boga  [author] Jan 25, 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 Jan 25, 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] Jan 25, 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 Jan 25, 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 Jan 25, 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] Jan 25, 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] Jan 25, 2023 @ 7:09am 
Whoops! I'll get this fixed right now, sorry about that
Gugu Gugu Jan 25, 2023 @ 7:03am 
error
se.krka.kahlua.vm.KahluaException: BogaPizza-recipecode.lua:172: 'end' expected (to close 'function' at line 23) near `<eof>`
Tofuman Jan 25, 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 Jan 25, 2023 @ 4:14am 
That's awesome! I can't wait to bathe my tongue in the delicious delightful flavors this mod provides!
Boga  [author] Jan 25, 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] Jan 24, 2023 @ 7:49pm 
I'll update the marinara recipe and absolutely, milk steak is up next!
nigel Jan 24, 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 Jan 21, 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] Jan 10, 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 Dec 25, 2022 @ 12:43pm 
Ayo White Sauce Pizza?
Boga  [author] Dec 22, 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 Dec 22, 2022 @ 9:08am 
i mean its useless cuz devs add pizza recepie
Boga  [author] Dec 22, 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 Dec 20, 2022 @ 10:40am 
now its usseless....
Boga  [author] Nov 23, 2022 @ 8:23pm 
@ApokalyptoJr Thank you :D
Boga  [author] Nov 23, 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 Nov 23, 2022 @ 8:15pm 
your welcome. great mod btw :)
Boga  [author] Nov 23, 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 Nov 23, 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?