Supaplex
Informations
Creator | Message |
---|---|
puk007
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks0 1 DescriptionPuzzle game. Download automatically. ScreenshotsSource code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Supaplex" PREFIX="Supaplex" #Presentation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "" "Quentin PÂRIS" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.6.2-dos_support_0.6" cd "$WINEPREFIX/drive_c" POL_Download "http://www.elmerproductions.com/sp/software/supaplex.zip" "50643570a58c8f13a79d49eab199aba8" unzip supaplex.zip POL_Shortcut "spfix63.exe" "$TITLE" "Game;LogicGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Thursday 23 May 2019 at 0:24 |
Dadu042
|
InformationThis update has been approved by the team. MessageFail to run on Ubuntu 19.04, POL v3.5.4. It seems to me that the missing file is not longuer distributed in this OS. DOSBox: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory Differences@@ -17,7 +17,7 @@ POL_Download "http://www.elmerproductions.com/sp/software/supaplex.zip" "50643570a58c8f13a79d49eab199aba8" unzip supaplex.zip -POL_Shortcut "spfix63.exe" "$TITLE" +POL_Shortcut "spfix63.exe" "$TITLE" "Game;LogicGame;" POL_SetupWindow_Close exit 0 \ No newline at end of file New source code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Supaplex" PREFIX="Supaplex" #Presentation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "" "Quentin PÂRIS" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.6.2-dos_support_0.6" cd "$WINEPREFIX/drive_c" POL_Download "http://www.elmerproductions.com/sp/software/supaplex.zip" "50643570a58c8f13a79d49eab199aba8" unzip supaplex.zip POL_Shortcut "spfix63.exe" "$TITLE" "Game;LogicGame;" POL_SetupWindow_Close exit 0 RepliesEdited by Dadu042 |
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