Druid Soccer

Informations

Creator Message
twinoatl Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 12922
Wine: 1.4.1

Feedbacks

Description

Little action game. Website.

Screenshots

Source code

#!/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:

Contribute
Member Message
Quentin PÂRIS Sunday 12 April 2015 at 23:14
Quentin PÂRIS Anonymous

Information

This update has been approved by the team.

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"
 

New source code

#!/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 

Replies