#!/bin/bash
[
"$PLAYONLINUX"
=
""
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
TITLE=
"Prince of Persia: Warrior Within"
PREFIX=
"PoP-WarriorWithin"
WORKING_WINE_VERSION=
"1.2.3"
if
[
"$POL_LANG"
==
"fr"
];
then
TITLE=
"Prince of Persia : L'Ame du Guerrier"
LNG_CHOOSE_MEDIA=
"Quelle version possédez-vous?"
LNG_CD=
"Version CD"
LNG_DVD=
"Version DVD"
LNG_STEAM=
"Version Steam Store"
LNG_DDV=
"Version Digital Download"
LNG_CHOOSE_DDV=
"Veuillez selectionner votre executable Digital Download de $TITLE"
LNG_INSERT_MEDIA_1=
"Veuillez insérer le disque 1 dans votre lecteur\nsi ce n'est pas déja fait."
LNG_CHANGE_DISK=
"Lorsque le setup du jeu demandera le prochain disque\nappuyez sur \"Suivant\"."
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_INSERT_MEDIA=
"Veuillez insérer le disque 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_WAIT_STEAM_END=
"Appuyez sur \"Suivant\" UNIQUEMENT quand l'installation du jeu Steam\nsera terminée sous peine de devoir recommencer l'installation."
LNG_INSTALL_ON=
"Installation en cours..."
LNG_GAME_VMS=
"Quelle est la quantité de mémoire (Mo) de votre carte graphique ?"
LNG_VMS_ERROR=
"Ce jeu ne fonctionnera correctement qu'avec une carte graphique ayant plus de 256Mo de mémoire."
LNG_GAME_WARNING=
"Vous devez contourner les protections anti-piratage de ce jeu\npour qu'il fonctionne avec wine."
LNG_SUCCES=
"$TITLE a été installé avec succès."
else
LNG_CHOOSE_MEDIA=
"What version do you have?"
LNG_CD=
"CD Version"
LNG_DVD=
"DVD Version"
LNG_STEAM=
"Steam Store Version"
LNG_DDV=
"Digital Download Version"
LNG_CHOOSE_DDV=
"Please select your $TITLE Digital Download executable"
LNG_INSERT_MEDIA_1=
"Please insert disk 1 into your disk drive\nif not already done."
LNG_CHANGE_DISK=
"When the game setup will ask for next disk\nclick on \"Forward\""
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_INSERT_MEDIA=
"Please insert the disk into your disk drive\nif not already done."
LNG_WAIT_END=
"Click on \"Forward\" ONLY when the game installation is finished\nor you will have to redo the installation."
LNG_WAIT_STEAM_END=
"Click on \"Forward\" ONLY when Steam game installation\nwill be finished or you will have to redo the installation."
LNG_INSTALL_ON=
"Installation in progress..."
LNG_GAME_VMS=
"How much memory does your graphics board have?"
LNG_VMS_ERROR=
"This game will work correctly only with a graphic card with more than 256Mo of memory."
LNG_GAME_WARNING=
"You must disable anti-piracy protections of this game\nif you want to play it with wine."
LNG_SUCCES=
"$TITLE has been installed successfully."
fi
rm
"$POL_USER_ROOT/tmp/*.jpg"
POL_SetupWindow_Init
select_prefix
"$POL_USER_ROOT/wineprefix/$PREFIX"
if
[
"$MACHTYPE"
==
"x86_64-pc-linux-gnu"
];
then
POL_Call
POL_Install_wine64b
else
POL_SetupWindow_install_wine
"$WORKING_WINE_VERSION"
fi
Use_WineVersion
"$WORKING_WINE_VERSION"
POL_SetupWindow_prefixcreate
POL_SetupWindow_menu
"$LNG_CHOOSE_MEDIA"
"Actions"
"$LNG_CD~$LNG_DVD~$LNG_STEAM~$LNG_DDV"
"~"
if
[
"$APP_ANSWER"
==
"$LNG_CD"
];
then
GAME_MEDIAVERSION=
"CD"
elif
[
"$APP_ANSWER"
==
"$LNG_DVD"
];
then
GAME_MEDIAVERSION=
"DVD"
elif
[
"$APP_ANSWER"
==
"$LNG_STEAM"
];
then
GAME_MEDIAVERSION=
"STEAM"
else
GAME_MEDIAVERSION=
"DD"
fi
if
[
"$GAME_MEDIAVERSION"
==
"STEAM"
];
then
POL_Call
POL_Install_steam
else
POL_Call
POL_Install_vcrun2005
fi
POL_Call
POL_Install_dxfullsetup
if
[
"$GAME_MEDIAVERSION"
==
"CD"
];
then
POL_SetupWindow_message
"$LNG_INSERT_MEDIA_1"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom
"setup.exe"
cd
"$WINEPREFIX"
/dosdevices
ln
-s
"$CDROM"
d:
wine start
/unix
"$CDROM/setup.exe"
POL_SetupWindow_message
"$LNG_CHANGE_DISK"
wine
eject
POL_SetupWindow_message
"$LNG_INSERT_MEDIA_2"
POL_SetupWindow_cdrom
cd
"$WINEPREFIX"
/dosdevices
rm
.
/d
:
ln
-s
"$CDROM"
d:
POL_SetupWindow_message
"$LNG_CHANGE_DISK"
wine
eject
POL_SetupWindow_message
"$LNG_INSERT_MEDIA_3"
POL_SetupWindow_cdrom
cd
"$WINEPREFIX"
/dosdevices
rm
.
/d
:
ln
-s
"$CDROM"
d:
POL_SetupWindow_message
"$LNG_CHANGE_DISK"
wine
eject
POL_SetupWindow_message
"$LNG_INSERT_MEDIA_4"
POL_SetupWindow_cdrom
cd
"$WINEPREFIX"
/dosdevices
rm
.
/d
:
ln
-s
"$CDROM"
d:
POL_SetupWindow_message
"$LNG_WAIT_END"
"$TITLE"
elif
[
"$GAME_MEDIAVERSION"
==
"DVD"
];
then
POL_SetupWindow_message
"$LNG_INSERT_MEDIA"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom
"setup.exe"
wine start
/unix
"$CDROM/setup.exe"
POL_SetupWindow_message
"$LNG_WAIT_END"
"$TITLE"
elif
[
"$GAME_MEDIAVERSION"
==
"STEAM"
];
then
cd
"$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
wine
"steam.exe"
-applaunch 13500
POL_SetupWindow_message
"$LNG_WAIT_STEAM_END"
"$TITLE"
else
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"
wineserver -w
POL_SetupWindow_detect_exit
fi
POL_SetupWindow_menu_list
"$LNG_GAME_VMS"
"$TITLE"
"64-128-256-320-384-512-640-768-896-1024-1536-1792-2048-3072-4096"
"-"
"256"
VMS=
"$APP_ANSWER"
cd
"$WINEPREFIX/drive_c/windows/temp/"
cat
<< EOF > vms.reg
[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D]
"VideoMemorySize"
=
"$VMS"
EOF
regedit vms.reg
if
[
"$VMS"
-lt
"256"
];
then
POL_SetupWindow_message
"$LNG_VMS_ERROR"
"$TITLE"
fi
POL_Call
POL_Function_OverrideDLL
""
"mmdevapi"
[
"$PLAYONMAC"
==
""
] && Set_SoundDriver
"alsa"
[
"$PLAYONMAC"
==
""
] && Set_SoundEmulDriver
"Y"
[
"$PLAYONMAC"
==
""
] || Set_Managed
"Off"
if
[ -e
"$WINEPREFIX/drive_c/windows/temp/"
];
then
rm
-rf
"$WINEPREFIX/drive_c/windows/temp/*"
chmod
-R 777
"$POL_USER_ROOT/tmp/"
rm
-rf
"$POL_USER_ROOT/tmp/*"
fi
POL_SetupWindow_auto_shortcut
"$PREFIX"
"PrinceOfPersia.exe"
"$TITLE"
"Prince of Persia : Warrior Within.xpm"
""
Set_WineVersion_Assign
"$WORKING_WINE_VERSION"
"$TITLE"
POL_SetupWindow_message
"$LNG_GAME_WARNING"
"$TITLE"
POL_SetupWindow_message
"$LNG_SUCCES"
"$TITLE"
POL_SetupWindow_Close
exit