You are viewing a potentially older version of this package.
View all versions.

DisableClientsideTimeout
Disables the client-side Photon TimeoutDisconnect check to potentially reduce random disconnects. Does not prevent server-side timeouts.
Date uploaded | 3 days ago |
Version | 1.0.1 |
Download link | JustSomeGuy-DisableClientsideTimeout-1.0.1.zip |
Downloads | 4222 |
Dependency string | JustSomeGuy-DisableClientsideTimeout-1.0.1 |
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.
CHANGELOG
Changelog
1.1.0
Added
- Configuration option (
Enable Patch
inBepInEx/config/JustSomeGuyDev.DisableClientsideTimeout.cfg
) to toggle the timeout disconnect patch. Defaults totrue
(enabled). - Compatibility with REPOConfig for in-game configuration management.
1.0.1
Added
- Github Repository Link
1.0.0
- Initial release.
- Disables client-side Photon TimeoutDisconnect checks.