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

[Bug]: Please add back player id on weight number, because sometimes players are too far or fast to see number. #163

Closed joep26020 closed 9 months ago

joep26020 commented 9 months ago

What happened?

5154151

Current Commit Hash

566666

Injector

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

No response

Log output

No response

Acknowledgement

winstxnhdw commented 9 months ago

The size of the text doesn't change no matter how far they are.

joep26020 commented 9 months ago

The size of the text doesn't change no matter how far they are.

yes but they still move. i don't see why you have to keep player weight number removed. i just ask could you please put it back in.

winstxnhdw commented 9 months ago

I removed it because like all mods, it has a performance cost. If the player is moving, don't you also have to track the player with your mouse so that it shows up on your HUD?

joep26020 commented 9 months ago

I removed it because like all mods, it has a performance cost. If the player is moving, don't you also have to track the player with your mouse so that it shows up on your HUD?

well could you make it toggleable or optional? or could i have the code so i can input it into my mod?

winstxnhdw commented 9 months ago

Sure, the code is here: https://github.com/winstxnhdw/lc-hax/commit/dab252b25066c474f90e15c2740ce4d3ce3a6008

If more people want it back, I'll add it back.

joep26020 commented 9 months ago

Sure, the code is here: dab252b

If more people want it back, I'll add it back.

so what do i do with that??? im sorry i dont understand what i do with codes

winstxnhdw commented 9 months ago

You just have to copy-paste them back into your code. Highlighted in red means they've been removed.