GOG.com - Gabriel Knight 1: Sins of the Fathers - 20th anniversary edition

Informations

Creator Message
Pingouache Anonymous

Warning

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

Informations

Platforms:
Downloads: 6421
Wine: 1.7.28

Feedbacks

Description

English: Experience one of adventure gaming’s most stunning masterpieces all over again in this blockbuster retelling of the award-winning 1993 murder-mystery, which adds all-new puzzles, scenes, and HD graphics! (GOG installer)

Français : Découvrez un des chefs-d'oeuvre les plus spectaculaires du jeu d'aventure, au cours de ce remake du jeu multi-primé de 1993, qui ajoute de toutes nouvelles énigmes, des scènes et des graphismes HD ! (Installeur pour la version GOG)

Source code

#!/bin/bash
# Date : (2014-10-25 15-30)
# Last revision : (2014-10-25 15-30)
# Wine version used : 1.7.28
# Distribution used to test : openSUSE 13.2 RC1
# Author : Frédéric Santos frederic.santos@aol.fr
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="GOG.com - Gabriel Knight 1 - 20th anniversary"
PREFIX="GK1_20th_gog"
SHORTCUT_NAME="Gabriel Knight 1: Sins of the Fathers - 20th anniversary edition"
WORKING_WINE_VERSION="1.7.28"
GOGID="gabriel_knight_sins_of_the_fathers_20th_anniversary_edition"
  
POL_SetupWindow_Init
POL_SetupWindow_SetID 2321
POL_Debug_Init
  
POL_SetupWindow_presentation "$TITLE" "Phoenix Online Studios" "Retailer: www.gog.com" "Frédéric Santos" "$PREFIX"
  
POL_Call POL_GoG_setup "$GOGID" "15dbbb7846db05599bba0c810a2f6c38"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
POL_Call POL_GoG_install
  
# OS and memory settings
Set_OS win7
  
POL_SetupWindow_VMS "512"
  
# End
POL_Wine_reboot
  
POL_Shortcut "GK1.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
  
POL_SetupWindow_Close
  
exit 0

Contributions

Filters:

Contribute
Member Message
Struwelpeter Tuesday 30 December 2014 at 13:49
Struwelpeter Anonymous

Message

Hello there,

I tried the standard available scripts and both updates (on Ubuntu 14.04), but installation completes with error messages:

Runtime Error (At 68:445)

Runtime Error (At 189:800) Invalid Opcode

Runtime Error (At 189:801) Invalid Opcode

Out of Global Vars Range

Then the game doesn't run: windows opens, remains black, nothing happens.

Any help would be much appreciated!

Best,

S.p.

Replies

Tuesday 30 December 2014 at 19:53
The last installers from GOG do not run correctly under Wine
Wednesday 31 December 2014 at 1:15
If you'd like more infos on this current trend, you can head to http://www.playonlinux.com/en/topic-11694-GOGcom_to_add_Linux_support.html (and from there the GOG forums link it mentions)
Anonymous
Friday 2 January 2015 at 3:36
What a shame! Thanks for the reply & info.
petch Saturday 25 October 2014 at 18:33
petch

Information

This update has been approved by the team.

Message

Add SetID

Differences

@@ -18,7 +18,7 @@
 GOGID="gabriel_knight_sins_of_the_fathers_20th_anniversary_edition"
   
 POL_SetupWindow_Init
-POL_SetupWindow_SetID
+POL_SetupWindow_SetID 2321
 POL_Debug_Init
   
 POL_SetupWindow_presentation "$TITLE" "Phoenix Online Studios" "Retailer: www.gog.com" "Frédéric Santos" "$PREFIX"

New source code

#!/bin/bash
# Date : (2014-10-25 15-30)
# Last revision : (2014-10-25 15-30)
# Wine version used : 1.7.28
# Distribution used to test : openSUSE 13.2 RC1
# Author : Frédéric Santos frederic.santos@aol.fr
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="GOG.com - Gabriel Knight 1 - 20th anniversary"
PREFIX="GK1_20th_gog"
SHORTCUT_NAME="Gabriel Knight 1: Sins of the Fathers - 20th anniversary edition"
WORKING_WINE_VERSION="1.7.28"
GOGID="gabriel_knight_sins_of_the_fathers_20th_anniversary_edition"
  
POL_SetupWindow_Init
POL_SetupWindow_SetID 2321
POL_Debug_Init
  
POL_SetupWindow_presentation "$TITLE" "Phoenix Online Studios" "Retailer: www.gog.com" "Frédéric Santos" "$PREFIX"
  
POL_Call POL_GoG_setup "$GOGID" "15dbbb7846db05599bba0c810a2f6c38"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
POL_Call POL_GoG_install
  
# OS and memory settings
Set_OS win7
  
POL_SetupWindow_VMS "512"
  
# End
POL_Wine_reboot
  
POL_Shortcut "GK1.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
  
POL_SetupWindow_Close
  
exit 0

Replies

Pingouache Saturday 25 October 2014 at 17:48
Pingouache Anonymous

Warning

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

Differences

@@ -0,0 +1,45 @@
+#!/bin/bash
+# Date : (2014-10-25 15-30)
+# Last revision : (2014-10-25 15-30)
+# Wine version used : 1.7.28
+# Distribution used to test : openSUSE 13.2 RC1
+# Author : Frédéric Santos frederic.santos@aol.fr
+# Script licence : GPL v.2
+# Program licence : Retail
+# Depend :
+  
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+  
+TITLE="GOG.com - Gabriel Knight 1 - 20th anniversary"
+PREFIX="GK1_20th_gog"
+SHORTCUT_NAME="Gabriel Knight 1: Sins of the Fathers - 20th anniversary edition"
+WORKING_WINE_VERSION="1.7.28"
+GOGID="gabriel_knight_sins_of_the_fathers_20th_anniversary_edition"
+  
+POL_SetupWindow_Init
+POL_SetupWindow_SetID
+POL_Debug_Init
+  
+POL_SetupWindow_presentation "$TITLE" "Phoenix Online Studios" "Retailer: www.gog.com" "Frédéric Santos" "$PREFIX"
+  
+POL_Call POL_GoG_setup "$GOGID" "15dbbb7846db05599bba0c810a2f6c38"
+  
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+  
+POL_Call POL_GoG_install
+  
+# OS and memory settings
+Set_OS win7
+  
+POL_SetupWindow_VMS "512"
+  
+# End
+POL_Wine_reboot
+  
+POL_Shortcut "GK1.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
+  
+POL_SetupWindow_Close
+  
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2014-10-25 15-30)
# Last revision : (2014-10-25 15-30)
# Wine version used : 1.7.28
# Distribution used to test : openSUSE 13.2 RC1
# Author : Frédéric Santos frederic.santos@aol.fr
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="GOG.com - Gabriel Knight 1 - 20th anniversary"
PREFIX="GK1_20th_gog"
SHORTCUT_NAME="Gabriel Knight 1: Sins of the Fathers - 20th anniversary edition"
WORKING_WINE_VERSION="1.7.28"
GOGID="gabriel_knight_sins_of_the_fathers_20th_anniversary_edition"
  
POL_SetupWindow_Init
POL_SetupWindow_SetID
POL_Debug_Init
  
POL_SetupWindow_presentation "$TITLE" "Phoenix Online Studios" "Retailer: www.gog.com" "Frédéric Santos" "$PREFIX"
  
POL_Call POL_GoG_setup "$GOGID" "15dbbb7846db05599bba0c810a2f6c38"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
POL_Call POL_GoG_install
  
# OS and memory settings
Set_OS win7
  
POL_SetupWindow_VMS "512"
  
# End
POL_Wine_reboot
  
POL_Shortcut "GK1.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
  
POL_SetupWindow_Close
  
exit 0

Replies