Secrets of Grindea - DEMO
Informations
Créateur | Messages |
---|---|
mir
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 DescriptionThis script is tested with Secrets of Grindea - demo only, version 0.56g (2014). Website. Code source#!/bin/bash # Date : August 16, 2014 # Last revision : see changelog # Wine version used : 2.22, 1.7.22 # Author : miR # Distribution used to test: Ubuntu 14.04 64 # SoG version tested: Demo 0.56g # # CHANGELOG # [miR] (2014-08-16) # Initial script. # [Dadu042] (2020-01-14 20:30) # Wine 1.7.22 -> 2.22 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Secrets of Grindea" POL_System_SetArch "x86" PREFIX="secretsofgrindea" WINEVERSION="2.22" # Initialization POL_SetupWindow_Init POL_Debug_Init #Create prefix POL_SetupWindow_presentation "$TITLE" "Pixel Ferrets" "http://www.secretsofgrindea.com" "miR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_dotnet40 POL_Call POL_Install_d3dx10 POL_Call POL_Install_corefonts POL_SetupWindow_InstallMethod "LOCAL" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Please select the Secrets of Grindea installer that you have downloaded." "Secrets of Grindea installation" cd "$POL_System_TmpDir" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_SetupWindow_wait "Installation in progress." "$TITLE installation" POL_Wine_WaitExit "$TITLE" fi POL_Shortcut "Secrets Of Grindea.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Jeudi 16 Janvier 2020 à 22:38 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,17 +1,23 @@ #!/bin/bash # Date : August 16, 2014 -# Last revision : August 16, 2014 -# Wine version used : 1.7.22 +# Last revision : see changelog +# Wine version used : 2.22, 1.7.22 # Author : miR # Distribution used to test: Ubuntu 14.04 64 # SoG version tested: Demo 0.56g +# +# CHANGELOG +# [miR] (2014-08-16) +# Initial script. +# [Dadu042] (2020-01-14 20:30) +# Wine 1.7.22 -> 2.22 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Secrets of Grindea" POL_System_SetArch "x86" PREFIX="secretsofgrindea" -WINEVERSION="1.7.22" +WINEVERSION="2.22" # Initialization @@ -40,7 +46,7 @@ POL_Wine_WaitExit "$TITLE" fi -POL_Shortcut "Secrets Of Grindea.exe" "$TITLE" +POL_Shortcut "Secrets Of Grindea.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 Nouveau code source#!/bin/bash # Date : August 16, 2014 # Last revision : see changelog # Wine version used : 2.22, 1.7.22 # Author : miR # Distribution used to test: Ubuntu 14.04 64 # SoG version tested: Demo 0.56g # # CHANGELOG # [miR] (2014-08-16) # Initial script. # [Dadu042] (2020-01-14 20:30) # Wine 1.7.22 -> 2.22 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Secrets of Grindea" POL_System_SetArch "x86" PREFIX="secretsofgrindea" WINEVERSION="2.22" # Initialization POL_SetupWindow_Init POL_Debug_Init #Create prefix POL_SetupWindow_presentation "$TITLE" "Pixel Ferrets" "http://www.secretsofgrindea.com" "miR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_dotnet40 POL_Call POL_Install_d3dx10 POL_Call POL_Install_corefonts POL_SetupWindow_InstallMethod "LOCAL" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Please select the Secrets of Grindea installer that you have downloaded." "Secrets of Grindea installation" cd "$POL_System_TmpDir" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_SetupWindow_wait "Installation in progress." "$TITLE installation" POL_Wine_WaitExit "$TITLE" fi POL_Shortcut "Secrets Of Grindea.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 Réponses |
nosheep | Lundi 9 Février 2015 à 13:05 |
nosheep
|
MessagesWorks fine, thanks! Réponses |
mir | Dimanche 17 Aoüt 2014 à 20:27 |
mir
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,46 @@ +#!/bin/bash +# Date : August 16, 2014 +# Last revision : August 16, 2014 +# Wine version used : 1.7.22 +# Author : miR +# Distribution used to test: Ubuntu 14.04 64 +# SoG version tested: Demo 0.56g + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" +TITLE="Secrets of Grindea" +POL_System_SetArch "x86" +PREFIX="secretsofgrindea" +WINEVERSION="1.7.22" + +# Initialization + +POL_SetupWindow_Init +POL_Debug_Init + +#Create prefix +POL_SetupWindow_presentation "$TITLE" "Pixel Ferrets" "http://www.secretsofgrindea.com" "miR" "$PREFIX" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Dependencies +POL_Call POL_Install_dotnet40 +POL_Call POL_Install_d3dx10 +POL_Call POL_Install_corefonts + +POL_SetupWindow_InstallMethod "LOCAL" + +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "Please select the Secrets of Grindea installer that you have downloaded." "Secrets of Grindea installation" + cd "$POL_System_TmpDir" + POL_Wine_WaitBefore "$TITLE" + POL_Wine start /unix "$APP_ANSWER" + POL_SetupWindow_wait "Installation in progress." "$TITLE installation" + POL_Wine_WaitExit "$TITLE" +fi + +POL_Shortcut "Secrets Of Grindea.exe" "$TITLE" +POL_SetupWindow_Close + +exit 0 Nouveau code source#!/bin/bash # Date : August 16, 2014 # Last revision : August 16, 2014 # Wine version used : 1.7.22 # Author : miR # Distribution used to test: Ubuntu 14.04 64 # SoG version tested: Demo 0.56g [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Secrets of Grindea" POL_System_SetArch "x86" PREFIX="secretsofgrindea" WINEVERSION="1.7.22" # Initialization POL_SetupWindow_Init POL_Debug_Init #Create prefix POL_SetupWindow_presentation "$TITLE" "Pixel Ferrets" "http://www.secretsofgrindea.com" "miR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Dependencies POL_Call POL_Install_dotnet40 POL_Call POL_Install_d3dx10 POL_Call POL_Install_corefonts POL_SetupWindow_InstallMethod "LOCAL" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "Please select the Secrets of Grindea installer that you have downloaded." "Secrets of Grindea installation" cd "$POL_System_TmpDir" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_SetupWindow_wait "Installation in progress." "$TITLE installation" POL_Wine_WaitExit "$TITLE" fi POL_Shortcut "Secrets Of Grindea.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
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