CDDA-Game-Launcher icon indicating copy to clipboard operation
CDDA-Game-Launcher copied to clipboard

Add extraction user sound from previous_version/sound to game_dir/sound

Open yukhymenko-yurii opened this issue 4 years ago • 4 comments

After update game, user sound (game_dir/sound), not been extracted from previous_version/sound.

yukhymenko-yurii avatar Nov 24 '20 17:11 yukhymenko-yurii

In addition I fixed problem when extraction from previous_version more then one soundpack was interrupted in post_extraction_step3

yukhymenko-yurii avatar Nov 27 '20 01:11 yukhymenko-yurii

I should be able to review and test this soon.

remyroy avatar Nov 27 '20 01:11 remyroy

copy_next_soundpack runs as callback of ProgressCopyTree so post_extraction_step3 executing and set in_post_extraction to False before all done

yukhymenko-yurii avatar Nov 27 '20 01:11 yukhymenko-yurii

Oh, i was wrong. Its was my issue. I revert my changes and move calling post_extraction_step3 to the right place. Sorry.

yukhymenko-yurii avatar Nov 27 '20 02:11 yukhymenko-yurii