GOG.com - La Mulana
Informations
Creator | Message |
---|---|
nconrads
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks0 0 DescriptionFrom GOG.com: "La-Mulana is an “Archaeological Ruin Exploration Action Game” in the vein of classic MSX platformers. As a daring archaeologist you venture inside the ancient ruins of the Mayan city La-Mulana, seeking out the Secret Treasure of Life. Apart from the plethora of traps lying in wait to stop intruders, there are also monsters on the prowl, protecting the ruins. Head for the innermost depths of the ruins while solving a variety of mysteries, fending off monsters, and disarming traps. Forging ahead will be no simple task – the further into the depths you reach, the more difficult the mysteries become. Will you fall prey to treacherous traps and gruesome guardians or unravel the secrets of La-Mulana?" Source code#!/bin/bash # Date : (2014-06-19 21-00) # Last revision : (2014-06-19 21-03) # Wine version used : 1.7.20 # Distribution used to test : Debian testing (jessie)m 2014-06 # Author : nconrads [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_presentation "GOG.com - La Mulana" "Mozilla" "http://www.mozilla.com" "YourNickname" "MozillaFirefox" POL_Wine_SelectPrefix "GOG_LaMulana" POL_Wine_PrefixCreate POL_System_TmpCreate "GOG_LaMulana" POL_SetupWindow_InstallMethod "LOCAL" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Please select the unpatched (2.0.0) La Mulana installation executable." "GOG.com - La Mulana Installation" POL_SetupWindow_wait "Installation in progress." "GOG.com - La Mulana (2.0.0) Installation" POL_Wine start /unix "$APP_ANSWER" POL_SetupWindow_browse "Please select the La Mulana patch installation executable (2.0.2)." "GOG.com - La Mulana Installation" POL_SetupWindow_wait "Installation in progress." "GOG.com - La Mulana (2.0.2) Installation" POL_Wine start /unix "$APP_ANSWER" # Would like to offer the download method for this script, # but uncertain if POL supports delegation to a browser # where the login is already handled. #elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] #then # cd "$POL_System_TmpDir" # This bit clearly requires # POL_Download "https://secure.gog.com/downlink/la_mulana/en1installer0" # POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation" # POL_Wine start /unix "$POL_System_TmpDir/Firefox Setup 7.0.exe" fi # Addons necessary for best experience POL_Call POL_Install_xact # Clean-up of temporary files POL_System_TmpDelete POL_Shortcut "LaMulanaWin.exe" "GOG.com - La Mulana" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
nconrads | Friday 20 June 2014 at 3:05 |
nconrads
|
InformationThis update has been approved by the team. Differences@@ -0,0 +1,54 @@ +#!/bin/bash +# Date : (2014-06-19 21-00) +# Last revision : (2014-06-19 21-03) +# Wine version used : 1.7.20 +# Distribution used to test : Debian testing (jessie)m 2014-06 +# Author : nconrads +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "GOG.com - La Mulana" "Mozilla" "http://www.mozilla.com" "YourNickname" "MozillaFirefox" + +POL_Wine_SelectPrefix "GOG_LaMulana" +POL_Wine_PrefixCreate + +POL_System_TmpCreate "GOG_LaMulana" + +POL_SetupWindow_InstallMethod "LOCAL" + +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "Please select the unpatched (2.0.0) La Mulana installation executable." "GOG.com - La Mulana Installation" + POL_SetupWindow_wait "Installation in progress." "GOG.com - La Mulana (2.0.0) Installation" + POL_Wine start /unix "$APP_ANSWER" + POL_SetupWindow_browse "Please select the La Mulana patch installation executable (2.0.2)." "GOG.com - La Mulana Installation" + POL_SetupWindow_wait "Installation in progress." "GOG.com - La Mulana (2.0.2) Installation" + POL_Wine start /unix "$APP_ANSWER" + +# Would like to offer the download method for this script, +# but uncertain if POL supports delegation to a browser +# where the login is already handled. +#elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +#then +# cd "$POL_System_TmpDir" + # This bit clearly requires +# POL_Download "https://secure.gog.com/downlink/la_mulana/en1installer0" +# POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation" +# POL_Wine start /unix "$POL_System_TmpDir/Firefox Setup 7.0.exe" +fi + + +# Addons necessary for best experience +POL_Call POL_Install_xact + +# Clean-up of temporary files +POL_System_TmpDelete + + +POL_Shortcut "LaMulanaWin.exe" "GOG.com - La Mulana" + + +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/bin/bash # Date : (2014-06-19 21-00) # Last revision : (2014-06-19 21-03) # Wine version used : 1.7.20 # Distribution used to test : Debian testing (jessie)m 2014-06 # Author : nconrads [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_presentation "GOG.com - La Mulana" "Mozilla" "http://www.mozilla.com" "YourNickname" "MozillaFirefox" POL_Wine_SelectPrefix "GOG_LaMulana" POL_Wine_PrefixCreate POL_System_TmpCreate "GOG_LaMulana" POL_SetupWindow_InstallMethod "LOCAL" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Please select the unpatched (2.0.0) La Mulana installation executable." "GOG.com - La Mulana Installation" POL_SetupWindow_wait "Installation in progress." "GOG.com - La Mulana (2.0.0) Installation" POL_Wine start /unix "$APP_ANSWER" POL_SetupWindow_browse "Please select the La Mulana patch installation executable (2.0.2)." "GOG.com - La Mulana Installation" POL_SetupWindow_wait "Installation in progress." "GOG.com - La Mulana (2.0.2) Installation" POL_Wine start /unix "$APP_ANSWER" # Would like to offer the download method for this script, # but uncertain if POL supports delegation to a browser # where the login is already handled. #elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] #then # cd "$POL_System_TmpDir" # This bit clearly requires # POL_Download "https://secure.gog.com/downlink/la_mulana/en1installer0" # POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation" # POL_Wine start /unix "$POL_System_TmpDir/Firefox Setup 7.0.exe" fi # Addons necessary for best experience POL_Call POL_Install_xact # Clean-up of temporary files POL_System_TmpDelete POL_Shortcut "LaMulanaWin.exe" "GOG.com - La Mulana" POL_SetupWindow_Close exit RepliesTuesday 7 January 2020 at 21:14
Edited by Tinou |
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