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]: Disabling "PosessionMod" also disables the ability to scan. #368

Closed IntegrityPerson closed 4 months ago

IntegrityPerson commented 4 months ago

What happened?

image If I switch this to //Loader.AddHaxModules(); - it will disable the ability to scan.

Current Commit Hash

9d015885c8d9d0cd692318a1f7bc95789b8d9fb5

Injector

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

No response

Log output

No response

Acknowledgement

IntegrityPerson commented 4 months ago

Also is there a version of this mod where I can have ONLY the commands in chat?

winstxnhdw commented 4 months ago

I think this has something to do with @xAstroBoy’s disable player scan for possession mod.

winstxnhdw commented 4 months ago

Also is there a version of this mod where I can have ONLY the commands in chat?

Just comment out all the mods and delete all the patches that are not dependencies + ChatPatch.cs.

xAstroBoy commented 4 months ago

I think this has something to do with @xAstroBoy’s disable player scan for possession mod.

yeah because even ControlCompany does disable scan because there's no need for it if you control a enemy

IntegrityPerson commented 4 months ago

@winstxnhdw @xAstroBoy What is the mod that disables the commands being viewed by others in chat because people can see commands such as /money after I disabled most of them.

winstxnhdw commented 4 months ago

There is no mod that does that. It's built-in and you can't disable it unless you disable commands.

IntegrityPerson commented 4 months ago

No, no, no. Basically I disabled a bunch of the mods by putting // in front of them. Now, when I type commands in chat, others are able to read them. Before, people couldn't see them. Which one do I need to reactivate?

winstxnhdw commented 4 months ago

I am saying that should never happen. Commands will never be revealed unless your commands aren’t working.

IntegrityPerson commented 4 months ago

Interesting...

IntegrityPerson commented 4 months ago

Then what does the "ChatMod" do?

winstxnhdw commented 4 months ago

Just allows you to reuse previous commands. You can remove it and all will still work fine.

IntegrityPerson commented 4 months ago

Hmm... I will try typing again

winstxnhdw commented 4 months ago

Recently, I even moved ChatPatch to Dependencies so you can delete anything patch that is not under Dependencies and everything will still work.

IntegrityPerson commented 4 months ago

Also, people aren't supposed to see your commands right?

winstxnhdw commented 4 months ago

Nope. If the name starts with "USER", it will never be seen.

IntegrityPerson commented 4 months ago

Ok maybe it was just that session then... That's strange

winstxnhdw commented 4 months ago

If they have a mod that listens to RPC commands, they can see that someone has called an RPC command, but they won't know who it is from AFAIK.

IntegrityPerson commented 4 months ago

My name starts with my ingame name... not USER

winstxnhdw commented 4 months ago

Then your command is not working.

IntegrityPerson commented 4 months ago

Damn

IntegrityPerson commented 4 months ago

Is it possible that my mods are making it go wrong?

winstxnhdw commented 4 months ago

Very possible.

IntegrityPerson commented 4 months ago

I will disable them and report back when I find the one.

IntegrityPerson commented 4 months ago

It is the "Boombox Controller" mod. I think because it also uses commands to play the custom tracks. All good now.

Thanks!!

winstxnhdw commented 4 months ago

I am forcefully overriding the command patch, maybe you can try the Boombox mod again.

winstxnhdw commented 4 months ago

Fixed in latest.