Forums

MAJ:Warcraft III : The Frozen Throne

Auteur Réponses
cendre Dimanche 27 Juillet 2008 à 0:37
cendre

mise à jour du script Warcraft III : The Frozen Throne , ajout de -opengl et mise en v3

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

POL_SetupWindow_Init

NAME="Warcraft III"
NAME_S="WarcraftIII"

if [ "$POL_LANG" == "fr" ];then
LNG_NOT_INSTALL="Merci d'installer $NAME avant cette extension"
LNG_INSTALL="Installation en cours..."
else
LNG_NOT_INSTALL="Please install $NAME before this expension"
LNG_INSTALL="Installation in progress..."
fi

POL_SetupWindow_presentation "$NAME : The Frozen Throne Expansion" "Blizzard Entertainment" "http://www.blizzard.com" "Tinou" "$NAME_S"

if [ ! -d "$REPERTOIRE/wineprefix/$NAME_S" ];then
POL_SetupWindow_message "$LNG_NOT_INSTALL"
POL_SetupWindow_Close
exit
fi

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "install.exe"

cd $CDROM
POL_SetupWindow_wait_next_signal "$LNG_INSTALL" "$NAME"
wine "$CDROM/install.exe"
POL_SetupWindow_detect_exit

cd "$HOME/.PlayOnLinux/wineprefix/$NAME_S"

select_prefixe "$(pwd)"

cd $WINEPREFIX/dosdevices
rm ./*
ln -s ../drive_c c:
ln -s / z:
ln -s $CDROM ./d:
cd "$CDROM"
wine ./install.exe

simuler_reboot

cd "$WINEPREFIX/drive_c/Program Files/$NAME/"
mv Movies MoviesOLD2
mkdir Movies

POL_SetupWindow_make_shortcut "$NAME_S" "Program Files/$NAME/" "Frozen Throne.exe -opengl" "" "$NAME : The Frozen Throne"


POL_SetupWindow_Close
exit


voilà !

merci de me signaler toute erreurs !

bon , j'espère que les scripteurs vont tenir le rythme ^^

Edité par cendre

cendre Mercredi 6 Aoüt 2008 à 12:01
cendre

Up ! le script officiel est toujours défectueux .
Zoloom Vendredi 5 September 2008 à 23:49
ZoloomAnonymous

Il est mis à jour là ?

Moi j'ai une erreur embêtante, lors de l'installation il ne reconnaît pas mon installation de warcraft 3 précedemment installée...

stilobique Dimanche 21 September 2014 à 18:03
stilobiqueAnonymous

Arf, le topic date mais c'est la même pour moi :/ . Warcraft 3 Reign of Chaos c'est pourtant bien installé, en revanche il ne le lance pas malgrès tout...

 

 

Quentin PÂRIS Dimanche 21 September 2014 à 19:12
Quentin PÂRISAnonymous

Ce topic date de 2008... Les informations ne sont plus du tout valable

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com