JustSomeGuy-DisableClientsideTimeout icon

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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)

  1. Use a mod manager (like Gale or Thunderstore Mod Manager) to install this mod.
  2. Launch the game. The mod should load automatically.

Installation (Manual)

  1. Ensure BepInEx is installed for your target game.
  2. Download the latest release of this mod.
  3. Extract the contents and copy DisableClientsideTimeout.dll into the game's BepInEx\plugins folder.
  4. 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.