GOG.com - Avadon: The Black Fortress

Informations

Créateur Messages
petch

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 7213
Wine: 3.0.3

Retours d'expérience

Description

English: 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

[b]Français :[/b} Avadon: The Black Fortress est un autre cRPG de Spiderweb Software. Comme d'habitude c'est un "RPG à l'ancienne", centré sur la qualité de l'histoire, cependant les graphismes ont bien été amélioré par rapport à leurs productions plus anciennes. Seul bémol : le scénario est très linéaire.

GOG propose maintenant des installeurs pour Mac

Captures d'écran

MiniatureMiniatureMiniature

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

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Lundi 20 Janvier 2020 à 22:58
Dadu042

Information

Cette 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