Applications

Choose a category

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

The Truth About Game Development

Magic number : 93

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
 
cfg_check
 
#Presentation
presentation "The Truth About Game Development" "Kloonigames" "http://www.kloonigames.com/blog/games/tagd/" "Twinoatl" "Tagd" 1 4
 
mkdir -p $REPERTOIRE/wineprefix/Tagd
 
TEMP="$HOME/.PlayOnLinux/tmp/Tagd"
chmod 777 $TEMP -R
rm $TEMP -R
mkdir -p $TEMP
cd $REPERTOIRE/wineprefix/Tagd
 
select_prefixe "$(pwd)"
creer_prefixe 2
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=tagd.zip" "" 3 4
telecharger "Téléchargement de MSVCP60.dll" "http://www.dllbank.com/zip/m/msvcp60.dll.zip" "" 4 4
mv download.php tagd.zip # compatibilité avec le script de zoloom
 
mkdir -p $WINEPREFIX/drive_c/tagd
cd $WINEPREFIX/drive_c/tagd
 
unzip $TEMP/tagd.zip
 
cd $WINEPREFIX/drive_c/tagd
unzip "$TEMP/msvcp60.dll.zip"
 
chmod 777 $TEMP -R
# rm $TEMP -R
cd $WINEPREFIX/dosdevices
rm ./d:\
 
creer_lanceur "Tagd" "tagd" "tagd.exe" "" "The Truth About Game Development"
 
exit
Il n'y a rien à voir ici