Applications

Choose a category

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

MooattheMoon

# This script is not V3 compatible
 
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
 
cfg_check
 
#Presentation
presentation "Moo at the Moon (free)" "Kloonigames" "http://www.kloonigames.com/blog/games/moo/" "Twinoatl" "Moo" 1 4
 
 
mkdir -p $REPERTOIRE/wineprefix/Moo
 
TEMP="$HOME/.PlayOnLinux/tmp/Moo"
chmod 777 $TEMP -R
rm $TEMP -R
mkdir -p $TEMP
cd $REPERTOIRE/wineprefix/Moo
 
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=moo.zip" "Téléchargement" 3 4
telecharger "Téléchargement de MSVCP60.dll" "http://www.dllbank.com/zip/m/msvcp60.dll.zip" "Télécahrgement" 4 4
mv download.php moo.zip # compatibilité avec le script de zoloom
 
mkdir -p $WINEPREFIX/drive_c/
cd $WINEPREFIX/drive_c/
 
unzip $TEMP/moo.zip
 
cd $WINEPREFIX/drive_c/moo
unzip "$TEMP/msvcp60.dll.zip"
 
chmod 777 $TEMP -R
rm $TEMP -R
cd $WINEPREFIX/dosdevices
rm ./d:
 
creer_lanceur "Moo" "moo" "moo.exe" "" "Moo at the Moon"
 
exit
Il n'y a rien à voir ici