sv pl es en fr

Applications

Choose a category

Prey

Informations

This script is neither signed, nor validated by PlayOnLinux
	Type : Shooters

Online : Yes
Company : 2K games
Compatibility : 5/5

You are Tommy, a young Cherokee auto mechanic waiting for a perfect opportunity to leave his tribal reservation -- an opportunity that will probably never come. After all, Tommy's girlfriend, Jen, is perfectly content with her unremarkable job, her life, and her heritage. Unlike Tommy, Jen is happy to stay put. But leave she will. One night, Tommy, Jen, and Tommy's grandfather are abducted by a strange alien craft, and fed into a massive, automated slaughterhouse.

Vous êtes Tommy, un jeune mécanicien cherokee attendant une opportunité parfaite de quitter la réserver de sa tribu - une opportunité qui ne viendra jamais probablement . Enfin, la petite amie de Tommy, Jen, est tout à fait contente avec son emploi banal, sa vie et son héritage. À la différence de Tommy, Jen est heureuse de rester. Mais elle va être forcée à s'en aller. Une nuit, Tommy, Jen et le grand-père de Tommy sont kidnappés par un étrange vaisseau alien et envoyer dans un abattoir massif, automatisé.

Source code

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

cfg_check 

if [ "$POL_LANG" == "fr" ]; then
LNG_WAIT_END="Appuyez sur \"Suivant\" UNIQUEMENT quand l'installation du\njeu sera terminée sous peine de devoir recommencer l'installation."
else
LNG_WAIT_END="Click on \"Next\" ONLY when the game installation is finished\nor you will have to redo the installation."
fi

cd $REPERTOIRE/tmp
rm *.jpg
wget $SITE/setups/prey/left.jpg
POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpg"
POL_SetupWindow_presentation "Prey" "2K Games" "http://www.prey.com/flash.html" "GNU_Raziel" "Prey"

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "setup.exe"

select_prefixe "$REPERTOIRE/wineprefix/Prey/"
POL_SetupWindow_prefixcreate

cp $CDROM/cdkey.dll $WINEPREFIX/drive_c/windows/system32/
Set_OS "winxp"
wine d:\\setup.exe

POL_SetupWindow_message "$LNG_WAIT_END" "Prey"

Set_Managed "On"
Set_DXGrab "On"

echo "[HKEY_CURRENT_USER\Software\Wine\Direct3D]" > $REPERTOIRE/tmp/ddr.reg
echo "\"DirectDrawRenderer\"=\"opengl\"" >> $REPERTOIRE/tmp/ddr.reg
regedit $REPERTOIRE/tmp/ddr.reg

POL_SetupWindow_reboot

POL_SetupWindow_make_shortcut "Prey" "Program Files/Prey" "prey.exe" "Prey.xpm" "Prey"
POL_SetupWindow_Close
exit

Known install files

Il n'y a rien à voir ici