GOG.com - Dragonsphere

Informations

Créateur Messages
petch

Information

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

Informations

Plate-formes :
Téléchargements : 9819
Wine: 1.6.2-dos_support_0.6

Retours d'expérience

Description

English: A point-and-click adventure game
(Free game when registering on Good Old Games; updated for GOG installer v2)

GOG now has installers for Linux and Mac

Français : Un jeu d'aventure classique
(Jeu gratuit lors de l'inscription sur Good Old Games ; mis à jour pour l'installeur GOG v2)

GOG propose maintenant des installeurs pour Linux et Mac

Captures d'écran

MiniatureMiniatureMiniatureMiniature

Code source

#!/bin/bash
# Date : (2012-05-16 23-39)
# Last revision : (2014-06-18 22-37)
# Wine version used : 1.4-dos_support_0.6, 1.6.2-dos_support_0.6
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="dragonsphere"
PREFIX="Dragonsphere_gog"
WORKING_WINE_VERSION="1.6.2-dos_support_0.6"

TITLE="GOG.com - Dragonsphere"
SHORTCUT_NAME="Dragonsphere"

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 1203
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Microprose / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "de60b8167934faab186f93107c94aa18"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


cat <<_EOFCFG_ >> "$WINEPREFIX/playonlinux_dos.cfg"
manual_mount=true
dosbox_memsize=30
render_aspect=true
cpu_core=dynamic
cpu_cycles=8000
render_frameskip=1
render_scaler=normal2x
_EOFCFG_

cat <<_EOFAE_ > "$WINEPREFIX/drive_c/autoexec.bat"
imgmount D "$WINEPREFIX/drive_c/GOG Games/Dragonsphere/GAME.INST" -t iso
_EOFAE_

# VGA 256 colors
POL_SetupWindow_VMS "1"

POL_Shortcut "MAINMENU.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "-p" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Dragonsphere/answers.txt"
# C:\GOG Games\Dragonsphere\manual.pdf

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribuer
Membre Messages
petch Jeudi 19 Juin 2014 à 0:19
petch

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Download hash update

Wine upgraded to 1.6.2-dos_support_0.6 (#3735)

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2012-05-16 23-39)
-# Last revision : (2014-02-03 21-58)
-# Wine version used : 1.4-dos_support_0.6
+# Last revision : (2014-06-18 22-37)
+# Wine version used : 1.4-dos_support_0.6, 1.6.2-dos_support_0.6
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
@@ -13,7 +13,7 @@
 
 GOGID="dragonsphere"
 PREFIX="Dragonsphere_gog"
-WORKING_WINE_VERSION="1.4-dos_support_0.6"
+WORKING_WINE_VERSION="1.6.2-dos_support_0.6"
 
 TITLE="GOG.com - Dragonsphere"
 SHORTCUT_NAME="Dragonsphere"
@@ -26,7 +26,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "Microprose / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" "8c0630b0634f9bfcec66ad9770ce139e"
+POL_Call POL_GoG_setup "$GOGID" "de60b8167934faab186f93107c94aa18"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
@@ -40,9 +40,9 @@
 render_aspect=true
 cpu_core=dynamic
 cpu_cycles=8000
+render_frameskip=1
+render_scaler=normal2x
 _EOFCFG_
-# That one is debatable, no scaler gives excellent result with aspect correction enabled
-[ "$POL_OS" = "Linux" ] && echo "render_scaler=hq2x" >> "$WINEPREFIX/playonlinux_dos.cfg"
 
 cat <<_EOFAE_ > "$WINEPREFIX/drive_c/autoexec.bat"
 imgmount D "$WINEPREFIX/drive_c/GOG Games/Dragonsphere/GAME.INST" -t iso

Nouveau code source

#!/bin/bash
# Date : (2012-05-16 23-39)
# Last revision : (2014-06-18 22-37)
# Wine version used : 1.4-dos_support_0.6, 1.6.2-dos_support_0.6
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="dragonsphere"
PREFIX="Dragonsphere_gog"
WORKING_WINE_VERSION="1.6.2-dos_support_0.6"

TITLE="GOG.com - Dragonsphere"
SHORTCUT_NAME="Dragonsphere"

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 1203
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Microprose / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "de60b8167934faab186f93107c94aa18"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


cat <<_EOFCFG_ >> "$WINEPREFIX/playonlinux_dos.cfg"
manual_mount=true
dosbox_memsize=30
render_aspect=true
cpu_core=dynamic
cpu_cycles=8000
render_frameskip=1
render_scaler=normal2x
_EOFCFG_

cat <<_EOFAE_ > "$WINEPREFIX/drive_c/autoexec.bat"
imgmount D "$WINEPREFIX/drive_c/GOG Games/Dragonsphere/GAME.INST" -t iso
_EOFAE_

# VGA 256 colors
POL_SetupWindow_VMS "1"

POL_Shortcut "MAINMENU.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "-p" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Dragonsphere/answers.txt"
# C:\GOG Games\Dragonsphere\manual.pdf

POL_SetupWindow_Close

exit 0

Réponses