Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37477549
en ru br
Репозитории ALT

Группа :: Игры/Стратегия
Пакет: fheroes2

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

#!/bin/sh

if [ ! -s /usr/share/games/fheroes2/data/HEROES2.AGG ]; then
echo "You need to copy files from data and maps directories from original game"
echo "into your /usr/share/games/fheroes2/{maps,data} directories respectively"
exit 1;
fi


if [ ! -d "$HOME/.fheroes2" ]; then
mkdir -p $HOME/.fheroes2/files/save

ln -s /usr/share/games/fheroes2/data $HOME/.fheroes2/data
ln -s /usr/share/games/fheroes2/maps $HOME/.fheroes2/maps

for i in fonts images lang music sounds stats; do
ln -s /usr/share/games/fheroes2/files/$i $HOME/.fheroes2/files/$i
done
fi

export FHEROES2_DATA=$HOME/.fheroes2
/usr/bin/fheroes2.bin

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin