GOG.com - Sacred Gold
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks2 2 DescriptionEnglish: Hack'n'slash RPG, includes Sacred Plus and Sacred Underworld extensions. Wikipedia. ScreenshotsSource code#!/bin/bash # Date : (2012-05-10 12-39) # Last revision : see changelog # 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-10 12-39) # Initial script. # [Pierre Etchemaite] (2014-04-12 21-06) # Script updated for GOG installer v2. # [Dadu042] (2020-03-20 19:30) # Wine 1.5.15d -> 2.22 # [Dadu042] (2020-06-27 11:00) (tested with game v2.0.0.4) # Wine 2.22 -> 4.0.4 (fix the jerky scrolling that occured also with Wine 3.0.3 on AMD GPU Radeon). [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sacred_gold" PREFIX="Sacred_gog" WORKING_WINE_VERSION="4.0.4" TITLE="GOG.com - Sacred Gold" SHORTCUT_NAME="Sacred Gold" 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 1177 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "ASCARON Entertainment / Strategy First" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_RequiredVersion 4.3.0 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." POL_Call POL_GoG_setup "$GOGID" "876c6c2eaa94e92a0ee6f1437013d6ca" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" # Required for videos http://bugs.winehq.org/show_bug.cgi?id=16250 POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_amstream # GoG work! Set_OS "winxp" POL_SetupWindow_VMS "16" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Sacred.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sacred Gold/Manual.pdf" # C:\GOG Games\Sacred Gold\Readme.html # C:\GOG Games\Sacred Gold\Map.pdf # C:\GOG Games\Sacred Gold\Quickstart.pdf # C:\GOG Games\Sacred Gold\GameServer.exe 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" POL_LoadVar_PROGRAMFILES cd "$GOGROOT/Sacred Gold/" || exit 1 TITLE="$TITLE" POL_SetupWindow_Init POL_Wine --ignore-errors Config.exe POL_SetupWindow_Close exit 0 _EOF_ exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Saturday 27 June 2020 at 11:42 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -11,78 +11,82 @@ # [Pierre Etchemaite] (2012-05-10 12-39) # Initial script. # [Pierre Etchemaite] (2014-04-12 21-06) -# ? -# [Dadu042] (2020-03-20 19:30). -# Wine 1.5.15 -> 2.22 - +# Script updated for GOG installer v2. +# [Dadu042] (2020-03-20 19:30) +# Wine 1.5.15d -> 2.22 +# [Dadu042] (2020-06-27 11:00) (tested with game v2.0.0.4) +# Wine 2.22 -> 4.0.4 (fix the jerky scrolling that occured also with Wine 3.0.3 on AMD GPU Radeon). + [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + GOGID="sacred_gold" PREFIX="Sacred_gog" -WORKING_WINE_VERSION="2.22" - +WORKING_WINE_VERSION="4.0.4" + TITLE="GOG.com - Sacred Gold" SHORTCUT_NAME="Sacred Gold" - + 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 1177 POL_Debug_Init - + POL_SetupWindow_presentation "$TITLE" "ASCARON Entertainment / Strategy First" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" +POL_RequiredVersion 4.3.0 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." + POL_Call POL_GoG_setup "$GOGID" "876c6c2eaa94e92a0ee6f1437013d6ca" - + POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" - + POL_Call POL_GoG_install "/nogui" - - + + # Required for videos http://bugs.winehq.org/show_bug.cgi?id=16250 POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_amstream - + # GoG work! -Set_OS winxp - +Set_OS "winxp" + POL_SetupWindow_VMS "16" - + # Doesn't hurt ;) POL_Wine_reboot - + POL_Shortcut "Sacred.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sacred Gold/Manual.pdf" # C:\GOG Games\Sacred Gold\Readme.html # C:\GOG Games\Sacred Gold\Map.pdf # C:\GOG Games\Sacred Gold\Quickstart.pdf - + # C:\GOG Games\Sacred Gold\GameServer.exe - + 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" - + POL_LoadVar_PROGRAMFILES - + cd "$GOGROOT/Sacred Gold/" || exit 1 - + TITLE="$TITLE" - + POL_SetupWindow_Init - + POL_Wine --ignore-errors Config.exe - + POL_SetupWindow_Close exit 0 _EOF_ - -exit 0 + +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2012-05-10 12-39) # Last revision : see changelog # 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-10 12-39) # Initial script. # [Pierre Etchemaite] (2014-04-12 21-06) # Script updated for GOG installer v2. # [Dadu042] (2020-03-20 19:30) # Wine 1.5.15d -> 2.22 # [Dadu042] (2020-06-27 11:00) (tested with game v2.0.0.4) # Wine 2.22 -> 4.0.4 (fix the jerky scrolling that occured also with Wine 3.0.3 on AMD GPU Radeon). [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sacred_gold" PREFIX="Sacred_gog" WORKING_WINE_VERSION="4.0.4" TITLE="GOG.com - Sacred Gold" SHORTCUT_NAME="Sacred Gold" 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 1177 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "ASCARON Entertainment / Strategy First" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_RequiredVersion 4.3.0 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." POL_Call POL_GoG_setup "$GOGID" "876c6c2eaa94e92a0ee6f1437013d6ca" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" # Required for videos http://bugs.winehq.org/show_bug.cgi?id=16250 POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_amstream # GoG work! Set_OS "winxp" POL_SetupWindow_VMS "16" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Sacred.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sacred Gold/Manual.pdf" # C:\GOG Games\Sacred Gold\Readme.html # C:\GOG Games\Sacred Gold\Map.pdf # C:\GOG Games\Sacred Gold\Quickstart.pdf # C:\GOG Games\Sacred Gold\GameServer.exe 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" POL_LoadVar_PROGRAMFILES cd "$GOGROOT/Sacred Gold/" || exit 1 TITLE="$TITLE" POL_SetupWindow_Init POL_Wine --ignore-errors Config.exe POL_SetupWindow_Close exit 0 _EOF_ exit 0 Replies |
Dadu042 | Saturday 21 March 2020 at 15:06 |
Dadu042
|
WarningThis update has not been approved yet by the team. Differences@@ -1,19 +1,26 @@ #!/bin/bash # Date : (2012-05-10 12-39) -# Last revision : (2014-04-12 21-06) -# Wine version used : 1.5.15, 1.6.2 +# Last revision : see changelog # 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-10 12-39) +# Initial script. +# [Pierre Etchemaite] (2014-04-12 21-06) +# ? +# [Dadu042] (2020-03-20 19:30). +# Wine 1.5.15 -> 2.22 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sacred_gold" PREFIX="Sacred_gog" -WORKING_WINE_VERSION="1.5.15" +WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Sacred Gold" SHORTCUT_NAME="Sacred Gold" New source code#!/bin/bash # Date : (2012-05-10 12-39) # Last revision : see changelog # 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-10 12-39) # Initial script. # [Pierre Etchemaite] (2014-04-12 21-06) # ? # [Dadu042] (2020-03-20 19:30). # Wine 1.5.15 -> 2.22 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sacred_gold" PREFIX="Sacred_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Sacred Gold" SHORTCUT_NAME="Sacred Gold" 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 1177 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "ASCARON Entertainment / Strategy First" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "876c6c2eaa94e92a0ee6f1437013d6ca" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" # Required for videos http://bugs.winehq.org/show_bug.cgi?id=16250 POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_amstream # GoG work! Set_OS winxp POL_SetupWindow_VMS "16" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Sacred.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Sacred Gold/Manual.pdf" # C:\GOG Games\Sacred Gold\Readme.html # C:\GOG Games\Sacred Gold\Map.pdf # C:\GOG Games\Sacred Gold\Quickstart.pdf # C:\GOG Games\Sacred Gold\GameServer.exe 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" POL_LoadVar_PROGRAMFILES cd "$GOGROOT/Sacred Gold/" || exit 1 TITLE="$TITLE" POL_SetupWindow_Init POL_Wine --ignore-errors Config.exe POL_SetupWindow_Close exit 0 _EOF_ exit 0 Replies |
Sethan | Friday 8 April 2016 at 0:26 |
Sethan
|
MessageHi, After the fresh installation, by clicking "Extras", both "Intro" and "Underworld Intro" do not work. I only get the black screen, and it would go back to the same window. Thanks.
Replies |
marian | Monday 25 January 2016 at 1:48 |
marian
|
MessageInstalled gog v2.0.0.4 (game version 2.28) Single player works perfectly If I join a local LAN multiplayer game (hosted on Windows), game works perfectly
BUT I cannot host multiplayer.
HOW do I tell POL (or linux) to port forward 2005 and 2006 to gameserver.exe, do I need to tell linux that POL is allowed to open port 2005 and 2006 for listening??? (I'm just guessing with the above question, if any1 has a better solution or more likely problem, please speak up) RepliesMonday 25 January 2016 at 7:09
|
fattum | Sunday 24 May 2015 at 4:26 |
fattum
|
MessageHi. Single player works perfect, but i struggle running multiplayer. I tried several scenarios. Firstly, i hosted the game with "gameserver.exe" (adding this exe to playonlinux). I couldnt see my own game regardless the ip I used to host. I tried both, my local ip, and hamachi ip. Afterwards, I tried to host from the game. Game doesnt start, everything I get is a message: "Gameserver: ready!". I though, okay, i can't host, so I asked my friend to do it. As you probably guessed, we use hamachi. He created server from the game and i could see it in the lan-lobby! But if I try to connect, everything I get is a message:"Establishing connection". I am curious, if there are any tricks or works around? RepliesSunday 24 May 2015 at 5:11
|
rooiebiet | Thursday 29 January 2015 at 14:56 |
rooiebiet
|
Messagegame starts good wen starting a game online or single player game crashes RepliesThursday 29 January 2015 at 15:00
|
LelixSuper | Thursday 7 August 2014 at 18:45 |
LelixSuper
|
MessageThe program works fine.
RepliesThursday 7 August 2014 at 20:46
Thursday 28 August 2014 at 22:12
Friday 29 August 2014 at 0:05
Friday 29 August 2014 at 13:47
|
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