GOG.com - Sacred Gold
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience2 2 DescriptionEnglish: Hack'n'slash RPG, includes Sacred Plus and Sacred Underworld extensions. Wikipedia. Captures d'écranCode source#!/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:
ContribuerMembre | Messages |
Dadu042 | Samedi 27 Juin 2020 à 11:42 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code source#!/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 Réponses |
Dadu042 | Samedi 21 Mars 2020 à 15:06 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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" Nouveau code source#!/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 Réponses |
Sethan | Vendredi 8 Avril 2016 à 0:26 |
Sethan
|
MessagesHi, 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.
Réponses |
marian | Lundi 25 Janvier 2016 à 1:48 |
marian
|
MessagesInstalled 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) RéponsesLundi 25 Janvier 2016 à 7:09
|
fattum | Dimanche 24 Mai 2015 à 4:26 |
fattum
|
MessagesHi. 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? RéponsesDimanche 24 Mai 2015 à 5:11
|
rooiebiet | Jeudi 29 Janvier 2015 à 14:56 |
rooiebiet
|
Messagesgame starts good wen starting a game online or single player game crashes RéponsesJeudi 29 Janvier 2015 à 15:00
|
LelixSuper | Jeudi 7 Aoüt 2014 à 18:45 |
LelixSuper
|
MessagesThe program works fine.
RéponsesJeudi 7 Aoüt 2014 à 20:46
Jeudi 28 Aoüt 2014 à 22:12
Vendredi 29 Aoüt 2014 à 0:05
Vendredi 29 Aoüt 2014 à 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