GOG.com - Spycraft: The Great Game

Informations

Créateur Messages
petch

Information

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

Informations

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

Retours d'expérience

Description

English: Written with the help of William Colby (former CIA director) and Oleg Kalugin (former Major General of KGB), this game with FMV sequences try to put realistically in the skin of a CIA recruit; Which means, most of the time, in front of a computer!
The interface didn't age too well, but there's still no other game like Spycraft.
(updated for GOG installer v2)

Français : Développé avec l'aide de William Colby (ex directeur de la CIA) et d'Oleg Kalugin (ex Major de division du KGB), ce jeu utilisant des scènes digitalisées essaye vous faire entrer de façon réaliste dans la peau d'une recrue de la CIA; Ce qui signifie, la plupart du temps, être au clavier d'un ordinateur !
L'interface n'a pas très bien vieilli, mais il n'y a toujours pas d'autre jeu similaire à Spycraft.
(mis à jour pour l'installeur GOG v2)

Captures d'écran

MiniatureMiniatureMiniatureMiniatureMiniature

Code source

#!/bin/bash
# Date : (2012-12-31 21-20)
# Last revision : (2014-06-10 20-41)
# 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="spycraft_the_great_game"
PREFIX="Spycraft_gog"
WORKING_WINE_VERSION="1.6.2-dos_support_0.6"

TITLE="GOG.com - Spycraft: The Great Game"
SHORTCUT_NAME="Spycraft: The Great Game"

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

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

POL_Call POL_GoG_setup "$GOGID" "a24649fe50f528914fe7a00aee93e0d8"

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=16
cpu_core=auto
cpu_cputype=auto
cpu_cycles=auto
mixer_rate=44100
mixer_blocksize=4096
mixer_prebuffer=40
sblaster_sbtype=sb16
sblaster_sbbase=220
sblaster_irq=5
sblaster_dma=1
sblaster_hdma=5
sblaster_sbmixer=true
sblaster_oplmode=auto
sblaster_oplemu=default
sblaster_oplrate=44100
gus_gus=false
render_frameskip=1
_EOFCFG_

cat <<_EOFBAT_ > "$WINEPREFIX/drive_c/autoexec.bat"
@ECHO OFF
REM mount C . -freesize 1024
mount D "$GOGROOT/SpyCraft/DATA/" -t cdrom
_EOFBAT_

POL_Shortcut "SPYDOS.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribuer
Membre Messages
petch Mardi 10 Juin 2014 à 21:02
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-12-31 21-20)
-# Last revision : (2013-12-25 05-55)
-# Wine version used : 1.4-dos_support_0.6
+# Last revision : (2014-06-10 20-41)
+# 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="spycraft_the_great_game"
 PREFIX="Spycraft_gog"
-WORKING_WINE_VERSION="1.4-dos_support_0.6"
+WORKING_WINE_VERSION="1.6.2-dos_support_0.6"
 
 TITLE="GOG.com - Spycraft: The Great Game"
 SHORTCUT_NAME="Spycraft: The Great Game"
@@ -26,7 +26,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "Activision" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" "fc5e91a66e39f9bca31e3f6594f93667"
+POL_Call POL_GoG_setup "$GOGID" "a24649fe50f528914fe7a00aee93e0d8"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

Nouveau code source

#!/bin/bash
# Date : (2012-12-31 21-20)
# Last revision : (2014-06-10 20-41)
# 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="spycraft_the_great_game"
PREFIX="Spycraft_gog"
WORKING_WINE_VERSION="1.6.2-dos_support_0.6"

TITLE="GOG.com - Spycraft: The Great Game"
SHORTCUT_NAME="Spycraft: The Great Game"

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

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

POL_Call POL_GoG_setup "$GOGID" "a24649fe50f528914fe7a00aee93e0d8"

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=16
cpu_core=auto
cpu_cputype=auto
cpu_cycles=auto
mixer_rate=44100
mixer_blocksize=4096
mixer_prebuffer=40
sblaster_sbtype=sb16
sblaster_sbbase=220
sblaster_irq=5
sblaster_dma=1
sblaster_hdma=5
sblaster_sbmixer=true
sblaster_oplmode=auto
sblaster_oplemu=default
sblaster_oplrate=44100
gus_gus=false
render_frameskip=1
_EOFCFG_

cat <<_EOFBAT_ > "$WINEPREFIX/drive_c/autoexec.bat"
@ECHO OFF
REM mount C . -freesize 1024
mount D "$GOGROOT/SpyCraft/DATA/" -t cdrom
_EOFBAT_

POL_Shortcut "SPYDOS.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"

POL_SetupWindow_Close

exit 0

Réponses