Applications

Choose a category

accessories
Accessories
development
Development
education
Education
functions
Functions
games
Games
graphics
Graphics
internet
Internet
multimedia
Multimedia
office
Office
other
Other
patches
Patches
testing
Testing

Cacodemons Barbecue Party in Hell

Magic number : 91

#!/bin/bash
# Last Revision : (2009-12-02)
 
#Vérifier que PlayOnLinux est bien exécuté avant
[ "$PLAYONLINUX" = "" ] && exit 0
 
source "$PLAYONLINUX/lib/sources"
 
Title="Cacodemons barbecue party in hell"
Prefix="Cacodemon"
 
POL_SetupWindow_Init
 
#Presentation
POL_SetupWindow_presentation "$Title" "Kloonigames" "http://www.kloonigames.com/blog/games/cacodemon" "Twinoatl" "$Prefix"
 
#Préparation du prefix
select_prefix "$REPERTOIRE/wineprefix/$Prefix"
POL_SetupWindow_prefixcreate
 
Set_SoundDriver esd
 
cd "$REPERTOIRE/ressources"
POL_SetupWindow_download "Téléchargement du jeu..." "$Title" "http://www.kloonigames.com/download.php?file=cacodemon.zip" ""
POL_SetupWindow_download "Téléchargement de MSVCP60.dll" "$Title" "http://www.dllbank.com/zip/m/msvcp60.dll.zip" ""
 
# compatibilité avec le script de zoloom
mv download.php cacodemon.zip
 
cd "$WINEPREFIX/drive_c/"
unzip "$REPERTOIRE/ressources/cacodemon.zip"
 
cd "$WINEPREFIX/drive_c/cacodemon"
unzip "$REPERTOIRE/ressources/msvcp60.dll.zip"
 
POL_SetupWindow_make_shortcut "$Prefix" "cacodemon" "cacodemon.exe" "" "$Title"
 
POL_SetupWindow_Close
exit
Il n'y a rien à voir ici