Estas Aqui
GOG.com - Septerra Core: Legacy of the Creator
Informations
Creator | Mensajes |
---|---|
petch
![]() Developer
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionEnglish: A futuristic jRPG-like RPG, in a world made of seven concentric layers... GOG now has installers for Mac GOG propose maintenant des installeurs pour Mac Source code#!/bin/bash # Date : (2012-01-15 00-06) # Last revision : (2014-06-15 20-18) # Wine version used : 1.4.1, 1.5.5, 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="septerra_core_legacy_of_the_creator" PREFIX="SepterraCore_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Septerra Core: Legacy of the Creator" SHORTCUT_NAME="Septerra Core" POL_SetupWindow_Init POL_SetupWindow_SetID 1041 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Valkyrie Studios / Topware Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "d4b7e9501f16e47fe00df94a0dd82ea0" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "16" # http://www.playonlinux.com/en/issue-1029.html POL_Wine_Direct3D "DirectDrawRenderer" "gdi" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "septerra.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" # sometimes exits with an exitcode of 1 for what it seems no good reason POL_Shortcut_QuietDebug "$SHORTCUT_NAME" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Septerra Core/Manual.pdf" # C:\GOG Games\Septerra Core\README.TXT POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Mensajes |
petch | Thursday 19 June 2014 at 0:35 |
petch
![]() Developer
|
InformationThis update has been approved by the team. MensajesDownload hash update Upgrade Wine to version 1.6.2 (#3735) Differences@@ -1,7 +1,7 @@ #!/bin/bash # Date : (2012-01-15 00-06) -# Last revision : (2013-12-16 20-01) -# Wine version used : 1.4.1, 1.5.5 +# Last revision : (2014-06-15 20-18) +# Wine version used : 1.4.1, 1.5.5, 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 @@ -13,7 +13,7 @@ GOGID="septerra_core_legacy_of_the_creator" PREFIX="SepterraCore_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Septerra Core: Legacy of the Creator" SHORTCUT_NAME="Septerra Core" @@ -24,7 +24,7 @@ POL_SetupWindow_presentation "$TITLE" "Valkyrie Studios / Topware Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" -POL_Call POL_GoG_setup "$GOGID" "6757dc95d9ab744af17603e217ef10ef" +POL_Call POL_GoG_setup "$GOGID" "d4b7e9501f16e47fe00df94a0dd82ea0" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" New source code#!/bin/bash # Date : (2012-01-15 00-06) # Last revision : (2014-06-15 20-18) # Wine version used : 1.4.1, 1.5.5, 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="septerra_core_legacy_of_the_creator" PREFIX="SepterraCore_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Septerra Core: Legacy of the Creator" SHORTCUT_NAME="Septerra Core" POL_SetupWindow_Init POL_SetupWindow_SetID 1041 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Valkyrie Studios / Topware Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "d4b7e9501f16e47fe00df94a0dd82ea0" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "16" # http://www.playonlinux.com/en/issue-1029.html POL_Wine_Direct3D "DirectDrawRenderer" "gdi" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "septerra.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" # sometimes exits with an exitcode of 1 for what it seems no good reason POL_Shortcut_QuietDebug "$SHORTCUT_NAME" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Septerra Core/Manual.pdf" # C:\GOG Games\Septerra Core\README.TXT POL_SetupWindow_Close exit 0 RespuestasMonday 4 July 2016 at 2:51
|