GOG.com - A New Beginning: Final Cut
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 1 DescriptionEnglish: Adventure game, global ecological disaster happened, and a solar activity peak is about to destroy most lifeforms. The only solution: go back in the past... GOG now has installers for Mac GOG propose maintenant des installeurs pour Mac ScreenshotsSource code#!/bin/bash # Date : (2013-03-21 21-40) # Last revision : (2014-12-08 12-06) # Wine version used : 1.4.1, 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 : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="a_new_beginning" PREFIX="ANewBeginning_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - A New Beginning: Final Cut" SHORTCUT_NAME="A New Beginning" 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 1632 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 3 "86f25a4bf2dff72ed250309819c1c06c" "7ecc26bbb364096b0c5a2a664885ff25" "56ffab387b9860c12ffc236229820fc3" "3b2c1e1df9b5ad0fe07c2b0af5b81b28" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install /nogui # GoG work! Set_OS winxp POL_SetupWindow_VMS "256" # Only used by configuration tool POL_Call POL_Install_dotnet40 # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "ANB.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/A New Beginning - Final Cut/A New Beginning - Manual.pdf" # Fix missing sound issue in cutscenes. # See: http://wiki.winehq.org/Sound ("SDL applications"). POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" 'unset SDL_AUDIODIVER' POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" cd "$GOGROOT/A New Beginning - Final Cut/" || exit 1 TITLE="$TITLE" POL_Wine VisionaireConfigurationTool.exe exit 0 _EOF_ exit 0 |
Contributions
Filters:
ContributeMember | Message |
Fangorn | Monday 8 December 2014 at 0:54 |
Fangorn
|
InformationThis update has been approved by the team. MessageI tried it on Linux Mint 17 "Qiana" (Ubuntu 14.04 based), at the end of game instalation I got runtime error 216, installation failed. In debug log I saw error "err:wgl:has_opengl Failed to load libGL: /usr/lib/i386-linux-gnu/libxcb-dri3.so.0: undefined symbol: xcb_send_fd err:wgl:has_opengl OpenGL support is disabled." That looks like fixed bug #3814 on PlayOnLinux. After changing wine version in script, I reinstall game without errors.
Differences@@ -1,7 +1,7 @@ #!/bin/bash # Date : (2013-03-21 21-40) -# Last revision : (2013-12-23 12-06) -# Wine version used : 1.4.1, 1.6.1 +# Last revision : (2014-12-08 12-06) +# Wine version used : 1.4.1, 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 @@ -13,7 +13,7 @@ GOGID="a_new_beginning" PREFIX="ANewBeginning_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - A New Beginning: Final Cut" SHORTCUT_NAME="A New Beginning" @@ -26,7 +26,7 @@ POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" -POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 3 "b9633cac4f7d6acfc950a45a86c78483" "e886c99679507122c613023ee76e387f" "afebbdb9ae9bed618f79e7b7ab8b2397" "97ae1edf303d06275da33dd034f44ab8" +POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 3 "86f25a4bf2dff72ed250309819c1c06c" "7ecc26bbb364096b0c5a2a664885ff25" "56ffab387b9860c12ffc236229820fc3" "3b2c1e1df9b5ad0fe07c2b0af5b81b28" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" @@ -43,7 +43,7 @@ POL_Call POL_Install_dotnet40 # Doesn't hurt ;) -POL_Wine_rebootHi +POL_Wine_reboot POL_Shortcut "ANB.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/A New Beginning - Final Cut/A New Beginning - Manual.pdf" New source code#!/bin/bash # Date : (2013-03-21 21-40) # Last revision : (2014-12-08 12-06) # Wine version used : 1.4.1, 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 : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="a_new_beginning" PREFIX="ANewBeginning_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - A New Beginning: Final Cut" SHORTCUT_NAME="A New Beginning" 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 1632 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 3 "86f25a4bf2dff72ed250309819c1c06c" "7ecc26bbb364096b0c5a2a664885ff25" "56ffab387b9860c12ffc236229820fc3" "3b2c1e1df9b5ad0fe07c2b0af5b81b28" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install /nogui # GoG work! Set_OS winxp POL_SetupWindow_VMS "256" # Only used by configuration tool POL_Call POL_Install_dotnet40 # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "ANB.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/A New Beginning - Final Cut/A New Beginning - Manual.pdf" # Fix missing sound issue in cutscenes. # See: http://wiki.winehq.org/Sound ("SDL applications"). POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" 'unset SDL_AUDIODIVER' POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" cd "$GOGROOT/A New Beginning - Final Cut/" || exit 1 TITLE="$TITLE" POL_Wine VisionaireConfigurationTool.exe exit 0 _EOF_ exit 0 RepliesMonday 8 December 2014 at 22:10
Sunday 14 December 2014 at 14:09
Sunday 14 December 2014 at 14:24
Sunday 14 December 2014 at 20:50
Sunday 14 December 2014 at 21:09
Sunday 14 December 2014 at 22:20
Tuesday 16 December 2014 at 15:32
Friday 19 December 2014 at 17:58
Edited by petch |
murlock | Sunday 19 October 2014 at 22:17 |
murlock
|
MessageWorks also with A New Beginning: Final Cut from http://gamersgate.com/ Just select Run a setup.exe and install it in C:\GOG Games\A New Beginning - Final Cut 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