Druid Soccer

Informations

Créateur Messages
twinoatl Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 13141
Wine: 1.4.1

Retours d'expérience

Description

Little action game. Website.

Captures d'écran

Code source

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

TITLE="Druid Soccer"
PREFIX="DruidSoccer"

#Presentation

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Kloonigames" "http://www.kloonigames.com/blog/games/druid/" "Twinoatl" "Druid"

POL_Wine_SelectPrefix "$PREFIX" 
POL_Wine_PrefixCreate "1.4.1"

Set_SoundDriver esd

cd "$WINEPREFIX/drive_c"

#Fixme
POL_SetupWindow_download "Téléchargement du jeu..." "Installation" "http://www.kloonigames.com/download.php?file=druid.zip"

mv download.php druid.zip # compatibilité avec le script de zoloom
unzip druid.zip

POL_Call POL_Install_vcrun6 

POL_Shortcut "druid.exe" "$TITLE"

POL_SetupWindow_Close

exit 

Contributions

Filters:

Contribuer
Membre Messages
Quentin PÂRIS Dimanche 12 Avril 2015 à 23:14
Quentin PÂRIS Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -21,13 +21,10 @@
 #Fixme
 POL_SetupWindow_download "Téléchargement du jeu..." "Installation" "http://www.kloonigames.com/download.php?file=druid.zip"
 
-POL_SetupWindow_download "Téléchargement de MSVCP60.dll" "Installation" "http://www.dllbank.com/zip/m/msvcp60.dll.zip"
 mv download.php druid.zip # compatibilité avec le script de zoloom
-
 unzip druid.zip
 
-cd $WINEPREFIX/drive_c/druid
-unzip "../msvcp60.dll.zip"
+POL_Call POL_Install_vcrun6 
 
 POL_Shortcut "druid.exe" "$TITLE"
 

Nouveau code source

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

TITLE="Druid Soccer"
PREFIX="DruidSoccer"

#Presentation

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Kloonigames" "http://www.kloonigames.com/blog/games/druid/" "Twinoatl" "Druid"

POL_Wine_SelectPrefix "$PREFIX" 
POL_Wine_PrefixCreate "1.4.1"

Set_SoundDriver esd

cd "$WINEPREFIX/drive_c"

#Fixme
POL_SetupWindow_download "Téléchargement du jeu..." "Installation" "http://www.kloonigames.com/download.php?file=druid.zip"

mv download.php druid.zip # compatibilité avec le script de zoloom
unzip druid.zip

POL_Call POL_Install_vcrun6 

POL_Shortcut "druid.exe" "$TITLE"

POL_SetupWindow_Close

exit 

Réponses

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