GOG - Spelunky
Informations
Creator | Nachricht |
---|---|
Jylhis
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionSpelunky is a unique platformer with randomized levels that offer a challenging new experience each time you play. Journey deep underground and explore fantastic places filled with all manner of monsters, traps, and treasure. You'll have complete freedom while you navigate the fully-destructible environments and master their many secrets. To stay or flee, to kill or rescue, to shop or steal... in Spelunky, the choice is yours and so are the consequences! 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 |
Contributions
Filters:
ContributeMember | Nachricht |
Jylhis | Monday 13 June 2016 at 21:29 |
Jylhis
![]()
|
InformationThis update has been approved by the team. 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 Antworten |