KawaiiBone / LethalCompanyRemnants

Adds store items as scrap, to be found in moons as scrap in Lethal Company. You can now also find the bodies of previous crews accompanying their former gear.
MIT License
1 stars 0 forks source link

Crash on random seed #19

Closed Mari0no1 closed 2 months ago

Mari0no1 commented 2 months ago

Whenever I try to land on a moon, I get stuck on the random seed screen

Here's the log: LogOutput.log

KawaiiBone commented 2 months ago

Thank you for reporting the issue.

This part is probably an issue with compatibility with other mods. Could you send me the code of the mods you have used? So I can test it more thorough and maybe find a way to fix the issue.

This problem does not occur with mods that I use to test, so I cannot know what the specific issue is now. But I can guess either an incompatibility with mods that adds moons or something else.

Mari0no1 commented 2 months ago

Sorry for late response, here is my profile code : 018ef7c6-964b-e896-5342-ac4e1bc8d920

Remnant items rarity was set to 100 for testing purposes

KawaiiBone commented 2 months ago

That is all fine I will take a look at this later. If you want a quick fix for this, then you need to disable the body spawning in the config for the Remnant mods. You can do this by going to the config section GeneralBody and setting Body spawn rarity value to 0. This bug should be fixed on the next update.

KawaiiBone commented 2 months ago

This is bug on my end, I forgot to take in mind that the prop version of the bodies are not compatible with the random suits version yet. So setting it to scrap should fix the issue as well. This bug should be fixed on the next update.

Thank you for reporting the bug.

KawaiiBone commented 2 months ago

The bug should be fixed now, but ill leave this issue open for a week to be sure.