thobbsinteractive / magic-carpet-2-hd

Recode Binary code of game Magic Carpet2 to C/C++ language(remake MC2 for any platform)
GNU General Public License v3.0
30 stars 4 forks source link

GOG Offline/backup installed copy of the game cannot be extracted by MSI #252

Closed thobbsinteractive closed 1 year ago

cyberpunk2021 commented 1 year ago

Hi

I don't think it's the installer itself which is the problem. The installer copy all the files (and EXTRACT files specifically) and rollback deleting all of them just before the extract step. So it can't extract anything without them. Even if you extract the files manually with remc2, the installer will delete all of them !

Anyway, thanks for your great work, I can't wait to play Magic Carpet 2 again !

thobbsinteractive commented 1 year ago

Hi. I have found it is a permission issue. It will be fixed in the next Release.

On Tue, 13 Jun 2023, 15:14 cyberpunk2021, @.***> wrote:

Hi

I don't think it's the installer itself which is the problem. The installer copy all the files (and EXTRACT files specifically) and rollback deleting all of them just before the extract step. So it can't extract anything without them.

— Reply to this email directly, view it on GitHub https://github.com/thobbsinteractive/magic-carpet-2-hd/issues/252#issuecomment-1589291096, or unsubscribe https://github.com/notifications/unsubscribe-auth/AETQQFEW5HUFF25AS6JXFQTXLBRTBANCNFSM6AAAAAAYZRBP4M . You are receiving this because you authored the thread.Message ID: @.***>

cyberpunk2021 commented 1 year ago

Great !

thobbsinteractive commented 1 year ago

The game in the next release can now be installed using the just the CD. It will not bring across the save files in this case though. When it is run it will run the built in code to basically install the game. I think this will work well for most people. I have a few more days work on the MSI until I can release it. I need to check the upgrading code works and I would like it to rip the tracks from the CD.

cyberpunk2021 commented 1 year ago

The new version installer works fine, thanks a lot !

thobbsinteractive commented 1 year ago

Thanks for testing!