GOG.com - Gabriel Knight 1: Sins of the Fathers - 20th anniversary edition
Informations
Créateur | Messages |
---|---|
Pingouache
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 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) 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:
ContribuerMembre | Messages |
Struwelpeter | Mardi 30 Décembre 2014 à 13:49 |
Struwelpeter
|
MessagesHello 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éponsesMardi 30 Décembre 2014 à 19:53
Mercredi 31 Décembre 2014 à 1:15
Vendredi 2 Janvier 2015 à 3:36
|
petch | Samedi 25 Octobre 2014 à 18:33 |
petch
|
InformationCette mise à jour a été acceptée par l'équipe MessagesAdd 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 |
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