GOG.com - Hotline miami

Informatie

Creator Bericht
romainhk Anonymous

Warning

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

Informatie

Platforms:
Downloads: 12200
Wine: 3.0.3

Feedbacks

Omschrijving

Top down shooter, 2012. Wikipedia.

GOG now has installers for Linux and Mac

Broncode

#!/bin/bash
# Date : (2014-04-25)
# Last revision : see changelog
# Wine version used : 1.7.17
# Distribution used to test : Archlinux
# Author : Romain Hennuyer romain.hennuyer@gmail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Romain Hennuyer] (2014-04-25)
#   Initial script, for the GOG release.
# [Dadu042] (2020-01-25 11:10)
#   Wine 1.7.17 -> 3.0.3

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="hotline_miami"
PREFIX="Hotline_miami_gog"
WORKING_WINE_VERSION="3.0.3"
 
TITLE="GOG.com - Hotline miami"
SHORTCUT_NAME="Hotline miami"
 
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 2015
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Dennaton Games / Devolver Digital" "http://www.gog.com/gamecard/$GOGID" "Romain Hennuyer" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" "f617d89c8f7c00f5407a694ec2e06b9b" # = 2.1.0.6
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_GoG_install
 
POL_Shortcut "HotlineGL.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;Action;"
POL_Shortcut "HotlineLauncher.exe" "$SHORTCUT_NAME Launcher" "$SHORTCUT_NAME.png" "" "Game;Action;"

POL_SetupWindow_Close
 
exit 0

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Zaterdag 25 Januari 2020 om 12:44
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,25 @@
 #!/bin/bash
 # Date : (2014-04-25)
-# Last revision : (2014-04-25)
+# Last revision : see changelog
 # Wine version used : 1.7.17
 # Distribution used to test : Archlinux
 # Author : Romain Hennuyer romain.hennuyer@gmail.com
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
- 
+#
+# CHANGELOG
+# [Romain Hennuyer] (2014-04-25)
+#   Initial script, for the GOG release.
+# [Dadu042] (2020-01-25 11:10)
+#   Wine 1.7.17 -> 3.0.3
+
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
  
 GOGID="hotline_miami"
 PREFIX="Hotline_miami_gog"
-WORKING_WINE_VERSION="1.7.17"
+WORKING_WINE_VERSION="3.0.3"
  
 TITLE="GOG.com - Hotline miami"
 SHORTCUT_NAME="Hotline miami"

New source code

#!/bin/bash
# Date : (2014-04-25)
# Last revision : see changelog
# Wine version used : 1.7.17
# Distribution used to test : Archlinux
# Author : Romain Hennuyer romain.hennuyer@gmail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Romain Hennuyer] (2014-04-25)
#   Initial script, for the GOG release.
# [Dadu042] (2020-01-25 11:10)
#   Wine 1.7.17 -> 3.0.3

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="hotline_miami"
PREFIX="Hotline_miami_gog"
WORKING_WINE_VERSION="3.0.3"
 
TITLE="GOG.com - Hotline miami"
SHORTCUT_NAME="Hotline miami"
 
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 2015
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Dennaton Games / Devolver Digital" "http://www.gog.com/gamecard/$GOGID" "Romain Hennuyer" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" "f617d89c8f7c00f5407a694ec2e06b9b" # = 2.1.0.6
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_GoG_install
 
POL_Shortcut "HotlineGL.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;Action;"
POL_Shortcut "HotlineLauncher.exe" "$SHORTCUT_NAME Launcher" "$SHORTCUT_NAME.png" "" "Game;Action;"

POL_SetupWindow_Close
 
exit 0

Antwoorden

ffrlh2001 Donderdag 13 October 2016 om 14:18
ffrlh2001 Anonymous

Bericht

Unexpected error when launching

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