The tiny bang story

Informations

Créateur Messages
Dadu042

Attention

This installer is a beta script. It means that it might not work as expected

Informations

Plate-formes :
Téléchargements : 3271
Wine: 4.1

Retours d'expérience

Description

The 'tiny bang story' is hidden object game, released in 2011.

Note: This game exist in native Linux version.

PCGamingWiki.

Captures d'écran

MiniatureMiniatureMiniatureMiniature

Code source

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

Contribuer
Membre Messages
Dadu042 Lundi 3 Février 2020 à 22:21
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

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"

Nouveau code source

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

Réponses

Dadu042 Lundi 8 Juillet 2019 à 14:15
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Little 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

Nouveau code source

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

Réponses

Dadu042 Dimanche 12 Mai 2019 à 14:25
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Work (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"

Nouveau code source

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

Réponses

Edité par 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