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)
< >
Zobrazuje se 115 z 20 komentářů
Can also confirm this. Same error and crash at world startup when using the clothes expanded submod.
Same here. Seems to be just the clothing option. Not the Boots.
confirming as well, old save loads flawlessly when I disable the clothes expanded submod
ALL MY STAFF WAS IN BACKPACK FROM THIS MODE
76561199208254880 původně napsal:
ALL MY STAFF WAS IN BACKPACK FROM THIS MODE
and you broke your capslock key?
Mad Data Scientist !PC původně napsal:
76561199208254880 původně napsal:
ALL MY STAFF WAS IN BACKPACK FROM THIS MODE
and you broke your capslock key?
yeah
76561199208254880 původně napsal:
Mad Data Scientist !PC původně napsal:
and you broke your capslock key?
yeah
:csgohelmet:
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
also finally figured it out by starting new games until i disabled and re-enabled this mod specifically
big swifty 11. bře. v 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
Sadboy McNoscrew původně napsal:
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
big swifty původně napsal:
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!
big swifty původně napsal:
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:
< >
Zobrazuje se 115 z 20 komentářů
Na stránku: 1530 50