GOG.com - Spelunky

Informations

Creator Message
Jylhis Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 3475
Wine: 2.22

Feedbacks

Description

Platformer, released for Windows in 2019 and (improved) in 2012. Wikipedia.

Script made for the 2012/2013 release.

Appdb.winehq.org

Source code

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

Contribute
Member Message
Dadu042 Monday 20 January 2020 at 22:07
Dadu042

Information

This update has been approved by the team.

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"

New source code

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

Replies

Jylhis Monday 13 June 2016 at 21:29
Jylhis Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

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

Replies