Project Zomboid

Project Zomboid

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