GOG.com - Spycraft: The Great Game
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: 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!
Captures d'écranCode 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:
ContribuerMembre | Messages |
petch | Mardi 10 Juin 2014 à 21:02 |
petch
|
InformationCette mise à jour a été acceptée par l'équipe MessagesDownload 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 |
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