Applications

Choose a category

accessories
Accessories
development
Development
education
Education
games
Games
graphics
Graphics
internet
Internet
multimedia
Multimedia
office
Office
other
Other

Cacodemons Barbecue Party in Hell

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

cfg_check

#Presentation
presentation "Cacodemon's barbecue party in hell" "Kloonigames" "http://www.kloonigames.com/blog/games/cacodemon" "Twinoatl" "Cacodemon" 1 4

mkdir -p $REPERTOIRE/wineprefix/Cacodemon

TEMP="$HOME/.PlayOnLinux/tmp/Cacodemon"
chmod 777 $TEMP -R
rm $TEMP -R
mkdir -p $TEMP
cd $REPERTOIRE/wineprefix/Cacodemon

select_prefixe "$(pwd)"
creer_prefixe 2 4
Set_SoundDriver esd
cd $WINEPREFIX/dosdevices
rm ./*
ln -s ../drive_c c:
ln -s / z:
ln -s $TEMP d:

cd $TEMP
telecharger "Téléchargement du jeu..." "http://www.kloonigames.com/download.php?file=cacodemon.zip" "" 3 4
telecharger "Téléchargement de MSVCP60.dll" "http://www.dllbank.com/zip/m/msvcp60.dll.zip" "" 4 4
mv download.php cacodemon.zip # compatibilité avec le script de zoloom

mkdir -p $WINEPREFIX/drive_c/
cd $WINEPREFIX/drive_c/

unzip $TEMP/cacodemon.zip

cd $WINEPREFIX/drive_c/cacodemon
unzip "$TEMP/msvcp60.dll.zip"

chmod 777 $TEMP -R
rm $TEMP -R
cd $WINEPREFIX/dosdevices
rm ./d:\

creer_lanceur "Cacodemon" "cacodemon" "cacodemon.exe" "" "Cacodemon's Barbecue Party in Hell"

exit