
DisableClientsideTimeout
Disables the client-side Photon TimeoutDisconnect check to potentially reduce random disconnects. Now includes a configuration option to toggle the patch. Does not prevent server-side timeouts.
Last updated | 2 weeks ago |
Total downloads | 57816 |
Total rating | 4 |
Categories | |
Dependency string | JustSomeGuy-DisableClientsideTimeout-1.1.0 |
Dependants | 33 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Disable Clientside Timeout
A simple mod that removes the client-side Photon TimeoutDisconnect
checks, potentially preventing some disconnects in games using Photon Networking.
Installation (Automatic via Mod Manager)
- Use a mod manager (like Gale or Thunderstore Mod Manager) to install this mod.
- (Recommended) Install REPOConfig for easier configuration.
- Launch the game. The mod should load automatically.
Installation (Manual)
- Ensure BepInEx is installed for your target game.
- (Recommended) Download and install REPOConfig by placing
REPOConfig.dll
inBepInEx\plugins
. - Download the latest release of this mod.
- Extract the contents and copy
DisableClientsideTimeout.dll
into the game'sBepInEx\plugins
folder. - Launch the game. Check the BepInEx console or log output file (
BepInEx/LogOutput.log
) for messages from "Disable Clientside Timeout" confirming it loaded and patched successfully (unless disabled via config).
Configuration
This mod includes a configuration option to enable or disable the patch:
- File Location:
BepInEx/config/JustSomeGuyDev.DisableClientsideTimeout.cfg
(Generated after running the game once with the mod installed). - Option:
Enable Patch
- Type:
Boolean
(true/false) - Default:
true
- Description: When set to
true
, the mod applies the patch to disable the client-side timeout disconnect. When set tofalse
, 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.
- Type:
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.
Important Notes
- Game Updates: Game updates might break this mod if the underlying Photon code changes significantly.
- Server-Side Timeouts: This only disables the client-side check. The server can still disconnect you for timeouts or other reasons.
- Effectiveness: This mod attempts to prevent some types of disconnects related to the client-side timeout check. It may not solve all connection issues. Disabling the patch via the config may be preferable on very poor connectionsvery unstable internet connections... if your internet connection dips down below 3mbs.