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

Informations

Créateur Messages
Pingouache Anonymous

Attention

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

Informations

Plate-formes :
Téléchargements : 6477
Wine: 1.7.28

Retours d'expérience

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)

Code source

#!/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:

Contribuer
Membre Messages
Struwelpeter Mardi 30 Décembre 2014 à 13:49
Struwelpeter Anonymous

Messages

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.

Réponses

Mardi 30 Décembre 2014 à 19:53
The last installers from GOG do not run correctly under Wine
Mercredi 31 Décembre 2014 à 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
Vendredi 2 Janvier 2015 à 3:36
What a shame! Thanks for the reply & info.
petch Samedi 25 Octobre 2014 à 18:33
petch

Information

Cette mise à jour a été acceptée par l'équipe

Messages

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"

Nouveau code source

#!/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

Réponses

Pingouache Samedi 25 Octobre 2014 à 17:48
Pingouache Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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

Nouveau code source

#!/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

Réponses