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

Minimum Remnant Items Spawned #36

Closed MadKattz closed 2 months ago

MadKattz commented 3 months ago

Not sure if this is intentional, but I've been trying to change the spawn rates of items on early moons to be considerably rare, since the danger level of these moons is supposed to be pretty low. However, the config for minimum items spawned on a moon cant be set lower than 1, guaranteeing a dead body to spawn on each level.

KawaiiBone commented 3 months ago

To change the spawn rates relatively to the danger of the moons, its best to tweak these two config features:

Do know that a moon like Experimentation has a high level of threat and for example Vow has a very low one. Is this what you meant?

MadKattz commented 3 months ago

Basically, im just trying to set this value to 0. I'm not sure if its a limitation in the code but it keeps changing to 1 every time I launch to game and check back.

Capture

KawaiiBone commented 3 months ago

It is a set limitation that I put in, I basically clamp the number between 1 and 50 to prevent it crashing the game. I would recommend you reducing the config features that I mention to a number like 0.05 or lower. This means that there is a chance that no items or bodies will spawn on a level.