A simple mod that removes the client-side Photon TimeoutDisconnect checks, potentially preventing some disconnects in games using Photon Networking.
REPOConfig.dll in BepInEx\plugins.DisableClientsideTimeout.dll into the game's BepInEx\plugins folder.BepInEx/LogOutput.log) for messages from "Disable Clientside Timeout" confirming it loaded and patched successfully (unless disabled via config).This mod includes a configuration option to enable or disable the patch:
BepInEx/config/JustSomeGuyDev.DisableClientsideTimeout.cfg (Generated after running the game once with the mod installed).Enable Patch
Boolean (true/false)truetrue, the mod applies the patch to disable the client-side timeout disconnect. When set to false, the mod loads but does not apply the patch, leaving the default timeout behavior active. This is useful if you find the patch causes severe lag or desynchronization on very unstable internet connections... if your internet connection dips down below 3mbs.You can edit this file directly with a text editor or use REPOConfig if installed for in-game configuration.
Important: A game restart is required after changing this setting for it to take effect.