File README.SUSE of Package fheroes2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! To play Free Heroes II with fheroes2 you need the original game files !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! To play the game you need to have a directory structure like this: ├── data ├── files │ ├── music │ └── save └── maps ##00 - Create directory structure mkdir ~/.config/fheroes2/ mkdir -p ~/.config/fheroes2/data/ mkdir -p ~/.config/fheroes2/files/music/ mkdir -p ~/.config/fheroes2/files/save/ mkdir -p ~/.config/fheroes2/maps/ #01 - Configuration files Copy example fheroes2 configuration- and hotkey-files to folder ~/fheroes2/ cp /usr/share/doc/packages/fheroes2/fheroes2.key ~/.config/fheroes2/ #02 - Commercial game data Copy all *.agg from the original game data folder to ~/.config/fheroes2/data/ Copy all *.mp2 from the original game maps folder to ~/.config/fheroes2/maps/ #03 - Commercial game data - music If you have installed GOG version of the game you can copy .ogg files from MUSIC subfolder to the music folder. #04 - Run the game fheroes2 Consult the official webpage/github-repo for more information about the directory layout. https://github.com/ihhub/fheroes2 https://github.com/ihhub/fheroes2/tree/master/files https://github.com/ihhub/fheroes2/tree/master/script/demo