Angry362 / Lifestyle-Mod-Project-Zomboid-

0 stars 0 forks source link

error spam and modded moddles not showing when using mod with excrementum #14

Closed 4nalMac closed 11 months ago

4nalMac commented 11 months ago

I find that the moment I eat something in game I will be spammed with errors and none of the moodles from excrementum appear on screen. gameplay seems totally unaffected outside of that and friends on my server don't have any of the same issues. I use dynamic bodies and more zooms mods which require game file edits to work but resetting to default did not fix it either.

These are the mods being used on my server. console.txt

Angry362 commented 11 months ago

Hi! Having looked at the logs I believe it's the exact same issue as reported here: https://github.com/Angry362/Lifestyle-Mod-Project-Zomboid-/issues/2

The error attempted index: MoodlePriority of non-table: null happens when the code can't find the sandbox options for lifestyle. The sandbox options were added in patch 0.2 in august. Earlier versions lacked the sandbox options and there were several alternate versions of lifestyle made back when I removed the mod in June, having any of these versions downloaded (or modpacks that ripped the contents of the mod) will cause this issue.

I remember you said you'd prefer not to remove all your mods, in this case you have find the older version of lifestyle installed in your mods folder, unsub from it and then delete it. Maybe searching for "lifestyle" in your mod folders can help you find it, "InstrumentContextMenu" is also a file name that the current and old versions share and could help you find them that way.

4nalMac commented 11 months ago

Hi! Having looked at the logs I believe it's the exact same issue as reported here: #2

The error attempted index: MoodlePriority of non-table: null happens when the code can't find the sandbox options for lifestyle. The sandbox options were added in patch 0.2 in august. Earlier versions lacked the sandbox options and there were several alternate versions of lifestyle made back when I removed the mod in June, having any of these versions downloaded (or modpacks that ripped the contents of the mod) will cause this issue.

I remember you said you'd prefer not to remove all your mods, in this case you have find the older version of lifestyle installed in your mods folder, unsub from it and then delete it. Maybe searching for "lifestyle" in your mod folders can help you find it, "InstrumentContextMenu" is also a file name that the current and old versions share and could help you find them that way.

This fixed it. thanks a lot

Angry362 commented 11 months ago

No problem! I'm glad it's solved :)