Project Zomboid

Project Zomboid

SWAT & RIOT PACK for BUILD[41.66b++]
 此主题已被置顶,因此可能具有重要性
Relihschneider  [开发者] 2020 年 5 月 25 日 下午 4:12
Only Bugs Reports. (Non bugs coments will be deleted)
Only Bugs Reports. (Non bugs coments will be deleted)
< >
正在显示第 1 - 15 条,共 176 条留言
Oh God Spiders No 2020 年 5 月 26 日 下午 9:55 
getActivatedMods needs to have a () after it

like this:
getActivatedMods():contains("LetMeThink")
Relihschneider  [开发者] 2020 年 5 月 27 日 下午 2:04 
引用自 Oh God Spiders No
getActivatedMods needs to have a () after it

like this:
getActivatedMods():contains("LetMeThink")
Done!
最后由 Relihschneider 编辑于; 2020 年 5 月 27 日 下午 7:52
Law 2020 年 6 月 1 日 下午 4:53 
HK MP5 doesnt seem to be spawning anywhere for me, could this be a spawn amount bug?
Pan[FR] 2020 年 6 月 2 日 上午 8:07 
"Delete All" button next to "Loot all" button for trash can/bins doesn't work anymore with this mod.
Relihschneider  [开发者] 2020 年 6 月 3 日 下午 1:47 
引用自 John2022FR
"Delete All" button next to "Loot all" button for trash can/bins doesn't work anymore with this mod.
Thanks for report , I fixed and will upload the fix update
Relihschneider  [开发者] 2020 年 6 月 3 日 下午 1:48 
HK MP5 doesnt seem to be spawning anywhere for me, could this be a spawn amount bug?
i can up spawn loot on Swat Van in next upload version :)
Law 2020 年 6 月 3 日 下午 3:41 
Thank you UwU, for I've looked literally everywhere, modded fort redstone, Prison complex, Rosewood Police Department and found it nowhere
Relihschneider  [开发者] 2020 年 6 月 4 日 上午 7:37 
Thank you UwU, for I've looked literally everywhere, modded fort redstone, Prison complex, Rosewood Police Department and found it nowhere
its in the swat van now , police station armory and prison armory of all knox map
But new fresh save needed
Law 2020 年 6 月 4 日 上午 8:11 
Aw man, I have a 22 day old character
Pan[FR] 2020 年 6 月 7 日 下午 12:23 
@ Dr. Elizabeth Von Goring
<<insert troll picture>>
derLoko 2020 年 6 月 8 日 下午 2:42 
getting error:
Swatpack_Distributions.lua:96: '}' expected (to close '{' at line 90) near `5`
Nimrodybants 2020 年 6 月 8 日 下午 3:59 
I'm not completely sure if it may be a mod conflict or anything on my part but none of the weapons spawn in Sandbox difficulty, vehicles and shields do but that's it. Is anyone else experiencing this? Thanks.
Sjoke 2020 年 6 月 11 日 下午 12:21 
SEVERE: Error found in LUA file: E:/SEJ/GE/STEAM/steamapps/workshop/content/108600/2091564445/mods/Swatpack/media/lua/server/items/Swatpack_Distributions.lua
ERROR: General, 1591900717438> ExceptionLogger.logException> Exception thrown se.krka.kahlua.vm.KahluaException: Swatpack_Distributions.lua:96: '}' expected (to close '{' at line 90) near `5` at LexState.lexerror line:279.
ERROR: General, 1591900717439> DebugLogStream.printException> Stack trace:
se.krka.kahlua.vm.KahluaException: Swatpack_Distributions.lua:96: '}' expected (to close '{' at line 90) near `5`
at org.luaj.kahluafork.compiler.LexState.lexerror(LexState.java:279)
at org.luaj.kahluafork.compiler.LexState.syntaxerror(LexState.java:290)
at org.luaj.kahluafork.compiler.LexState.check_match(LexState.java:716)
at org.luaj.kahluafork.compiler.LexState.constructor(LexState.java:963)
at org.luaj.kahluafork.compiler.LexState.simpleexp(LexState.java:1203)
at org.luaj.kahluafork.compiler.LexState.subexpr(LexState.java:1304)
at org.luaj.kahluafork.compiler.LexState.expr(LexState.java:1322)
at org.luaj.kahluafork.compiler.LexState.recfield(LexState.java:914)
at org.luaj.kahluafork.compiler.LexState.constructor(LexState.java:950)
at org.luaj.kahluafork.compiler.LexState.simpleexp(LexState.java:1203)
at org.luaj.kahluafork.compiler.LexState.subexpr(LexState.java:1304)
at org.luaj.kahluafork.compiler.LexState.expr(LexState.java:1322)
at org.luaj.kahluafork.compiler.LexState.recfield(LexState.java:914)
at org.luaj.kahluafork.compiler.LexState.constructor(LexState.java:950)
at org.luaj.kahluafork.compiler.LexState.simpleexp(LexState.java:1203)
at org.luaj.kahluafork.compiler.LexState.subexpr(LexState.java:1304)
at org.luaj.kahluafork.compiler.LexState.expr(LexState.java:1322)
at org.luaj.kahluafork.compiler.LexState.recfield(LexState.java:914)
at org.luaj.kahluafork.compiler.LexState.constructor(LexState.java:950)
at org.luaj.kahluafork.compiler.LexState.simpleexp(LexState.java:1203)
at org.luaj.kahluafork.compiler.LexState.subexpr(LexState.java:1304)
at org.luaj.kahluafork.compiler.LexState.expr(LexState.java:1322)
at org.luaj.kahluafork.compiler.LexState.explist1(LexState.java:1037)
at org.luaj.kahluafork.compiler.LexState.localstat(LexState.java:1651)
at org.luaj.kahluafork.compiler.LexState.statement(LexState.java:1767)
at org.luaj.kahluafork.compiler.LexState.chunk(LexState.java:1791)
at org.luaj.kahluafork.compiler.LexState.compile(LexState.java:199)
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.RunLua(LuaManager.java:462)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:432)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:280)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:207)
at zombie.gameStates.GameLoadingState.enter(GameLoadingState.java:83)
at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:145)
at zombie.GameWindow.logic(GameWindow.java:282)
monsmons168 2020 年 6 月 15 日 上午 8:35 
All Swat van or police station cannot find those items anymore since 14 Jun, can check why?
Relihschneider  [开发者] 2020 年 6 月 18 日 下午 6:20 
引用自 Sjoke
SEVERE: Error found in LUA file: E:/SEJ/GE/STEAM/steamapps/workshop/content/108600/2091564445/mods/Swatpack/media/lua/server/items/Swatpack_Distributions.lua
ERROR: General, 1591900717438> ExceptionLogger.logException> Exception thrown se.krka.kahlua.vm.KahluaException: Swatpack_Distributions.lua:96: '}' expected (to close '{' at line 90) near `5` at LexState.lexerror line:279.
ERROR: General, 1591900717439> DebugLogStream.printException> Stack trace:
se.krka.kahlua.vm.KahluaException: Swatpack_Distributions.lua:96: '}' expected (to close '{' at line 90) near `5`
at org.luaj.kahluafork.compiler.LexState.lexerror(LexState.java:279)
at org.luaj.kahluafork.compiler.LexState.syntaxerror(LexState.java:290)
at org.luaj.kahluafork.compiler.LexState.check_match(LexState.java:716)
at org.luaj.kahluafork.compiler.LexState.constructor(LexState.java:963)
at org.luaj.kahluafork.compiler.LexState.simpleexp(LexState.java:1203)
at org.luaj.kahluafork.compiler.LexState.subexpr(LexState.java:1304)
at org.luaj.kahluafork.compiler.LexState.expr(LexState.java:1322)
at org.luaj.kahluafork.compiler.LexState.recfield(LexState.java:914)
at org.luaj.kahluafork.compiler.LexState.constructor(LexState.java:950)
at org.luaj.kahluafork.compiler.LexState.simpleexp(LexState.java:1203)
at org.luaj.kahluafork.compiler.LexState.subexpr(LexState.java:1304)
at org.luaj.kahluafork.compiler.LexState.expr(LexState.java:1322)
at org.luaj.kahluafork.compiler.LexState.recfield(LexState.java:914)
at org.luaj.kahluafork.compiler.LexState.constructor(LexState.java:950)
at org.luaj.kahluafork.compiler.LexState.simpleexp(LexState.java:1203)
at org.luaj.kahluafork.compiler.LexState.subexpr(LexState.java:1304)
at org.luaj.kahluafork.compiler.LexState.expr(LexState.java:1322)
at org.luaj.kahluafork.compiler.LexState.recfield(LexState.java:914)
at org.luaj.kahluafork.compiler.LexState.constructor(LexState.java:950)
at org.luaj.kahluafork.compiler.LexState.simpleexp(LexState.java:1203)
at org.luaj.kahluafork.compiler.LexState.subexpr(LexState.java:1304)
at org.luaj.kahluafork.compiler.LexState.expr(LexState.java:1322)
at org.luaj.kahluafork.compiler.LexState.explist1(LexState.java:1037)
at org.luaj.kahluafork.compiler.LexState.localstat(LexState.java:1651)
at org.luaj.kahluafork.compiler.LexState.statement(LexState.java:1767)
at org.luaj.kahluafork.compiler.LexState.chunk(LexState.java:1791)
at org.luaj.kahluafork.compiler.LexState.compile(LexState.java:199)
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.RunLua(LuaManager.java:462)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:432)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:280)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:207)
at zombie.gameStates.GameLoadingState.enter(GameLoadingState.java:83)
at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:145)
at zombie.GameWindow.logic(GameWindow.java:282)

----------------------------------------------------------
6/18- Update to Version 3.3
Fixed Swatpack Distribution Error
----------------------------------------------------------

thanks for reporting
< >
正在显示第 1 - 15 条,共 176 条留言
每页显示数: 1530 50