Druid Soccer

Informatie

Creator Bericht
twinoatl Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 13148
Wine: 1.4.1

Feedbacks

Omschrijving

Little action game. Website.

Schermafdrukken

Broncode

#!/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 Bericht
Quentin PÂRIS Zondag 12 April 2015 om 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 

Antwoorden

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