winstxnhdw / lc-hax

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

stuff #106

Closed armorfid closed 9 months ago

winstxnhdw commented 9 months ago

LMFAO, I didn't know our unlimited ammo applied to the enemy as well.

winstxnhdw commented 9 months ago

Thanks again, @armorfid!

armorfid commented 9 months ago

the edits you made to my jamming code do not work, did you test them in-game before pushing?

winstxnhdw commented 9 months ago

I changed the functionality. To make it consistent with the stun radius, it only jams in a 5m radius.

winstxnhdw commented 9 months ago

Oh, but now that you mentioned, I did make a mistake that can cause inconsistent behaviour. Let me push a fix for that.

armorfid commented 9 months ago

I was within 1m and it did not work

winstxnhdw commented 9 months ago

Yeah, I think it was hitting your own collider then early returning each time.

armorfid commented 9 months ago

and I do still want to jam them from afar, just like how M3 works, so I very much prefer raycast either way

winstxnhdw commented 9 months ago

I think it should be a new mod then, or we let stunclick accept a radius argument.

armorfid commented 9 months ago

I strongly believe stunclick should also have a raycast too in addition to the radius, to stun enemies from afar

winstxnhdw commented 9 months ago

Okay, then we should add raycast for the usual stun as well.

winstxnhdw commented 9 months ago

Alright, I've pushed that.

armorfid commented 9 months ago

Very nice!