Supaplex
Informations
Créateur | Messages |
---|---|
puk007
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 1 DescriptionPuzzle game. Download automatically. Captures d'écranCode source#!/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:
ContribuerMembre | Messages |
Dadu042 | Jeudi 23 Mai 2019 à 0:24 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe MessagesFail 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 Nouveau code source#!/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 RéponsesEdité par 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