Supaplex

Informations

Creator Message
puk007 Anonymous

Warning

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

Informations

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

Feedbacks

Description

Puzzle game. Download automatically.

Editor.

Screenshots

Miniature

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

Contributions

Filters:

Contribute
Member Message
Dadu042 Thursday 23 May 2019 at 0:24
Dadu042

Information

This update has been approved by the team.

Message

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

Replies

Edited by Dadu042