Vous êtes ici
GOG.com - Hotline miami
Informations
Créateur | Messages |
---|---|
romainhk
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 1 DescriptionTop down shooter, 2012. Wikipedia. GOG now has installers for Linux and Mac Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Samedi 25 Janvier 2020 à 12:44 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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" Nouveau code source#!/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 Réponses |
ffrlh2001 | Jeudi 13 Octobre 2016 à 14:18 |
ffrlh2001
|
MessagesUnexpected error when launching Réponses |
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