Skip to content

Instantly share code, notes, and snippets.

@davidstrauss
Last active May 13, 2023 01:14
Show Gist options
  • Save davidstrauss/501115f1bcba2638af6dcde6b92b5813 to your computer and use it in GitHub Desktop.
Save davidstrauss/501115f1bcba2638af6dcde6b92b5813 to your computer and use it in GitHub Desktop.
  1. Download both files for the "offline backup game installers".

  2. Extract:

    innoextract --output-dir=~/Downloads/HoMM3 "setup_heroes_of_might_and_magic_3_complete_4.0_(28740).exe"
    
  3. From the VCMI Launcher, choose to copy in the files. Select the ~/Downloads/HoMM3 directory.

  4. Delete the setup_heroes_of_might_and_magic_3_complete_4.0_(28740)* files and ~/Downloads/HoMM3.

It's also possible to run the import CLI using flatpak run --command=vcmibuilder eu.vcmi.VCMI --data $PATH, but any path seems to be interpreted from within the Flatpak sandbox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment