Applications

Choose a category

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

Worms World Party

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
#VERSIONWINE=$(wine --version)
#VERSIONWINE=${VERSIONWINE:5}
VERSIONWINE="0.9.46"
cfg_check

presentation "Worms World Party" "Team 17" "http://www.team17.com" "Tinou" "WormsWorldParty" 1 6

Ask_For_cdrom 2 6
Check_cdrom "installer/Setup.exe"

select_prefixe "$REPERTOIRE/wineprefix/WormsWorldParty/"
creer_prefixe 3 6

cd $REPERTOIRE/tmp
rm ./*
telecharger "Patientez pendant le téléchargement des librairies" "$SITE/divers/WormsWorldParty.tar.gz" "" 4 6
telecharger "Patientez pendant le téléchargement de ddraw.dll" "http://madewokherd.nfshost.com/worms/wa_ddraw-$VERSIONWINE.tar.bz2" "" 5 6
cd $REPERTOIRE/wineprefix/WormsWorldParty/

cd drive_c/windows/system32
tar -xvf $REPERTOIRE/tmp/WormsWorldParty.tar.gz
tar -xvf $REPERTOIRE/tmp/wa_ddraw-$VERSIONWINE.tar.bz2
mv ddraw/ddraw.dll ddraw.dll
cd $WINEPREFIX/dosdevices
rm ./*
ln -s ../drive_c c:
ln -s / z:
ln -s $CDROM ./d:
cd $CDROM
wine $CDROM/installer/Setup.exe
Set_Managed off
simuler_reboot 6 6

creer_lanceur "WormsWorldParty" "Team17/Worms World Party" "wwp.exe" "WormsWorldParty.xpm" "Worms World Party"
Set_WineVersion_Assign "0.9.45" "Worms World Party"

Il n'y a rien à voir ici