GOG.com - Gabriel Knight 1: Sins of the Fathers - 20th anniversary edition
Informations
Creator | Message |
---|---|
Pingouache
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionEnglish: 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) 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:
ContributeMember | Message |
Struwelpeter | Tuesday 30 December 2014 at 13:49 |
Struwelpeter
|
MessageHello 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. RepliesTuesday 30 December 2014 at 19:53
Wednesday 31 December 2014 at 1:15
Friday 2 January 2015 at 3:36
|
petch | Saturday 25 October 2014 at 18:33 |
petch
|
InformationThis update has been approved by the team. MessageAdd 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
|
WarningThis update has not been approved yet by the team. 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 |
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