Spelunky Classic (2009)
Informations
Creator | Message |
---|---|
Python
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionAction-adventure oriented platform game. Dungeons randomly generated. Recall Indiana Jones. Editor website. Game will download automatically. ScreenshotsSource code#!/bin/bash # Date : (2011-07-17 17-53) # Last revision : (2019-05-23 01-53) # Wine version used : 1.3.24 # Distribution used to test : Debian Squeeze # Author : Python [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="Spelunky" PREFIX="spelunky" WORKING_WINE_VERSION="3.0" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "MossMouth" "http://www.mossmouth.com/" "Python" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" mkdir -p "$WINEPREFIX/drive_c/spelunky" cd "$WINEPREFIX/drive_c/spelunky" POL_Download "http://www.derekyu.com/games/spelunky_1_1.zip" "353593f4c205f96f438e38c9ad6bb667" POL_SetupWindow_wait "$(eval_gettext "Installation in progress...")" "$TITLE" unzip "spelunky_1_1.zip" POL_Shortcut "Spelunky.exe" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Thursday 23 May 2019 at 1:18 |
Dadu042
![]() Moderator
|
InformationThis update has been approved by the team. MessageInstaller failed on POL 3.5.4 Music seems to have a issue (should add POL Call dmusic ?) Differences@@ -1,34 +1,34 @@ #!/bin/bash # Date : (2011-07-17 17-53) -# Last revision : (2011-07-17 17-53) +# Last revision : (2019-05-23 01-53) # Wine version used : 1.3.24 # Distribution used to test : Debian Squeeze # Author : Python - + [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" - + TITLE="Spelunky" PREFIX="spelunky" -WORKING_WINE_VERSION="1.3.24" - +WORKING_WINE_VERSION="3.0" + POL_Debug_Init POL_SetupWindow_Init - + POL_SetupWindow_presentation "$TITLE" "MossMouth" "http://www.mossmouth.com/" "Python" "$PREFIX" - + POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" - -mkdir -p "$WINEPREFIX/drive_c/spelunky" + +mkdir -p "$WINEPREFIX/drive_c/spelunky" cd "$WINEPREFIX/drive_c/spelunky" - + POL_Download "http://www.derekyu.com/games/spelunky_1_1.zip" "353593f4c205f96f438e38c9ad6bb667" - + POL_SetupWindow_wait "$(eval_gettext "Installation in progress...")" "$TITLE" unzip "spelunky_1_1.zip" - + POL_Shortcut "Spelunky.exe" "$TITLE" - + POL_SetupWindow_Close exit \ No newline at end of file New source code#!/bin/bash # Date : (2011-07-17 17-53) # Last revision : (2019-05-23 01-53) # Wine version used : 1.3.24 # Distribution used to test : Debian Squeeze # Author : Python [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="Spelunky" PREFIX="spelunky" WORKING_WINE_VERSION="3.0" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "MossMouth" "http://www.mossmouth.com/" "Python" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" mkdir -p "$WINEPREFIX/drive_c/spelunky" cd "$WINEPREFIX/drive_c/spelunky" POL_Download "http://www.derekyu.com/games/spelunky_1_1.zip" "353593f4c205f96f438e38c9ad6bb667" POL_SetupWindow_wait "$(eval_gettext "Installation in progress...")" "$TITLE" unzip "spelunky_1_1.zip" POL_Shortcut "Spelunky.exe" "$TITLE" POL_SetupWindow_Close exit Replies |
mcandre | Sunday 27 September 2015 at 16:52 |
mcandre
![]()
|
Message* Installer has an error. * Quit crashes, then relaunches the main menu. * Can't open crates. * The game's appearance and audio indicates that it is an older version of the game. RepliesSunday 27 September 2015 at 18:32
|