Modpack: DEV-07282024_111900_V1(b333)
Tested with V1.1 (b14) and with V1.0 (b336), as Steam doesn't let me download V1.0 (b333) anymore
When starting/loading the game, several "Parent folder not found" errors happen:
2024-11-10T15:09:16 39.894 ERR Loading AssetBundle "D:/Games/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/../Data/Bundles/Standalone/Other/Items" failed: Parent folder not found!
2024-11-10T15:09:16 39.894 ERR Loading AssetBundle "D:/Games/Steam/steamapps/common/7 Days To Die/7DaysToDie_Data/../Data/Bundles/Standalone/Other/Items" failed: Parent folder not found!
...
This is because the items.xml file of the SNJ - FoodAddOn mod contains a wrong syntax. This is what it looks like in the downloaded modpack:
Modpack: DEV-07282024_111900_V1(b333) Tested with V1.1 (b14) and with V1.0 (b336), as Steam doesn't let me download V1.0 (b333) anymore
When starting/loading the game, several "Parent folder not found" errors happen:
This is because the
items.xml
file of theSNJ - FoodAddOn
mod contains a wrong syntax. This is what it looks like in the downloaded modpack:And this is what it should look like:
After replacing
#Other
with@Other
andItems?
withItems/
in this file the errors are gone.