Giana Sisters - Twisted Dreams
Informations
Creator | Message |
---|---|
guigonyts
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionGiana Sisters: Twisted Dreams is a blistering hardcore platformer with contrasting worlds. 2012. Wikipedia.
Game in sale on Steam. And on GOG (recommended). Source code#!/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:
ContributeMember | Message |
guigonyts | Friday 12 June 2015 at 3:23 |
guigonyts
|
InformationThis update has been approved by the team. 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 New source code#!/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 RepliesFriday 12 June 2015 at 7:04
Thursday 16 January 2020 at 23:50
Edited by Dadu042 |
guigonyts | Friday 10 October 2014 at 16:08 |
guigonyts
|
WarningThis update has not been approved yet by the team. 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 New source code#!/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 RepliesThursday 11 June 2015 at 22:41
Thursday 11 June 2015 at 23:02
Friday 12 June 2015 at 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