Applications
Choose a category
Painkiller
Informations
This script is signed by PlayOnLinux.
This script will install Painkiller game.
Source code
#!/bin/bash
# Date : (2010-21-09 20-00)
# Last revision : (2010-21-09 20-00)
# Wine version used : 1.2
# Distribution used to test : Debian Squeeze (Testing)
# Author : GNU_Raziel
# Licence : Retail
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Painkiller"
PREFIX="Painkiller"
WORKING_WINE_VERSION="1.1.0"
if [ "$POL_LANG" == "fr" ]; then
LNG_CHOOSE_MEDIA="Quelle version possédez-vous?"
LNG_CD="Version CD"
LNG_DDV="Version Digital Download"
LNG_CHOOSE_DDV="Veuillez selectionner votre executable Digital Download de $TITLE"
LNG_WAIT_CP="Patientez pendant la préparation de l'installation..."
LNG_INSERT_MEDIA_1="Veuillez insérer le disque 1 dans votre lecteur\nsi ce n'est pas déja fait."
LNG_INSERT_MEDIA_2="Veuillez insérer le disque 2 dans votre lecteur\nsi ce n'est pas déja fait."
LNG_INSERT_MEDIA_3="Veuillez insérer le disque 3 dans votre lecteur\nsi ce n'est pas déja fait."
LNG_WAIT_END="Appuyez sur \"Suivant\" UNIQUEMENT quand l'installation du\njeu sera terminée sous peine de devoir recommencer l'installation."
LNG_INSTALL_ON="Installation en cours..."
LNG_SUCCES="$TITLE a été installé avec succès."
else
LNG_CHOOSE_MEDIA="What version do you have?"
LNG_CD="CD Version"
LNG_DDV="Digital Download Version"
LNG_CHOOSE_DDV="Please select your $TITLE Digital Download executable"
LNG_WAIT_CP="Wait while the installation is prepared..."
LNG_INSERT_MEDIA_1="Please insert disk 1 into your disk drive\nif not already done."
LNG_INSERT_MEDIA_2="Please insert disk 2 into your disk drive\nif not already done."
LNG_INSERT_MEDIA_3="Please insert disk 3 into your disk drive\nif not already done."
LNG_WAIT_END="Click on \"Next\" ONLY when the game installation is finished\nor you will have to redo the installation."
LNG_INSTALL_ON="Installation in progress..."
LNG_SUCCES="$TITLE has been installed successfully."
fi
POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Dreamcatcher" "http://www.painkillergame.com/" "GNU_Raziel" "$PREFIX"
select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
#Choose between CD and Digital Download version
POL_SetupWindow_menu "$LNG_CHOOSE_MEDIA" "Actions" "$LNG_CD~$LNG_DDV" "~"
if [ "$APP_ANSWER" == "$LNG_CD" ]; then
GAME_MEDIAVERSION="CD"
else
GAME_MEDIAVERSION="DD"
fi
#downloading specific Wine
POL_SetupWindow_install_wine "$WORKING_WINE_VERSION"
Use_WineVersion "$WORKING_WINE_VERSION"
#fetching PROGRAMFILES environmental variable
PROGRAMFILES="Program Files"
POL_LoadVar_PROGRAMFILES
Set_OS "winxp"
if [ "$GAME_MEDIAVERSION" == "CD" ]; then
#Copy content of CDs to HDD
TEMP="$REPERTOIRE/tmp/$PREFIX"
chmod -R 777 $TEMP
rm -R $TEMP
mkdir -p $TEMP
cd $WINEPREFIX/dosdevices
ln -s $TEMP d:
#asking for CDROM and checking if it's correct one
#CD-ROM 1
POL_SetupWindow_message "$LNG_INSERT_MEDIA_1"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "PainkillerSetup.exe"
POL_SetupWindow_wait_next_signal "$LNG_WAIT_CP" "$TITLE"
cp -r $CDROM/* $TEMP
chmod 777 $TEMP -R
mv $TEMP/autorun.inf $TEMP/autorun-cd1.inf
#CD-ROM 2
POL_SetupWindow_message "$LNG_INSERT_MEDIA_2"
POL_SetupWindow_cdrom
POL_SetupWindow_wait_next_signal "$LNG_WAIT_CP" "$TITLE"
cp -r $CDROM/* $TEMP
chmod 777 $TEMP -R
#CD-ROM 3
POL_SetupWindow_message "$LNG_INSERT_MEDIA_3"
POL_SetupWindow_cdrom
POL_SetupWindow_wait_next_signal "$LNG_WAIT_CP" "$TITLE"
cp -r $CDROM/* $TEMP
chmod 777 $TEMP -R
wine "d:\\PainkillerSetup.exe"
POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE"
#Relinking d: to $CDROM
cd $WINEPREFIX/dosdevices
rm ./d:
ln -s $CDROM ./d:
else
#Asking then installing DDV of the game
cd $HOME
POL_SetupWindow_browse "$LNG_CHOOSE_DDV" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_SetupWindow_wait_next_signal "$LNG_INSTALL_ON" "$TITLE"
wine start /unix "$SETUP_EXE"
INSTALL_ON="1"
until [ "$INSTALL_ON" == "" ]; do
sleep 5
INSTALL_ON=`ps aux | grep "wineserver" | grep -v "grep"`
done
POL_SetupWindow_detect_exit
fi
## PlayOnMac Section
[ "$PLAYONMAC" == "" ] && Set_Managed "On"
[ "$PLAYONMAC" == "" ] || Set_Managed "Off"
## End Section
Set_DXGrab "On"
#cleaning temp
if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then
rm -rf "$WINEPREFIX/drive_c/windows/temp/*"
chmod -R 777 "$REPERTOIRE/tmp/"
rm -rf "$REPERTOIRE/tmp/*"
fi
#making shortcut
POL_SetupWindow_auto_shortcut "$PREFIX" "Painkiller.exe" "Painkiller & Battle Out Of Hell" "$PREFIX.xpm" ""
Set_WineVersion_Assign "$WORKING_WINE_VERSION" "$TITLE"
POL_SetupWindow_message "$LNG_SUCCES" "$TITLE"
POL_SetupWindow_Close
exit Signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAk1cJD0ACgkQ5TH6yaoTykd+1ACghG/y+0doms3rqzcF4aLeFGJ/
PDEAn1wtFN9jsoscCmVEld6q9//av1u9
=HIiZ
-----END PGP SIGNATURE-----
Date : 16 February 2011 20:23:41
Signed by : PlayOnLinux
E-Mail : gpg@playonlinux.com
Comment : PlayOnLinux and PlayOnMac scripting keys
Fingerprint : 45B56114D9EA1640D68135CCE531FAC9AA13CA47
Known install files