source-engine icon indicating copy to clipboard operation
source-engine copied to clipboard

How to disable version checking

Open lDrDooml opened this issue 1 year ago • 1 comments

According to the steam.inf file it says the following:

PatchVersion is used for that to ensure we don't get cross connecting to different releases.

So I was wondering if it could be possible for clients to connect to a server regardless of whether they have a slightly outdated version.

Checking a little more I was able to find the following:

// There's a magic number we use in the steam.inf in P4 that we don't update. // We can use this to detect if they are running out of P4, and if so, don't do any version // checking.

lDrDooml avatar Mar 04 '24 15:03 lDrDooml

just remove steam.inf file?

er2off avatar May 02 '24 17:05 er2off