GOG.com - Avadon: The Black Fortress
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: Avadon: The Black Fortress is another cRPG from Spiderweb Software. As usual it's an "old school RPG", focusing on good story writing, but the graphisms are nicer than their older productions nonetheless. Only drawback: the scenario is very linear. GOG now has installers for Mac GOG propose maintenant des installeurs pour Mac Captures d'écranCode source#!/bin/bash # Date : (2013-07-19 23-13) # 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] (2013-07-19 23-13) # Initial script. # [Pierre Etchemaite] (2014-03-02 19-50) # ? Wine 1.4.1 -> 1.6.2 # [Dadu042] (2020-01-19 13:50) # Wine 1.6.2 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="avadon_the_black_fortress" PREFIX="AvadonTBF_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Avadon: The Black Fortress" SHORTCUT_NAME="Avadon: The Black Fortress" 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 1777 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Studio / Publisher" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c2c2b35b29a2fb5bfdecd413cbc3dbb4" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Avadon.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Avadon - The Black Fortress/Manual.pdf" # C:\GOG Games\Avadon - The Black Fortress\Map of Lynaeus.jpg POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Lundi 20 Janvier 2020 à 22:58 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,19 +1,27 @@ #!/bin/bash # Date : (2013-07-19 23-13) -# Last revision : (2014-03-02 19-50) -# Wine version used : 1.4.1, 1.6.2 +# 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] (2013-07-19 23-13) +# Initial script. +# [Pierre Etchemaite] (2014-03-02 19-50) +# ? Wine 1.4.1 -> 1.6.2 +# [Dadu042] (2020-01-19 13:50) +# Wine 1.6.2 -> 3.0.3 + [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="avadon_the_black_fortress" PREFIX="AvadonTBF_gog" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Avadon: The Black Fortress" SHORTCUT_NAME="Avadon: The Black Fortress" @@ -48,4 +56,4 @@ POL_SetupWindow_Close -exit 0 +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2013-07-19 23-13) # 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] (2013-07-19 23-13) # Initial script. # [Pierre Etchemaite] (2014-03-02 19-50) # ? Wine 1.4.1 -> 1.6.2 # [Dadu042] (2020-01-19 13:50) # Wine 1.6.2 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="avadon_the_black_fortress" PREFIX="AvadonTBF_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Avadon: The Black Fortress" SHORTCUT_NAME="Avadon: The Black Fortress" 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 1777 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Studio / Publisher" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c2c2b35b29a2fb5bfdecd413cbc3dbb4" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Avadon.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Avadon - The Black Fortress/Manual.pdf" # C:\GOG Games\Avadon - The Black Fortress\Map of Lynaeus.jpg POL_SetupWindow_Close exit 0 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