winstxnhdw / lc-hax

A powerful, feature-rich and highly performant internal cheat for the co-op indie horror video game, Lethal Company.
77 stars 25 forks source link

[Bug]: Injecting after ship lands breaks EnemyESP #328

Closed winstxnhdw closed 4 months ago

winstxnhdw commented 5 months ago

What happened?

This happens because the method used to populate the Enemy Hashsets are not updated when enemies have already spawned.

cc: @xAstroBoy

Current Commit Hash

c08b417d8a71d44c9db8cb22e6985e626006d6aa

Injector

If you selected "Others" above, please specify the injector you are using.

No response

Log output

No response

Acknowledgement

xAstroBoy commented 5 months ago

instead of .Start() use .Update()

winstxnhdw commented 5 months ago

Running Add on every frame is insane, especially on a Hashset. I think we might have to revert back to using HaxObjects.

xAstroBoy commented 5 months ago

solved in #317