GOG.com - Syberia
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 1 DescriptionEnglish: Kate is sent by her firm to negociate the repurchase of an old toys factory; But at her arrival, the owner just died...
Captures d'écranCode source#!/bin/bash # Date : (2012-05-07 22-36) # Last revision : see changelog # Wine version used : 1.5.15, 1.6, 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 : # # CHANGELOG # [Pierre Etchemaite] (2012-05-07 22-36) # Initial script. # [Pierre Etchemaite] (2014-05-29 15-08) # Script updated for GOG's installer v2. # Sound mixing fixed in 1.5.7 # [Dadu042] (2020-04-19 17:30). # Wine 1.6.2 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="syberia" PREFIX="Syberia_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Syberia" SHORTCUT_NAME="Syberia" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1172 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Microids / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "0ec452842adf2fb4f95c5f06e4304d42" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" # GoG work! Set_OS winxp POL_SetupWindow_VMS "16" POL_Call POL_Install_vcrun6 cd "$POL_USER_ROOT/tmp" POL_Download "http://files.playonlinux.com/nircmd.zip" "3d6d3f094633c5c97f8b15f8fe1023bf" POL_System_ExtractSingleFile "nircmd.zip" "nircmd.exe" "$WINEPREFIX/drive_c/windows/nircmd.exe" # For OS X Set_Managed Off # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Syberia.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;" # Work around "black screen" bug http://bugs.winehq.org/show_bug.cgi?id=21796 # double quotes around "P"OL_Wine prevent POL getArgs to pickup this line, sorry for the hack POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" '(sleep 10; "P"OL_Wine nircmd.exe win hide title Syberia; sleep 0.1; "P"OL_Wine nircmd.exe win hideshow title Syberia)&' echo "wait" >> "$POL_USER_ROOT/shortcuts/$SHORTCUT_NAME" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Syberia/Manual.pdf" # C:\GOG Games\Syberia\ReadMe.txt POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 19 Avril 2020 à 18:28 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,21 +1,28 @@ #!/bin/bash # Date : (2012-05-07 22-36) -# Last revision : (2014-05-29 15-08) +# Last revision : see changelog # Wine version used : 1.5.15, 1.6, 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 : - -# Sound mixing fixed in 1.5.7 +# +# CHANGELOG +# [Pierre Etchemaite] (2012-05-07 22-36) +# Initial script. +# [Pierre Etchemaite] (2014-05-29 15-08) +# Script updated for GOG's installer v2. +# Sound mixing fixed in 1.5.7 +# [Dadu042] (2020-04-19 17:30). +# Wine 1.6.2 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="syberia" PREFIX="Syberia_gog" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Syberia" SHORTCUT_NAME="Syberia" @@ -47,6 +54,7 @@ POL_Download "http://files.playonlinux.com/nircmd.zip" "3d6d3f094633c5c97f8b15f8fe1023bf" POL_System_ExtractSingleFile "nircmd.zip" "nircmd.exe" "$WINEPREFIX/drive_c/windows/nircmd.exe" +# For OS X Set_Managed Off # Doesn't hurt ;) @@ -64,4 +72,4 @@ POL_SetupWindow_Close -exit 0 +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2012-05-07 22-36) # Last revision : see changelog # Wine version used : 1.5.15, 1.6, 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 : # # CHANGELOG # [Pierre Etchemaite] (2012-05-07 22-36) # Initial script. # [Pierre Etchemaite] (2014-05-29 15-08) # Script updated for GOG's installer v2. # Sound mixing fixed in 1.5.7 # [Dadu042] (2020-04-19 17:30). # Wine 1.6.2 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="syberia" PREFIX="Syberia_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Syberia" SHORTCUT_NAME="Syberia" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1172 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Microids / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "0ec452842adf2fb4f95c5f06e4304d42" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" # GoG work! Set_OS winxp POL_SetupWindow_VMS "16" POL_Call POL_Install_vcrun6 cd "$POL_USER_ROOT/tmp" POL_Download "http://files.playonlinux.com/nircmd.zip" "3d6d3f094633c5c97f8b15f8fe1023bf" POL_System_ExtractSingleFile "nircmd.zip" "nircmd.exe" "$WINEPREFIX/drive_c/windows/nircmd.exe" # For OS X Set_Managed Off # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Syberia.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;" # Work around "black screen" bug http://bugs.winehq.org/show_bug.cgi?id=21796 # double quotes around "P"OL_Wine prevent POL getArgs to pickup this line, sorry for the hack POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" '(sleep 10; "P"OL_Wine nircmd.exe win hide title Syberia; sleep 0.1; "P"OL_Wine nircmd.exe win hideshow title Syberia)&' echo "wait" >> "$POL_USER_ROOT/shortcuts/$SHORTCUT_NAME" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Syberia/Manual.pdf" # C:\GOG Games\Syberia\ReadMe.txt POL_SetupWindow_Close exit 0 Réponses |
piratmartin | Samedi 18 Février 2017 à 9:47 |
piratmartin
|
MessagesCrash after game show menu.
wine Syberia.exe
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