Unable to update live store content with a base_game_version lower than the updated world.
Partner Rank: 1
Verification builds: Augur Validation on 29/03/2022 (17:00 GMT)
Impact: We can't update content on the store.
For example, we are updating City Living 2, this has a base_game_version of 1.14.0.
We fixed an error in the world done with the latest client (Currently 1.18).
This is then failed by the validator with the following error:
File: Message: The world save version (1.18.0 : "MinimumCompatibleClientVersion") is newer than the manifest version (1.14.0). Please update your manifest to be same or newer than the version the world was saved on.
This is affecting all Noxcrew world content currently live on the store.
Repro Steps:
Submit a world update to live store content with a base_game_version lower than the world version where the world update happened.
Observed Results:
When submitting a 1.18 world with base_game_version 1.14:
CHECK WORLD VERSION AGAINST MANIFEST VERSION
File: Message: The world save version (1.18.0 : "MinimumCompatibleClientVersion") is newer than the manifest version (1.14.0). Please update your manifest to be same or newer than the version the world was saved on.
We thought this is because you can't currently update worlds to 1.18 base_game_version.
We then submitted a 1.17 world with base_game_version 1.14:
CHECK WORLD VERSION AGAINST MANIFEST VERSION
File: Message: The world save version (1.17.0 : "MinimumCompatibleClientVersion") is newer than the manifest version (1.14.0). Please update your manifest to be same or newer than the version the world was saved on.
Expected Results:
We are able to update live store content without the need to update the base_game_version.
Screenshots/Videos attached: Yes
Regression Build: This was accepted by the Auger validator a few months ago.