
DisableClientsideTimeout
Disables the client-side Photon TimeoutDisconnect check to potentially reduce random disconnects. Does not prevent server-side timeouts.
Last updated | 8 hours ago |
Total downloads | 8706 |
Total rating | 3 |
Categories | |
Dependency string | JustSomeGuy-DisableClientsideTimeout-1.0.1 |
Dependants | 12 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.
- Launch the game. The mod should load automatically.
Installation (Manual)
- Ensure BepInEx is installed for your target game.
- 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.
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.