Project Zomboid

Project Zomboid

Pomp's Items
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Pompadour Nautice  [udvikler] 24. aug. 2023 kl. 13: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.
Sidst redigeret af Pompadour Nautice; 12. okt. 2023 kl. 21:23
< >
Viser 1-15 af 25 kommentarer
APPLEPIE 25. aug. 2023 kl. 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  [udvikler] 25. aug. 2023 kl. 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.
Sidst redigeret af Pompadour Nautice; 25. aug. 2023 kl. 8:32
APPLEPIE 25. aug. 2023 kl. 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
Sidst redigeret af APPLEPIE; 25. aug. 2023 kl. 8:52
Pompadour Nautice  [udvikler] 25. aug. 2023 kl. 9:55 
Oprindeligt skrevet af 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 25. aug. 2023 kl. 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  [udvikler] 25. aug. 2023 kl. 19:48 
Oprindeligt skrevet af 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 27. aug. 2023 kl. 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  [udvikler] 27. aug. 2023 kl. 6:40 
Oprindeligt skrevet af 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 27. aug. 2023 kl. 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  [udvikler] 27. aug. 2023 kl. 20:24 
Oprindeligt skrevet af 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 29. aug. 2023 kl. 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
Sidst redigeret af M.S.Referee; 29. aug. 2023 kl. 3:18
Princess-Luna 5. juni 2024 kl. 6:30 
when crafting titans guards armor you lose your knife instead of keeping it to make it.
Pompadour Nautice  [udvikler] 5. juni 2024 kl. 6:37 
Oprindeligt skrevet af 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 31. aug. 2024 kl. 8:54 
new fnaf plushies like glam foxy cannot be attached to backpack
Pompadour Nautice  [udvikler] 31. aug. 2024 kl. 9:02 
Oprindeligt skrevet af состояние собак:
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
< >
Viser 1-15 af 25 kommentarer
Per side: 1530 50