Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
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