We currently don't have a way to import already downloaded games
Changes
Added cli action to import an already downloaded game
Checking local files' integrity before importing
Notes
We verify the checksum of every file against the latest manifest.
The reason for this is simple: updates. When importing, we don't have access to the originally downloaded manifest, so we can't handle updates for the game properly.
To avoid issues, I think it's better for the user to re-download the game if they have an older version.
Why
We currently don't have a way to import already downloaded games
Changes
Notes
We verify the checksum of every file against the latest manifest.
The reason for this is simple: updates. When importing, we don't have access to the originally downloaded manifest, so we can't handle updates for the game properly.
To avoid issues, I think it's better for the user to re-download the game if they have an older version.