Project Zomboid

Project Zomboid

Pomp's Items
 此主题已被置顶,因此可能具有重要性
Pompadour Nautice  [开发者] 2023 年 8 月 24 日 下午 1:55
Bug Reports
As the name says, a channel to consolidate bugs.

Known Issues
  • PIDummyPonies spawn if the script is breaking, or with mods such as Item Stories, you can counteract this by placing the dummies into a zombie corpse, afterwards they should randomize
    • I will attempt to address the lagging script by making the ponies also function as a lootbox like the FNAF crates.
  • In multiplayer, ponies spawned on zombies are client-sided, once they are spawned any player may pick the new one up
    • I don't have any intentions on getting this revolved for the time being, especially since there are so many ponies included in the mod it's difficult to get the one(s) you want.
最后由 Pompadour Nautice 编辑于; 2023 年 10 月 12 日 下午 9:23
< >
正在显示第 1 - 15 条,共 25 条留言
APPLEPIE 2023 年 8 月 25 日 上午 8:23 
STACK TRACE
-----------------------------------------
function: onFillContainer -- file: PI_PonyDistribution.lua line # 19 | MOD: Pomp's Items

ERROR: General , 1692976210339> 100,738,054> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: Object tried to call nil in onFillContainer at KahluaUtil.fail line:82.
ERROR: General , 1692976210340> 100,738,054> DebugLogStream.printException> Stack trace:
java.lang.RuntimeException: Object tried to call nil in onFillContainer
at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:82)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:973)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1812)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:64)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:173)
at zombie.vehicles.BaseVehicle.randomizeContainers(BaseVehicle.java:9478)
at zombie.vehicles.BaseVehicle.createPhysics(BaseVehicle.java:821)
at zombie.vehicles.BaseVehicle.addToWorld(BaseVehicle.java:8458)
at zombie.iso.IsoChunk.doLoadGridsquare(IsoChunk.java:3268)
at zombie.network.ServerMap$ServerCell.RecalcAll2(ServerMap.java:304)
at zombie.network.ServerMap$ServerCell.Load2(ServerMap.java:162)
at zombie.network.ServerMap.preupdate(ServerMap.java:812)
at zombie.network.GameServer.main(GameServer.java:876)
LOG : General , 1692976210341> 100,738,056> -----------------------------------------


mode in use
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2952279163
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2920358373
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2915880095
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3006556662

get the same error even if I remove Lines 36-39 script.
not sure if it's a mod conflict, but it's happening since the last update.
Pompadour Nautice  [开发者] 2023 年 8 月 25 日 上午 8:28 
My best guess is that it's a mod conflict, as I haven't encountered any errors on my modded playthrough thus far. Those lines are the only things I modified from the script file, everything else remains unchanged from the previous version.
最后由 Pompadour Nautice 编辑于; 2023 年 8 月 25 日 上午 8:32
APPLEPIE 2023 年 8 月 25 日 上午 8:51 
okay..I don't know what mod it conflicts with. but 1 thing I think... an error occurred while creating the new item added to the container or zombie.
if possible, could you upload the mod before the update? i want to test if a similar error occurs as before
最后由 APPLEPIE 编辑于; 2023 年 8 月 25 日 上午 8:52
Pompadour Nautice  [开发者] 2023 年 8 月 25 日 上午 9:55 
引用自 APPLEPIE
okay..I don't know what mod it conflicts with. but 1 thing I think... an error occurred while creating the new item added to the container or zombie.
if possible, could you upload the mod before the update? i want to test if a similar error occurs as before

I don't keep the old mod files, but you can find archived versions on my Nexus Page[www.nexusmods.com].
M.S.Referee 2023 年 8 月 25 日 上午 11:15 
Yep, revomved Lines 36-39 from script also not work. Are you only changed PI_PonyDistribution.lua ? It look like about other scripts. So about that, we can't do anything, because we don't know the structure of this mod, and also don't want to modify it from steal (at least I don't want to modify it from steal). Since I'm will releasing mod too, people don't want their hard work stolen, and neither do I. So respecting the achievements of others is protecting your own achievements. 😄

(By the way, to the best friendly for translation, when need to add new things, please just put the new things from bottom of last files, if insert random the whole file, this will made each time update translation need to check from top to bottom again and again, that's so hurt brain...)
Pompadour Nautice  [开发者] 2023 年 8 月 25 日 下午 7:48 
引用自 M.S.Referee
Yep, revomved Lines 36-39 from script also not work. Are you only changed PI_PonyDistribution.lua ? It look like about other scripts. So about that, we can't do anything, because we don't know the structure of this mod, and also don't want to modify it from steal (at least I don't want to modify it from steal). Since I'm will releasing mod too, people don't want their hard work stolen, and neither do I. So respecting the achievements of others is protecting your own achievements. 😄

If you do want to rummage through the files to see if you can pinpoint the issue, feel free. I'd be happy to credit you for the work if you find a solution. I've, to my knowledge, only added new items to the lists and such - and so I'm unsure of what will fix it. Perhaps you could try using the 'Just the Ponies' mod too to see if that causes errors, since the file is shared between the two?
M.S.Referee 2023 年 8 月 27 日 上午 1:54 
No luck, but have an idea, you can try to change 'replaced a item' in container to 'Add a item'. This maybe can solve this problem.
Pompadour Nautice  [开发者] 2023 年 8 月 27 日 上午 6:40 
引用自 M.S.Referee
No luck, but have an idea, you can try to change 'replaced a item' in container to 'Add a item'. This maybe can solve this problem.

Did it end up working for you?
M.S.Referee 2023 年 8 月 27 日 下午 12:57 
I don't edited anything just got a 'idea' during the test, if you got time, you can try to do something and update it. :)
Pompadour Nautice  [开发者] 2023 年 8 月 27 日 下午 8:24 
引用自 M.S.Referee
I don't edited anything just got a 'idea' during the test, if you got time, you can try to do something and update it. :)

I'll mess around when I find some time perhaps
M.S.Referee 2023 年 8 月 29 日 上午 3:17 
Finally I found the 'cause' from 754 mods, very incredible, unexpectedly, it turned out to be just a 'Tiles' mod broken everything.
Because the mod map needs tiles, I didn't expect that the tiles mod would cause such a serious problem. This tiles mod caused fridges nothing can spawns and other containers spawns almost no items. And make all mods with "distributions" function's '.Lua' under this path lua\server\Items, all of them have the same error.
The conclusion is that Pomp's Items is actually haven't a problem at all, everything is just caused by this tiles mod. When removing only this tiles mod (754 - 1), everything is back on track.
It's Really Incredible!
(However, my 'idea' can also be referred to, because 'adding' is better than 'overriding'.)
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2951745183
最后由 M.S.Referee 编辑于; 2023 年 8 月 29 日 上午 3:18
Princess-Luna 2024 年 6 月 5 日 上午 6:30 
when crafting titans guards armor you lose your knife instead of keeping it to make it.
Pompadour Nautice  [开发者] 2024 年 6 月 5 日 上午 6:37 
引用自 Princess-Luna
when crafting titans guards armor you lose your knife instead of keeping it to make it.

That's intentional since his outfit features a weapon. You can use a stone knife or a butter knife when crafting him if you want to cherish your more useful knives!
Puppy brained 2024 年 8 月 31 日 上午 8:54 
new fnaf plushies like glam foxy cannot be attached to backpack
Pompadour Nautice  [开发者] 2024 年 8 月 31 日 上午 9:02 
new fnaf plushies like glam foxy cannot be attached to backpack

Are you using Noir's or AuthenticZ? I'll have to test that out
< >
正在显示第 1 - 15 条,共 25 条留言
每页显示数: 1530 50