GOG.com - Sacrifice
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 2 DescriptionEnglish: Strategy game, you're a wizard involved in a war between 5 gods.
Captures d'écranCode source#!/bin/bash # Date : (2012-08-08 01-18) # Last revision : see changelog # Wine version used : 3.0.3 # 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-08-08 01-18) # Initial script, for the GOG release. # [Dadu042] (2020-01-25 11:10) # Wine 1.4.1 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sacrifice" PREFIX="Sacrifice_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Sacrifice" SHORTCUT_NAME="Sacrifice" 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 1353 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Shiny Entertainment / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "e8a1ac074282830fce07b2d3b8f7010f" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "16" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Sacrifice.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Sacrifice/MANUAL.PDF" # C:\GOG Games\Sacrifice\ReadMe.txt # C:\GOG Games\Sacrifice\RefCard.pdf POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Samedi 25 Janvier 2020 à 13:27 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,19 +1,25 @@ #!/bin/bash # Date : (2012-08-08 01-18) -# Last revision : (2013-05-19 15-46) -# Wine version used : 1.4.1 +# Last revision : see changelog +# Wine version used : 3.0.3 # 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-08-08 01-18) +# Initial script, for the GOG release. +# [Dadu042] (2020-01-25 11:10) +# Wine 1.4.1 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sacrifice" PREFIX="Sacrifice_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Sacrifice" SHORTCUT_NAME="Sacrifice" Nouveau code source#!/bin/bash # Date : (2012-08-08 01-18) # Last revision : see changelog # Wine version used : 3.0.3 # 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-08-08 01-18) # Initial script, for the GOG release. # [Dadu042] (2020-01-25 11:10) # Wine 1.4.1 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="sacrifice" PREFIX="Sacrifice_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Sacrifice" SHORTCUT_NAME="Sacrifice" 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 1353 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Shiny Entertainment / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "e8a1ac074282830fce07b2d3b8f7010f" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "16" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Sacrifice.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Sacrifice/MANUAL.PDF" # C:\GOG Games\Sacrifice\ReadMe.txt # C:\GOG Games\Sacrifice\RefCard.pdf POL_SetupWindow_Close exit 0 Réponses |
korisnik | Mercredi 19 Aoüt 2015 à 16:16 |
korisnik
|
MessagesUsed the predefined installation script for GOG-Sacrifice. Installation went well after the second try. Not sure what made a difference. The first time just didn't go through. Game starts up ok, splash screen is nice. In the initial game screen the "blue tunnel" is rendered nicely and fluidly. However the options listing (new game .. options ... quit etc.) is extremely small, like 10x smaller than should be by the resolution. Sorry for no screenshots, don't know how to take em. (The usual SS program doesn't work from within the game.) I managed to pinpoint the box listing for a new game. Loading screen is great, fast, all good. Inside game, again, all terrain fluent and nicely generated, all sounds ok - except again the text boxes. Extremely small, unusable. There were also ocassionally some black boxes around the first character that comes along in the tutorial. If I try running the game in Wine 1.6, the initial game screen loads ok in terms of boxes sizes. However, the "blue tunnel" and inside the actual game everything is extremely slowly renderred, with laggy movement etc. Not enjoyable enough to play. Any idea what's so different between the two wine versions? Should I try and install all the iterations in between, hoping to find one with just the right setup? Ping me with needed system info if you are able to give a hint how to solve this. Thank you!
Réponses |
freedent | Mercredi 2 Juillet 2014 à 15:31 |
freedent
|
MessagesThe game will not install concern. But impossible to run in full screen or network play. RéponsesMercredi 2 Juillet 2014 à 15:32
|
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