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

How to modify the engine build number?

Open marcikaa78 opened this issue 1 year ago • 1 comments
trafficstars

I'm talking about the "Source Engine 24" or similar build identifier when opening the console.

marcikaa78 avatar Jan 15 '24 19:01 marcikaa78

engine\console.cpp and search for "Source Engine", the 24 is the protocol version (see PROTOCOL_VERSION) and not the build number

EpicSentry avatar Feb 06 '24 16:02 EpicSentry