giosuel / imperium

Imperium is a powerful and highly performant all-in-one debugging tool to test and explore game mechanics and functionality in Lethal Company.
https://thunderstore.io/c/lethal-company/p/giosuel/Imperium/
GNU General Public License v3.0
25 stars 4 forks source link

Bugs related to spawning enemies #74

Open Fandovec03 opened 1 month ago

Fandovec03 commented 1 month ago

While testing my mod with imperium I discovered 3 bugs that causes issues.

  1. Prediction does not accurately show which vent will enemy spawn. When I click on the coordinates its either empty or something else spawns in the vent.
  2. Spawned enemies via console are not added into the GameManager.Instance.spawnedEnemies list. This causes entities affected by my mod to only register enemies that are spawned naturally.
  3. Predictions are not updated whenever I change the power level or stop certain spawns. Might not be necessarily a bug and it may as well be a spawn curve.