Project Zomboid

Project Zomboid

Undead Survivor
Scavenger  [开发者] 2022 年 9 月 18 日 上午 10:58
Bugs in here!
Please report in here Bugs graphic glitches in here.
< >
正在显示第 1 - 15 条,共 83 条留言
a 2022 年 10 月 1 日 上午 4:27 
i donwloaded it fresh, first time, everytime im in game it tells me update required. but i have the most recent download
Scavenger  [开发者] 2022 年 10 月 1 日 上午 8:35 
引用自 poopcock
i donwloaded it fresh, first time, everytime im in game it tells me update required. but i have the most recent download
Can you make a screenshot of that?
Havent heared of it yet. Is it a online server?
Realex992 2022 年 10 月 3 日 上午 11:30 
Hi Scavenger, i made the nomad backpack favorite so it wouldn't throw it to the ground every time I started squatting, it didn't work and now I can't even pick it up from the ground
Scavenger  [开发者] 2022 年 10 月 4 日 上午 9:07 
引用自 Realex992
Hi Scavenger, i made the nomad backpack favorite so it wouldn't throw it to the ground every time I started squatting, it didn't work and now I can't even pick it up from the ground
Seems like you have a mod installed which puts backpacks onto the ground when squatting.
If i do squats with a backpack on the backpack is transfered into the inventory.
Gojira54 2022 年 10 月 5 日 上午 10:54 
The upper parts of the legs on both female and male models disappears when wearing the Nomad Parka and its Ominous variant. It stands out most when you're holding right click to look around. I was wondering if this is something you would be able to fix?
Gojira54 2022 年 10 月 5 日 上午 11:05 
Also, it's extremely obvious when you sit on the ground.
Scavenger  [开发者] 2022 年 10 月 5 日 上午 11:08 
引用自 Gojira54
The upper parts of the legs on both female and male models disappears when wearing the Nomad Parka and its Ominous variant. It stands out most when you're holding right click to look around. I was wondering if this is something you would be able to fix?
Yea, sadly right now there seems to be no way to make custom masks.
So i have to increase the length of the parka, or make it a bit wider on the bottom so it doesnt clip without a mask.
Probably doing the last one to solve that issue.
Gojira54 2022 年 10 月 5 日 上午 11:54 
Alright, Thank you for the quick response and good to know that custom masks arent a thing yet for modders
DevoTan 2022 年 10 月 21 日 下午 2:22 
In my server's server_SandboxVars.lua file, I set the chance for Headhunter's to spawn to 0% yet they are still spawning.

UndeadSurvivor = {
-- Minimum=0.00 Maximum=100.00 Default=0.04
StalkerChance = 0.04,
-- Minimum=0.00 Maximum=100.00 Default=0.04
NomadChance = 0.04,
-- Minimum=0.00 Maximum=100.00 Default=0.04
PrepperChance = 0.04,
-- Minimum=0.00 Maximum=100.00 Default=0.04
HeadhunterChance = 0.0,

Was it the fact that it was 0.0 instead of 0.00? Normally I'd just say no but, I had a world corruption error because of Base.Egg so you can never be to sure about the cause of problems.
Scavenger  [开发者] 2022 年 10 月 22 日 上午 2:56 
引用自 DevoTan
In my server's server_SandboxVars.lua file, I set the chance for Headhunter's to spawn to 0% yet they are still spawning.

UndeadSurvivor = {
-- Minimum=0.00 Maximum=100.00 Default=0.04
StalkerChance = 0.04,
-- Minimum=0.00 Maximum=100.00 Default=0.04
NomadChance = 0.04,
-- Minimum=0.00 Maximum=100.00 Default=0.04
PrepperChance = 0.04,
-- Minimum=0.00 Maximum=100.00 Default=0.04
HeadhunterChance = 0.0,

Was it the fact that it was 0.0 instead of 0.00? Normally I'd just say no but, I had a world corruption error because of Base.Egg so you can never be to sure about the cause of problems.

Not sure yet if 0.0 instead of 0.00 can be a problem, would try it tho.
Does the "Normal" Headhunter spawn? Or only the Deadly one?
Just looked into the code and i realized i havent set the sandbox settings for the secret variations yet as i wanted to have them secret. I guess i should change that :D
Thank you for the report.
Scavenger  [开发者] 2022 年 10 月 23 日 上午 3:49 
引用自 DevoTan
In my server's server_SandboxVars.lua file, I set the chance for Headhunter's to spawn to 0% yet they are still spawning.

UndeadSurvivor = {
-- Minimum=0.00 Maximum=100.00 Default=0.04
StalkerChance = 0.04,
-- Minimum=0.00 Maximum=100.00 Default=0.04
NomadChance = 0.04,
-- Minimum=0.00 Maximum=100.00 Default=0.04
PrepperChance = 0.04,
-- Minimum=0.00 Maximum=100.00 Default=0.04
HeadhunterChance = 0.0,

Was it the fact that it was 0.0 instead of 0.00? Normally I'd just say no but, I had a world corruption error because of Base.Egg so you can never be to sure about the cause of problems.

Should be fixed now
rehvo 2022 年 11 月 17 日 上午 4:05 
after the last update, I had to remove the mod because my game just doesn't open with it active.

ERROR: General , 1668686399900> java.lang.RuntimeException: Cannot override existing registry id (2722) to new id (5732), item: Base.DeadlyHeadhunterRifle
ERROR: General , 1668686399901> at zombie.scripting.objects.Item.setRegistry_id(Item.java:3340)
ERROR: General , 1668686399902> at zombie.world.DictionaryData.parseCurrentItemSet(DictionaryData.java:245)
ERROR: General , 1668686399903> at zombie.world.WorldDictionary.init(WorldDictionary.java:213)
ERROR: General , 1668686399904> at zombie.iso.IsoWorld.init(IsoWorld.java:2430)
ERROR: General , 1668686399904> at zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:261)
ERROR: General , 1668686399905> at zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:218)
ERROR: General , 1668686399905> at java.base/java.lang.Thread.run(Unknown Source)
LOG : General , 1668686399906> WorldDictionary: Warning: error occurred loading dictionary!
LOG : General , 1668686399906> WorldDictionary: Attempting to copy WorldDictionary backups...
LOG : General , 1668686399907> WorldDictionary: path = C:\Users\REHVO\Zomboid\Saves\Sandbox\savev2\WD_ERROR_1668686399\
ERROR: General , 1668686399935> ExceptionLogger.logException> Exception thrown zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error. at WorldDictionary.init line:255.
ERROR: General , 1668686399935> DebugLogStream.printException> Stack trace:
zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error.
at zombie.world.WorldDictionary.init(WorldDictionary.java:255)
最后由 rehvo 编辑于; 2022 年 11 月 17 日 上午 4:06
Scavenger  [开发者] 2022 年 11 月 17 日 上午 4:22 
after the last update, I had to remove the mod because my game just doesn't open with it active.

ERROR: General , 1668686399900> java.lang.RuntimeException: Cannot override existing registry id (2722) to new id (5732), item: Base.DeadlyHeadhunterRifle
ERROR: General , 1668686399901> at zombie.scripting.objects.Item.setRegistry_id(Item.java:3340)
ERROR: General , 1668686399902> at zombie.world.DictionaryData.parseCurrentItemSet(DictionaryData.java:245)
ERROR: General , 1668686399903> at zombie.world.WorldDictionary.init(WorldDictionary.java:213)
ERROR: General , 1668686399904> at zombie.iso.IsoWorld.init(IsoWorld.java:2430)
ERROR: General , 1668686399904> at zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:261)
ERROR: General , 1668686399905> at zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:218)
ERROR: General , 1668686399905> at java.base/java.lang.Thread.run(Unknown Source)
LOG : General , 1668686399906> WorldDictionary: Warning: error occurred loading dictionary!
LOG : General , 1668686399906> WorldDictionary: Attempting to copy WorldDictionary backups...
LOG : General , 1668686399907> WorldDictionary: path = C:\Users\REHVO\Zomboid\Saves\Sandbox\savev2\WD_ERROR_1668686399\
ERROR: General , 1668686399935> ExceptionLogger.logException> Exception thrown zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error. at WorldDictionary.init line:255.
ERROR: General , 1668686399935> DebugLogStream.printException> Stack trace:
zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error.
at zombie.world.WorldDictionary.init(WorldDictionary.java:255)

Did you installed "Udderly Attachments" and a database option of it?
Not sure tho if a missing database can cause such error.
I tried it without a database, while it didnt started the error looked different.

You can play without udderly attachments tho, but then you have to deactivate the core module of it.
最后由 Scavenger 编辑于; 2022 年 11 月 17 日 上午 4:23
rehvo 2022 年 11 月 17 日 上午 4:48 
引用自 Scavenger
after the last update, I had to remove the mod because my game just doesn't open with it active.

ERROR: General , 1668686399900> java.lang.RuntimeException: Cannot override existing registry id (2722) to new id (5732), item: Base.DeadlyHeadhunterRifle
ERROR: General , 1668686399901> at zombie.scripting.objects.Item.setRegistry_id(Item.java:3340)
ERROR: General , 1668686399902> at zombie.world.DictionaryData.parseCurrentItemSet(DictionaryData.java:245)
ERROR: General , 1668686399903> at zombie.world.WorldDictionary.init(WorldDictionary.java:213)
ERROR: General , 1668686399904> at zombie.iso.IsoWorld.init(IsoWorld.java:2430)
ERROR: General , 1668686399904> at zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:261)
ERROR: General , 1668686399905> at zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:218)
ERROR: General , 1668686399905> at java.base/java.lang.Thread.run(Unknown Source)
LOG : General , 1668686399906> WorldDictionary: Warning: error occurred loading dictionary!
LOG : General , 1668686399906> WorldDictionary: Attempting to copy WorldDictionary backups...
LOG : General , 1668686399907> WorldDictionary: path = C:\Users\REHVO\Zomboid\Saves\Sandbox\savev2\WD_ERROR_1668686399\
ERROR: General , 1668686399935> ExceptionLogger.logException> Exception thrown zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error. at WorldDictionary.init line:255.
ERROR: General , 1668686399935> DebugLogStream.printException> Stack trace:
zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error.
at zombie.world.WorldDictionary.init(WorldDictionary.java:255)

Did you installed "Udderly Attachments" and a database option of it?
Not sure tho if a missing database can cause such error.
I tried it without a database, while it didnt started the error looked different.

You can play without udderly attachments tho, but then you have to deactivate the core module of it.

I will try to disable and use the mod again. ty for attention
Tailspin 2022 年 11 月 17 日 上午 10:09 
Hey I really appreciate your contribution and diligence, but are you aware of the havoc these rapidly posted updates are causing to subscribed servers?
< >
正在显示第 1 - 15 条,共 83 条留言
每页显示数: 1530 50