This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
playground:fheroes2 [2025/01/17 19:30] – serw | playground:fheroes2 [2025/08/11 15:16] (current) – serw | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== fheroes2 is a recreation of Heroes of Might and Magic II game engine ====== | ||
+ | ===== Debian 13 Trixie ===== | ||
+ | |||
+ | Прежде всего, подключим ропеозиторий `contrib`: | ||
+ | |||
+ | < | ||
+ | dragonserw@debian-pn41: | ||
+ | #deb cdrom: | ||
+ | |||
+ | deb http:// | ||
+ | deb-src http:// | ||
+ | |||
+ | deb http:// | ||
+ | deb-src http:// | ||
+ | |||
+ | # trixie-updates, | ||
+ | # see https:// | ||
+ | deb http:// | ||
+ | deb-src http:// | ||
+ | |||
+ | # This system was installed using removable media other than | ||
+ | # CD/DVD/BD (e.g. USB stick, SD card, ISO image file). | ||
+ | # The matching "deb cdrom" entries were disabled at the end | ||
+ | # of the installation process. | ||
+ | # For information about how to configure apt package sources, | ||
+ | # see the sources.list(5) manual. | ||
+ | dragonserw@debian-pn41: | ||
+ | </ | ||
+ | |||
+ | Установка пакета fheroes2: | ||
+ | |||
+ | fheroes2 Installation Guide: [[https:// | ||
+ | |||
+ | < | ||
+ | sudo apt-get install -y fheroes2 game-data-packager innoextract # contrib!!! | ||
+ | </ | ||
+ | |||
+ | - Распакуем установщик [[https:// | ||
+ | - При помощи GDP сделаем homm2*.deb-установщики для Дебиан. | ||
+ | - Скопируем их в публичную директорию. | ||
+ | |||
+ | < | ||
+ | dragonserw@debian-pn41: | ||
+ | game-data-packager heroes2 ./ | ||
+ | cp -ur homm2*.deb $HOME/ | ||
+ | </ | ||
+ | |||
+ | Войдем в терминал администратора: | ||
+ | |||
+ | < | ||
+ | su - | ||
+ | </ | ||
+ | |||
+ | Установим оба пакета: | ||
+ | |||
+ | < | ||
+ | root@debian-pn41: | ||
+ | </ | ||
+ | |||
+ | Если после этого всего fheroes2 не стартует, | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | ===== macOS ===== | ||
+ | |||
+ | < | ||
+ | |||
+ | https:// | ||
+ | If you have a legally purchased copy of the original game, copy the subdirectories ANIM, DATA, MAPS and MUSIC (some of them may be missing depending on the version of the original game) from the original game directory to the $XDG_DATA_HOME/ | ||
+ | |||
+ | < | ||
+ | fheroes2-extract-resources / | ||
+ | |||
+ | Related article -- [[playground: | ||
+ | Another one: [[playground: |