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

Create RespawnCommand.cs #353

Closed xAstroBoy closed 4 months ago

winstxnhdw commented 4 months ago

@xAstroBoy Doesn't seem to work for me :/

xAstroBoy commented 4 months ago

it works, for me atleast even in vanilla.

winstxnhdw commented 4 months ago

I am on vanilla as well. I go on a multiplayer lobby. Land the ship. Run into the factory. Jump off the railings and die. Then do /respawn. Nothing happens.

winstxnhdw commented 4 months ago

Have you tried with this branch?

xAstroBoy commented 4 months ago

Have you tried with this branch?

yes i did

winstxnhdw commented 4 months ago

What did you do to get the effect. Let me know and I’ll try to replicate it.

xAstroBoy commented 4 months ago

Just a random death.

winstxnhdw commented 4 months ago

I see. So being killed by fall damage won’t work with this?

xAstroBoy commented 4 months ago

I see. So being killed by fall damage won’t work with this?

it should, because is basically a modified .RespawnAllPlayers()

winstxnhdw commented 4 months ago

I just tested again. This time I had a friend kill me with a shovel. Doesn’t work.

xAstroBoy commented 4 months ago

I just tested again. This time I had a friend kill me with a shovel. Doesn’t work.

i might have a idea how to fix this command and make it better. But for now let's focus on the other two pull requests which are ready to be merged.

winstxnhdw commented 4 months ago

GitHub is broken in my region for some reason. I can only access it via my phone right now, so you’ll have to wait.

xAstroBoy commented 4 months ago

GitHub is broken in my region for some reason. I can only access it via my phone right now, so you’ll have to wait.

it might be the flag isPlayerDead , sometimes is not being set, ill rewrite this command because i noticed a bunch of these are already duplicated checks.

xAstroBoy commented 4 months ago

@winstxnhdw try this new version

winstxnhdw commented 4 months ago

Tested. It works.