winstxnhdw / lc-hax

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

Enchancements #280

Closed xAstroBoy closed 5 months ago

xAstroBoy commented 5 months ago

Fix Gift bugging out when infinite state by skipping the checks and just calling the RPC event The RPC will break the gift for other players, but you will be able to open and drop it freely without worrying of the gift soflocking your game and requiring the cupboard to place it.

remove OneHanded OnLateUpdate() check and switch to item patching directly

Patch Items Directly : Allow to pick items on floor even on game join Make all items one handed. (removes inventory full alert)

Make ClearVisionMod NightVision resilient due to failure sometimes to make it clear.

winstxnhdw commented 5 months ago

remove OneHanded OnLateUpdate() check and switch to item patching directly

I've tried this before but I couldn't get it to work. Is this tested?

xAstroBoy commented 5 months ago

remove OneHanded OnLateUpdate() check and switch to item patching directly

I've tried this before but I couldn't get it to work. Is this tested?

Yes, you can check by yourself, it works like a charm.

winstxnhdw commented 5 months ago

Thanks for the contributions again!