halflife-unified-sdk icon indicating copy to clipboard operation
halflife-unified-sdk copied to clipboard

Add save game version check

Open SamVanheer opened this issue 1 year ago • 0 comments

Add a save game version check to trivially reject save games that are incompatible with the current version of the game.

Changes made to the game often break support for old save games, so rejecting them outright helps to avoid bogus bug reports.

An exception for developer builds is needed to allow the loading of save games in developer builds that would otherwise be considered incompatible.

SamVanheer avatar Jun 26 '23 15:06 SamVanheer