Applications

Choose a category

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

S.T.A.L.K.E.R. - Shadow Of Chernobyl Patch 1.0005 - a supprimer

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

if [ "$POL_LANG" == "fr_FR.UTF-8" ]; then
LNG_STALKER_UPDATE_WELCOME="Bienvenue dans le script d'installation du patch 1.0006 pour S.T.A.L.K.E.R. - Shadow Of Chernobyl"
LNG_STALKER_UPDATE_INFO1="Je vais télécharger le patch sur le site officiel.\nCette opération peut nécessiter du temps.\nCliquez sur valider pour commencer."
LNG_STALKER_UPDATE_DL="Patientez pendant le téléchargement du patch...\nCette opération peut prendre quelques minutes selon la vitesse de votre connexion."
LNG_STALKER_UPDATE_INSTALL="Téléchargement terminé. Installation du patch"
LNG_STALKER_UPDATE_FINISHED="Le patch a été correctement installé"
else
LNG_STALKER_UPDATE_WELCOME="Welcome in the patch 1.0006 Installation script for S.T.A.L.K.E.R. - Shadow Of Chernobyl"
LNG_STALKER_UPDATE_INFO1="I will download the path on the official website.\nThis opération may take time.\nClick to begin."
LNG_STALKER_UPDATE_DL="Wait while the patch is downloading...\nThis operation can take time, depending of you connexion."
LNG_STALKER_UPDATE_INSTALL="Donwload finished. Patch installation will begin"
LNG_STALKER_UPDATE_FINISHED="Patch installed successfully"
fi

message "$LNG_STALKER_UPDATE_WELCOME"

verifier_installation_e "STALKER-ShadowOfChernobyl"

cd $HOME/.PlayOnLinux/tmp
select_prefixe "$HOME/.PlayOnLinux/wineprefix/STALKER-ShadowOfChernobyl"

message "$LNG_STALKER_UPDATE_INFO1"

attendre "$LNG_STALKER_UPDATE_DL" "wget -c http://www.xenon-style.net/games/stk-ww-10005.exe -q"
attendre "$LNG_STALKER_UPDATE_DL" "wget -c http://www.bitbunnys.de/files/stk-sck-efigspc-patch-5-6.exe -q"

message "$LNG_STALKER_UPDATE_INSTALL"

wine stk-ww-10005.exe
rm stk-ww-10005.exe
wine stk-sck-efigspc-patch-5-6.exe
rm stk-sck-efigspc-patch-5-6.exe

message "$LNG_STALKER_UPDATE_FINISHED"

Il n'y a rien à voir ici