Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
but your mod is pretty cool
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.
I will say your mod is excellent however! Thanks.
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
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>`
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)
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)
se.krka.kahlua.vm.KahluaException: BogaPizza-recipecode.lua:172: 'end' expected (to close 'function' at line 23) near `<eof>`
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>`
@cort.x I've also updated the marinara recipe to allow for tomatoes to be used!
Cheers for the suggestions :)
Also, maybe it would be possible to add a milk steak to the game?
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.
I'll have to try add some more stuff soon to try keep up ;)
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.
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