1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-22 09:55:17 +02:00

introduce innoextract

This commit is contained in:
Laserlicht
2024-04-01 02:31:33 +02:00
parent 611b39a150
commit de9dbf0cd7
19 changed files with 153 additions and 19 deletions
+4
View File
@@ -96,6 +96,10 @@ flatpak run --command=vcmibuilder eu.vcmi.VCMI --data /path/to/h3/data`
## Install data using gog.com offline installer
Download both files for the "offline backup game installers" and extract them using innoextract tool
You can select both downloaded files in launcher to extract automatically.
Alternativly you can use the classic way:
```
innoextract --output-dir=~/Downloads/HoMM3 "setup_heroes_of_might_and_magic_3_complete_4.0_(28740).exe"
```