GOG.com - Pirates Pack

Informations

Creator Wiadmości
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 8584
Wine: 1.6.2-dos_support_0.6

Feedbacks

Description

English: Ever dreamed of being a pirate? This game brilliantly combines adventure, action and management, and you're completely free to conduct your career the way you want!
The GOG pack comes with both the original '87 game, and its '93 remake with better graphics and sounds. The game itself is the same, so you'll probably want to play the Gold version unless you prefer the original one out of nostalgia :)
The "Read the manual" option leads to the protection codes, but I urge you to use "Open application folder" and go read the manuals to fully enjoy this game.
(updated for GOG installer v2)

GOG now has installers for Linux and Mac

Français : N'avez vous jamais rêvé d'être un pirate ? Ce jeu combine brillamment aventure, action et gestion, et vous laisse totalement libre de la façon de mener votre carrière !
Le pack GOG contient à la fois le jeu original de '87 et son remake de '93 avec de meilleurs graphismes et de meilleurs sons. Le jeu lui-même est inchangé, donc vous préfèrerez sans doute jouer à la version Gold, à moins que la nostalgie vous fasse préférer l'original :)
Les options "Lire le manuel" ouvrent les codes de protection, mais je vous préconise d'utiliser "Ouvrir le dossier de l'application" et d'aller lire les manuels pour profiter pleinement de ce jeu.
(mis à jour pour l'installeur GOG v2)

GOG propose maintenant des installeurs pour Linux et Mac

Screenshots

MiniatureMiniatureMiniatureMiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-10-19 18-04)
# Last revision : (2014-06-03 22-06)
# 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="pirates_gold_plus"
PREFIX="PiratesPack_gog"
WORKING_WINE_VERSION="1.6.2-dos_support_0.6"

TITLE="GOG.com - Pirates Pack"
SHORTCUT_NAME1='Pirates!'
SHORTCUT_NAME2='Pirates! Gold'

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

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

POL_Call POL_GoG_setup "$GOGID" "cd0d2f4b084b0fc9628a33237f6d04df"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# Pirate! Gold expects itself in C:\, at least some parts
mv "$WINEPREFIX/drive_c/GOG Games/Pirates Pack/Pirates! Gold"/* "$WINEPREFIX/drive_c/"

# GOG's cpu_cycles=auto (aka 3000) is a bit low
cat <<_EOFCFG_ >> "$WINEPREFIX/playonlinux_dos.cfg"
dosbox_memsize=30
cpu_core=normal
cpu_cputype=auto
cpu_cycles=5000
mixer_rate=44100
mixer_blocksize=1024
mixer_prebuffer=40
sblaster_sbtype=sb16
sblaster_sbbase=220
sblaster_irq=7
sblaster_dma=1
sblaster_hdma=5
sblaster_mixer=true
sblaster_oplmode=auto
sblaster_oplrate=22050
render_aspect=true
render_frameskip=1
_EOFCFG_
# I prefer advmame2x over hq2x for Pirates! game - more "round" letters maybe
[ "$POL_OS" = "Linux" ] && echo "render_scaler=advmame2x" >> "$WINEPREFIX/playonlinux_dos.cfg"

cat <<_EOFBAT_ > "$WINEPREFIX/drive_c/GOG Games/Pirates Pack/Pirates!/P1.BAT"
@ECHO OFF
LOADFIX
PIR.EXE
EXIT
_EOFBAT_

PGLANG='' # english
[ "$POL_LANG" == "fr" ] && PGLANG=F
[ "$POL_LANG" == "de" ] && PGLANG=G

cat <<_EOFBAT_ > "$WINEPREFIX/drive_c/P2.BAT"
@ECHO OFF
imgmount D "$WINEPREFIX/drive_c/DATA.DAT" -t iso
D:
rem CALL PIRATESG.BAT

cd piratesg.cd
lh cdpatch %1
piratesg.exe $PGLANG %1 %2 %3 %4 %5
cdpatch x
cd ..
EXIT
_EOFBAT_

POL_Shortcut "P1.BAT" "$SHORTCUT_NAME1" "$SHORTCUT_NAME1.png" "" "Game;StrategyGame;"
POL_Shortcut_Document "$SHORTCUT_NAME1" "$WINEPREFIX/drive_c/GOG Games/Pirates Pack/Pirates!/codes.pdf"
# C:\GOG Games\Pirates Pack\Pirates!\manual.pdf

POL_Shortcut "P2.BAT" "$SHORTCUT_NAME2" "$SHORTCUT_NAME2.png" "" "Game;StrategyGame;"
POL_Shortcut_Document "$SHORTCUT_NAME2" "$WINEPREFIX/drive_c/flags.pdf"
# C:\GOG Games\Pirates Pack\Pirates! Gold\manual.pdf

POL_SetupWindow_message "$(eval_gettext 'The codes needed to start a new game can be found in the\ndocumentation;\nRight-click the game icon, "Read the manual".')" "$TITLE"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Wiadmości