MrHydralisk / Lethal-Company-Enhanced-Radar-Booster

Mod for Lethal Company, that enhance Radar Booster.
Other
1 stars 0 forks source link

Booster cant be teleported back #19

Closed Pryan1kk closed 6 months ago

Pryan1kk commented 6 months ago

Inverse teleport works great but booster cant be teleport back

MrHydralisk commented 6 months ago

Unless you provide me with enough information to reproduce this issue on my end, there is not much what I can tell you. It include log errors that indicate not being able to teleport it or exact course of actions that you did to get this issue. Additionally settings file information also would be nice to have.

Pryan1kk commented 6 months ago

Unless you provide me with enough information to reproduce this issue on my end, there is not much what I can tell you. It include log errors that indicate not being able to teleport it or exact course of actions that you did to get this issue. Additionally settings file information also would be nice to have.

Its just cant be teleported back Can you just check it? I dont have any mod skills or something like that

MrHydralisk commented 6 months ago

Currently I not playing LC. v50 was tested and updated to it, so it was working unless they drop like new version already. It was tested by multiple players from LC Modding Discord server and no such issue was reported. That's why I was asking for additional info, since it not suppose to happen, unless something interfering.

MrHydralisk commented 6 months ago

Like for example last time someone reported it not working it end up being other mod LCGoldScrap, that was causing error, which was preventing this ERB mod working properly. All it took is to figure out the reason and report to proper mod dev and it was fixed in few days on their side.

Pryan1kk commented 6 months ago

Like for example last time someone reported it not working it end up being other mod LCGoldScrap, that was causing error, which was preventing this ERB mod working properly. All it took is to figure out the reason and report to proper mod dev and it was fixed in few days on their side.

Okay, how to check these errors?

MrHydralisk commented 6 months ago

C:\Users...\AppData\LocalLow\ZeekerssRBLX\Lethal Company find file Player.log. It collect information about last played session since you open the game and till you close it. If some error happens in between it write inside of it. As for config MrHydralisk.EnhancedRadarBooster.cfg from Game folder Lethal Company\BepInEx\config. Plus tell me:

Pryan1kk commented 6 months ago

MrHydralisk.EnhancedRadarBooster.cfg

i played with someone i wasnt host yes

in logs i seen only "Sending config sync request to Server" and "Receiving config sync from Server" no errors let me try in solo game, i think it was bad lobby

MrHydralisk commented 6 months ago

You can send the filles itself, so you don't need to search through them.

Pryan1kk commented 6 months ago

in solo it dont work too Player.log

MrHydralisk commented 6 months ago

Okay, I can see that it doesn't seems to be error can be noticed. The question is:

MrHydralisk commented 6 months ago

Actually, now when I checked MV.NicerTeleporters code it seems to just rewriting teleportation code, so it highly possible that that mod preventing Radar Booster telportation, due to not mod compatability friendly way of patching teleportation.

MrHydralisk commented 6 months ago

If you test without it and Radar Boosters will teleport properly, then we found the culprit.

MrHydralisk commented 6 months ago

As for alternative to NicerTeleporters I would suggest you from my experience to swap to BetterTeleporter, cause it have way better compatability and you can adjust everything via config.

Pryan1kk commented 6 months ago

yea this was a conflict between NicerTeleporters

MrHydralisk commented 6 months ago

Good thing we figured it this easy. It pretty common esp in LC. Saw a lot of modders making their idea via patch by replacing vanilla code fully, which works perfect, when you use only that mod A. But once there is another mod B that trying to access that vanilla code, it never able to get it, due to overriding it by A. It usually require some drastic changes of a way how they trying to patch the vanilly cone on a side of A. But you lucky that there is already alternatives to it, so can just replace the NicerTeleporters with BetterTeleporter in your modpack and should be able to return playing without issues.

Pryan1kk commented 6 months ago

thanks for help have a nice day