Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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.
By JustSomeGuy
| Date uploaded | a year ago |
| Version | 1.0.0 |
| Download link | JustSomeGuy-DisableClientsideTimeout-1.0.0.zip |
| Downloads | 9468 |
| Dependency string | JustSomeGuy-DisableClientsideTimeout-1.0.0 |
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.dllinto the game'sBepInEx\pluginsfolder. - 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 PatchinBepInEx/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.