GOG.com - Septerra Core: Legacy of the Creator

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 8661
Wine: 3.0.3

Feedbacks

Description

English: A futuristic jRPG-like RPG, in a world made of seven concentric layers...
(updated for GOG installer v2)

GOG now has installers for Mac

Français : Un RPG futuriste dans le style des jRPG, dans un monde en sept couches concentriques différentes...
(mis à jour pour l'installeur GOG v2)

GOG propose maintenant des installeurs pour Mac

Source code

#!/bin/bash
# Date : (2012-01-15 00-06)
# Last revision : 
# Wine version used : 1.4.1, 1.5.5, 1.6.2, 3.0.3
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-01-15 00-06)
#   Initial script.
# [Pierre Etchemaite] (2014-06-15 20-18)
#   Script updated for GOG's installer v2 ?.
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested. It's the latest stable allowed by POL v4.2)


[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="septerra_core_legacy_of_the_creator"
PREFIX="SepterraCore_gog"
WORKING_WINE_VERSION="3.0.3"

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:

Contribute
Member Message
Dadu042 Wednesday 22 April 2020 at 21:02
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,28 @@
 #!/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
+# Last revision : 
+# Wine version used : 1.4.1, 1.5.5, 1.6.2, 3.0.3
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
+#
+# CHANGELOG
+# [Pierre Etchemaite] (2012-01-15 00-06)
+#   Initial script.
+# [Pierre Etchemaite] (2014-06-15 20-18)
+#   Script updated for GOG's installer v2 ?.
+# [Dadu042] (2020-04-19 17:30).
+#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested. It's the latest stable allowed by POL v4.2)
+
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="septerra_core_legacy_of_the_creator"
 PREFIX="SepterraCore_gog"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="3.0.3"
 
 TITLE="GOG.com - Septerra Core: Legacy of the Creator"
 SHORTCUT_NAME="Septerra Core"
@@ -52,4 +61,4 @@
 
 POL_SetupWindow_Close
 
-exit 0
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2012-01-15 00-06)
# Last revision : 
# Wine version used : 1.4.1, 1.5.5, 1.6.2, 3.0.3
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-01-15 00-06)
#   Initial script.
# [Pierre Etchemaite] (2014-06-15 20-18)
#   Script updated for GOG's installer v2 ?.
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested. It's the latest stable allowed by POL v4.2)


[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="septerra_core_legacy_of_the_creator"
PREFIX="SepterraCore_gog"
WORKING_WINE_VERSION="3.0.3"

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

Replies

petch Thursday 19 June 2014 at 0:35
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Download 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

Replies

Anonymous
Monday 4 July 2016 at 2:51
Using the install script, the game had no sound. I fixed this by using Wine version 1.7.41 as recommended https://appdb.winehq.org/objectManager.php?sClass=application&iId=574 here.