GOG.com - Spelunky
Informations
Créateur | Messages |
---|---|
Jylhis
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionPlatformer, released for Windows in 2019 and (improved) in 2012. Wikipedia. Script made for the 2012/2013 release. Code source#!/bin/bash # Date : (2016-07-13) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : Fedora 23 # Author : Jylhis # Script licence : MIT # Program licence : Retail # # CHANGELOG # [Jylhis] (2016-06-13) # Initial script. # [Dadu042] (2020-01-19 22:00) # Wine 1.9.12 -> 2.22 # [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="spelunky" PREFIX="spelunky_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Spelunky" SHORTCUT_NAME="Spelunky" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "POL_SetupWindow_Init" "" "Jylhis" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "bff7c275053137881c9f2f6df16ee4b3" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "Spelunky.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Lundi 20 Janvier 2020 à 22:07 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,18 +1,24 @@ #!/bin/bash # Date : (2016-07-13) -# Last revision : (2016-06-13) -# Wine version used : 1.9.12 +# Last revision : see changelog +# Wine version used : 2.22 # Distribution used to test : Fedora 23 # Author : Jylhis # Script licence : MIT # Program licence : Retail - +# +# CHANGELOG +# [Jylhis] (2016-06-13) +# Initial script. +# [Dadu042] (2020-01-19 22:00) +# Wine 1.9.12 -> 2.22 +# [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="spelunky" PREFIX="spelunky_gog" -WORKING_WINE_VERSION="1.9.12" +WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Spelunky" SHORTCUT_NAME="Spelunky" Nouveau code source#!/bin/bash # Date : (2016-07-13) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : Fedora 23 # Author : Jylhis # Script licence : MIT # Program licence : Retail # # CHANGELOG # [Jylhis] (2016-06-13) # Initial script. # [Dadu042] (2020-01-19 22:00) # Wine 1.9.12 -> 2.22 # [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="spelunky" PREFIX="spelunky_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Spelunky" SHORTCUT_NAME="Spelunky" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "POL_SetupWindow_Init" "" "Jylhis" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "bff7c275053137881c9f2f6df16ee4b3" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "Spelunky.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 Réponses |
Jylhis | Lundi 13 Juin 2016 à 21:29 |
Jylhis
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,38 @@ +#!/bin/bash +# Date : (2016-07-13) +# Last revision : (2016-06-13) +# Wine version used : 1.9.12 +# Distribution used to test : Fedora 23 +# Author : Jylhis +# Script licence : MIT +# Program licence : Retail + +[ -z "$PLAYONLINUX" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +GOGID="spelunky" +PREFIX="spelunky_gog" +WORKING_WINE_VERSION="1.9.12" + +TITLE="GOG.com - Spelunky" +SHORTCUT_NAME="Spelunky" + +POL_SetupWindow_Init + +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "POL_SetupWindow_Init" "" "Jylhis" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "bff7c275053137881c9f2f6df16ee4b3" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_GoG_install + +POL_Wine_reboot + +POL_Shortcut "Spelunky.exe" "$TITLE" "" "" "Game;" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-07-13) # Last revision : (2016-06-13) # Wine version used : 1.9.12 # Distribution used to test : Fedora 23 # Author : Jylhis # Script licence : MIT # Program licence : Retail [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="spelunky" PREFIX="spelunky_gog" WORKING_WINE_VERSION="1.9.12" TITLE="GOG.com - Spelunky" SHORTCUT_NAME="Spelunky" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "POL_SetupWindow_Init" "" "Jylhis" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "bff7c275053137881c9f2f6df16ee4b3" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "Spelunky.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 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