Project Zomboid

Project Zomboid

Boots Expanded 11 for B41 and B42
This mod causes crashes in new update
LOG : General f:0, t:1741694062551> WorldDictionary: Checking dictionary...
ERROR: General f:0, t:1741694062605> ExceptionLogger.logException> Exception thrown
java.lang.Exception: Item not found: Base.Apron_Garbage at OutputMapper.getItem(OutputMapper.java:127).
Stack trace:
zombie.entity.components.crafting.recipe.OutputMapper.getItem(OutputMapper.java:127)
zombie.entity.components.crafting.recipe.OutputMapper.OnPostWorldDictionaryInit(OutputMapper.java:157)
zombie.scripting.entity.components.crafting.OutputScript.OnPostWorldDictionaryInit(OutputScript.java:398)
zombie.scripting.entity.components.crafting.CraftRecipe.OnPostWorldDictionaryInit(CraftRecipe.java:718)
zombie.scripting.ScriptBucketCollection.OnPostWorldDictionaryInit(ScriptBucketCollection.java:188)
zombie.scripting.ScriptManager.PostWorldDictionaryInit(ScriptManager.java:1746)
zombie.iso.IsoWorld.init(IsoWorld.java:2766)
zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:300)
zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:250)
java.base/java.lang.Thread.run(Unknown Source)
< >
Mostrando 1-15 de 20 comentarios
Spiffuardo 11 MAR a las 7:43 
Can also confirm this. Same error and crash at world startup when using the clothes expanded submod.
Incus 11 MAR a las 7:51 
Same here. Seems to be just the clothing option. Not the Boots.
Nyagger 11 MAR a las 7:55 
confirming as well, old save loads flawlessly when I disable the clothes expanded submod
same here
Unjal 11 MAR a las 8:15 
ALL MY STAFF WAS IN BACKPACK FROM THIS MODE
Publicado originalmente por 76561199208254880:
ALL MY STAFF WAS IN BACKPACK FROM THIS MODE
and you broke your capslock key?
Unjal 11 MAR a las 8:25 
Publicado originalmente por Mad Data Scientist !PC:
Publicado originalmente por 76561199208254880:
ALL MY STAFF WAS IN BACKPACK FROM THIS MODE
and you broke your capslock key?
yeah
Nyagger 11 MAR a las 8:26 
Publicado originalmente por 76561199208254880:
Publicado originalmente por Mad Data Scientist !PC:
and you broke your capslock key?
yeah
:csgohelmet:
deadngone90 11 MAR a las 14:06 
5 hours of searching for this Base.Apron_Garbage..finally
If anyone with a bit more skill than me is willing to work on this, I at least found the file location:
SteamLibrary\steamapps\workshop\content\108600\2850935956
BONANGER1 11 MAR a las 21:45 
also finally figured it out by starting new games until i disabled and re-enabled this mod specifically
big swifty 11 MAR a las 23:57 
4
4
5
4
The crash is caused by 42.5's addition of two Aprons to the game. This mod overwrites a base game script for all clothing for some reason. This can be easily fixed by simply adding the two entries from the base game into into the mod file

1.Go to: SteamLibrary\steamapps\workshop\content\108600\2850935956\mods\Clothes and Loot Expanded\42\media\scripts\clothing

Open "clothing_others.txt" in Notepad.

Paste this in before the last bracket at the bottom:

item Apron_Garbage
{
DisplayName = Garbage Bag Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Garbagebag,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Garbage,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

item Apron_Tarp
{
DisplayName = Tarp Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Tarp,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Tarp,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

Works fine, hopefully this gets a real update soon. I'd upload a fix but idk how to do that
big swifty 11 MAR a las 23:58 
Publicado originalmente por Sadboy McNoscrew:
If anyone with a bit more skill than me is willing to work on this, I at least found the file location:
SteamLibrary\steamapps\workshop\content\108600\2850935956
big credit for saving me the time of looking for the mod ID in my workshop folder ur goated
Publicado originalmente por big swifty:
The crash is caused by 42.5's addition of two Aprons to the game. This mod overwrites a base game script for all clothing for some reason. This can be easily fixed by simply adding the two entries from the base game into into the mod file

1.Go to: SteamLibrary\steamapps\workshop\content\108600\2850935956\mods\Clothes and Loot Expanded\42\media\scripts\clothing

Open "clothing_others.txt" in Notepad.

Paste this in before the last bracket at the bottom:

item Apron_Garbage
{
DisplayName = Garbage Bag Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Garbagebag,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Garbage,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

item Apron_Tarp
{
DisplayName = Tarp Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Tarp,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Tarp,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

Works fine, hopefully this gets a real update soon. I'd upload a fix but idk how to do that


Confirming this works 100%
Rescued my main save game. Worthy of award!
Publicado originalmente por big swifty:
The crash is caused by 42.5's addition of two Aprons to the game. This mod overwrites a base game script for all clothing for some reason. This can be easily fixed by simply adding the two entries from the base game into into the mod file

1.Go to: SteamLibrary\steamapps\workshop\content\108600\2850935956\mods\Clothes and Loot Expanded\42\media\scripts\clothing

Open "clothing_others.txt" in Notepad.

Paste this in before the last bracket at the bottom:

item Apron_Garbage
{
DisplayName = Garbage Bag Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Garbagebag,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Garbage,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

item Apron_Tarp
{
DisplayName = Tarp Apron,
DisplayCategory = Clothing,
Type = Clothing,
Icon = Apron_Tarp,
BloodLocation = Apron,
BodyLocation = TorsoExtra,
ClothingItem = Apron_Tarp,
WorldStaticModel = Apron_Ground,
Tags = RipClothingCotton,
DiscomfortModifier = 0.1,
WaterResistance = 1,
}

Works fine, hopefully this gets a real update soon. I'd upload a fix but idk how to do that

Thanks it's working :steamthumbsup:
< >
Mostrando 1-15 de 20 comentarios
Por página: 1530 50