Giana Sisters - Twisted Dreams
Informations
Créateur | Messages |
---|---|
guigonyts
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionGiana Sisters: Twisted Dreams is a blistering hardcore platformer with contrasting worlds. 2012. Wikipedia.
Game in sale on Steam. And on GOG (recommended). Code source#!/bin/bash # Last revision : (2015-11-06) # Wine version used : 1.5.8 # Distribution used to test : Mint 17 64bits # Author : guigonyts [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" WINEVERSION="1.5.8" TITLE= "Giana Sisters - Twisted Dreams" PREFIX="GianaSistersTD" AUTHOR="guigonyts" EDITOR="Black Forest" GAME_URL="http://black-forest-games.com/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" #Version of wine that worked for me POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" #Install some dependencies POL_Call POL_Install_xact POL_Call POL_Install_wmp9 POL_Call POL_Install_mono28 #Selection of the setup program POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" POL_SetupWindow_wait POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" POL_SetupWindow_auto_shortcut POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
guigonyts | Vendredi 12 Juin 2015 à 3:23 |
guigonyts
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -13,7 +13,7 @@ PREFIX="GianaSistersTD" AUTHOR="guigonyts" EDITOR="Black Forest" -GAME_URL="http://black-forest-games.com/games/giana-sisters-twisted-dreams.html" +GAME_URL="http://black-forest-games.com/" POL_SetupWindow_Init POL_Debug_Init Nouveau code source#!/bin/bash # Last revision : (2015-11-06) # Wine version used : 1.5.8 # Distribution used to test : Mint 17 64bits # Author : guigonyts [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" WINEVERSION="1.5.8" TITLE= "Giana Sisters - Twisted Dreams" PREFIX="GianaSistersTD" AUTHOR="guigonyts" EDITOR="Black Forest" GAME_URL="http://black-forest-games.com/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" #Version of wine that worked for me POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" #Install some dependencies POL_Call POL_Install_xact POL_Call POL_Install_wmp9 POL_Call POL_Install_mono28 #Selection of the setup program POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" POL_SetupWindow_wait POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" POL_SetupWindow_auto_shortcut POL_SetupWindow_Close exit 0 RéponsesVendredi 12 Juin 2015 à 7:04
Jeudi 16 Janvier 2020 à 23:50
Edité par Dadu042 |
guigonyts | Vendredi 10 Octobre 2014 à 16:08 |
guigonyts
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,40 @@ +#!/bin/bash +# Date : (2014-10-10) +# Last revision : (2014-10-10) +# Wine version used : 1.5.8 +# Distribution used to test : Mint 17 64bits +# Author : RMA + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE= "Giana Sisters - Twisted Dreams" +PREFIX="GianaSistersTD" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Black Forest" "http://black-forest-games.com/games/giana-sisters-twisted-dreams.html" "RMA" "$PREFIX" + +#Version of wine that worked for me +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "1.5.8" + +POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" + +#Install some dependencies +POL_Call POL_Install_xact +POL_Call POL_Install_wmp9 +POL_Call POL_Install_mono28 + +#Selection of the setup program +POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" +POL_Wine start /unix "$APP_ANSWER" + +POL_SetupWindow_wait +POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" + +POL_SetupWindow_auto_shortcut + +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2014-10-10) # Last revision : (2014-10-10) # Wine version used : 1.5.8 # Distribution used to test : Mint 17 64bits # Author : RMA [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE= "Giana Sisters - Twisted Dreams" PREFIX="GianaSistersTD" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Black Forest" "http://black-forest-games.com/games/giana-sisters-twisted-dreams.html" "RMA" "$PREFIX" #Version of wine that worked for me POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.5.8" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" #Install some dependencies POL_Call POL_Install_xact POL_Call POL_Install_wmp9 POL_Call POL_Install_mono28 #Selection of the setup program POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_SetupWindow_wait POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" POL_SetupWindow_auto_shortcut POL_SetupWindow_Close exit RéponsesJeudi 11 Juin 2015 à 22:41
Jeudi 11 Juin 2015 à 23:02
Vendredi 12 Juin 2015 à 3:22
|
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