The tiny bang story
Informations
Creator | Message |
---|---|
Dadu042
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks1 0 DescriptionThe 'tiny bang story' is hidden object game, released in 2011. Note: This game exist in native Linux version. ScreenshotsSource code#!/usr/bin/env playonlinux-bash # Date : (2019-05-12 13-44) # Last revision : (2019-05-12 13-44) # Wine version used : see below # Distribution used to test : Ubuntu 19.04 # Author : Dadu042 # Licence : Retail # # Media used to write the script: Windows CD-ROM french (files date: september 2011, mistake in the file name: 'bany' instead of 'bang'). # Note: This game exist in native Linux version. [ "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="The tiny bang story" PREFIX="tiny_bang_story" WORKING_WINE_VERSION="4.1" AUTHOR="Dadu042" EDITOR="PlayFirst" GAME_URL="https://colibrigames.com/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$TITLE" Set_OS "win7" # Really indispensable ? (Dadu042) POL_SetupWindow_VMS "64" # Seems useless (with Wine 4.1) # POL_Call POL_Install_d3dx9 POL_SetupWindow_InstallMethod "LOCAL,CD,STEAM" if [ "$INSTALL_METHOD" == "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" cd "$POL_System_TmpDir" elif [ "$INSTALL_METHOD" == "STEAM" ];then POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/96000 POL_Wine_WaitBefore "$TITLE" else POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "the_Tiny_Bany_Story-1.bin" POL_Wine start /unix "$CDROM/the_Tiny_Bany_Story.exe" POL_Wine_WaitExit "the_Tiny_Bany_Story.exe" cd "$POL_System_TmpDir" fi if [ "$INSTALL_METHOD" == "STEAM" ]; then POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/96000" else POL_Shortcut "game.exe" "$TITLE" "" "Game;PuzzleGame;" fi POL_System_TmpDelete POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Monday 3 February 2020 at 22:21 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -23,7 +23,9 @@ POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" - + +POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" + POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" New source code#!/usr/bin/env playonlinux-bash # Date : (2019-05-12 13-44) # Last revision : (2019-05-12 13-44) # Wine version used : see below # Distribution used to test : Ubuntu 19.04 # Author : Dadu042 # Licence : Retail # # Media used to write the script: Windows CD-ROM french (files date: september 2011, mistake in the file name: 'bany' instead of 'bang'). # Note: This game exist in native Linux version. [ "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="The tiny bang story" PREFIX="tiny_bang_story" WORKING_WINE_VERSION="4.1" AUTHOR="Dadu042" EDITOR="PlayFirst" GAME_URL="https://colibrigames.com/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$TITLE" Set_OS "win7" # Really indispensable ? (Dadu042) POL_SetupWindow_VMS "64" # Seems useless (with Wine 4.1) # POL_Call POL_Install_d3dx9 POL_SetupWindow_InstallMethod "LOCAL,CD,STEAM" if [ "$INSTALL_METHOD" == "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" cd "$POL_System_TmpDir" elif [ "$INSTALL_METHOD" == "STEAM" ];then POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/96000 POL_Wine_WaitBefore "$TITLE" else POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "the_Tiny_Bany_Story-1.bin" POL_Wine start /unix "$CDROM/the_Tiny_Bany_Story.exe" POL_Wine_WaitExit "the_Tiny_Bany_Story.exe" cd "$POL_System_TmpDir" fi if [ "$INSTALL_METHOD" == "STEAM" ]; then POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/96000" else POL_Shortcut "game.exe" "$TITLE" "" "Game;PuzzleGame;" fi POL_System_TmpDelete POL_SetupWindow_Close exit 0 Replies |
Dadu042 | Monday 8 July 2019 at 14:15 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageLittle fix. Differences@@ -8,37 +8,37 @@ # # Media used to write the script: Windows CD-ROM french (files date: september 2011, mistake in the file name: 'bany' instead of 'bang'). # Note: This game exist in native Linux version. - + [ "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + TITLE="The tiny bang story" PREFIX="tiny_bang_story" WORKING_WINE_VERSION="4.1" AUTHOR="Dadu042" EDITOR="PlayFirst" GAME_URL="https://colibrigames.com/" - + POL_SetupWindow_Init POL_Debug_Init - + POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" - + POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$TITLE" - + Set_OS "win7" - + # Really indispensable ? (Dadu042) -POL_SetupWindow_VMS "64 - -# Seems useless (with Wine 4.1) -# POL_Call POL_Install_d3dx9 +POL_SetupWindow_VMS "64" -POL_SetupWindow_InstallMethod "LOCAL,CD,STEAM" +# Seems useless (with Wine 4.1) +# POL_Call POL_Install_d3dx9 +POL_SetupWindow_InstallMethod "LOCAL,CD,STEAM" + if [ "$INSTALL_METHOD" == "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" @@ -46,7 +46,7 @@ POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" cd "$POL_System_TmpDir" - + elif [ "$INSTALL_METHOD" == "STEAM" ];then POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" @@ -59,14 +59,14 @@ POL_Wine_WaitExit "the_Tiny_Bany_Story.exe" cd "$POL_System_TmpDir" fi - - + + if [ "$INSTALL_METHOD" == "STEAM" ]; then POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/96000" else POL_Shortcut "game.exe" "$TITLE" "" "Game;PuzzleGame;" fi - + POL_System_TmpDelete POL_SetupWindow_Close exit 0 \ No newline at end of file New source code#!/usr/bin/env playonlinux-bash # Date : (2019-05-12 13-44) # Last revision : (2019-05-12 13-44) # Wine version used : see below # Distribution used to test : Ubuntu 19.04 # Author : Dadu042 # Licence : Retail # # Media used to write the script: Windows CD-ROM french (files date: september 2011, mistake in the file name: 'bany' instead of 'bang'). # Note: This game exist in native Linux version. [ "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="The tiny bang story" PREFIX="tiny_bang_story" WORKING_WINE_VERSION="4.1" AUTHOR="Dadu042" EDITOR="PlayFirst" GAME_URL="https://colibrigames.com/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$TITLE" Set_OS "win7" # Really indispensable ? (Dadu042) POL_SetupWindow_VMS "64" # Seems useless (with Wine 4.1) # POL_Call POL_Install_d3dx9 POL_SetupWindow_InstallMethod "LOCAL,CD,STEAM" if [ "$INSTALL_METHOD" == "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" cd "$POL_System_TmpDir" elif [ "$INSTALL_METHOD" == "STEAM" ];then POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/96000 POL_Wine_WaitBefore "$TITLE" else POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "the_Tiny_Bany_Story-1.bin" POL_Wine start /unix "$CDROM/the_Tiny_Bany_Story.exe" POL_Wine_WaitExit "the_Tiny_Bany_Story.exe" cd "$POL_System_TmpDir" fi if [ "$INSTALL_METHOD" == "STEAM" ]; then POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/96000" else POL_Shortcut "game.exe" "$TITLE" "" "Game;PuzzleGame;" fi POL_System_TmpDelete POL_SetupWindow_Close exit 0 Replies |
Dadu042 | Sunday 12 May 2019 at 14:25 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageWork (tested with DVD, not tested with Steam). Differences@@ -9,7 +9,7 @@ # Media used to write the script: Windows CD-ROM french (files date: september 2011, mistake in the file name: 'bany' instead of 'bang'). # Note: This game exist in native Linux version. -[ -z "$PLAYONLINUX" ] && exit 0 +[ "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="The tiny bang story" New source code#!/usr/bin/env playonlinux-bash # Date : (2019-05-12 13-44) # Last revision : (2019-05-12 13-44) # Wine version used : see below # Distribution used to test : Ubuntu 19.04 # Author : Dadu042 # Licence : Retail # # Media used to write the script: Windows CD-ROM french (files date: september 2011, mistake in the file name: 'bany' instead of 'bang'). # Note: This game exist in native Linux version. [ "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="The tiny bang story" PREFIX="tiny_bang_story" WORKING_WINE_VERSION="4.1" AUTHOR="Dadu042" EDITOR="PlayFirst" GAME_URL="https://colibrigames.com/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$TITLE" Set_OS "win7" # Really indispensable ? (Dadu042) POL_SetupWindow_VMS "64 # Seems useless (with Wine 4.1) # POL_Call POL_Install_d3dx9 POL_SetupWindow_InstallMethod "LOCAL,CD,STEAM" if [ "$INSTALL_METHOD" == "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" cd "$POL_System_TmpDir" elif [ "$INSTALL_METHOD" == "STEAM" ];then POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/96000 POL_Wine_WaitBefore "$TITLE" else POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "the_Tiny_Bany_Story-1.bin" POL_Wine start /unix "$CDROM/the_Tiny_Bany_Story.exe" POL_Wine_WaitExit "the_Tiny_Bany_Story.exe" cd "$POL_System_TmpDir" fi if [ "$INSTALL_METHOD" == "STEAM" ]; then POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/96000" else POL_Shortcut "game.exe" "$TITLE" "" "Game;PuzzleGame;" fi POL_System_TmpDelete POL_SetupWindow_Close exit 0 RepliesEdited by Dadu042 |
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