Supaplex

Informatie

Creator Bericht
puk007 Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informatie

Platforms:
Downloads: 10875
Wine: 1.6.2-dos_support_0.6

Feedbacks

Omschrijving

Puzzle game. Download automatically.

Editor.

Schermafdrukken

Miniature

Broncode

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

Contribute
Member Bericht
Dadu042 Donderdag 23 Mei 2019 om 0:24
Dadu042

Information

This update has been approved by the team.

Bericht

Fail 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

Antwoorden

Aangepast door Dadu042