GOG.com - Tyrian 2000

Informations

Créateur Messages
petch

Information

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

Informations

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

Retours d'expérience

Description

English: Old school shoot'em up!
(Free game when registering on Good Old Games; updated for GOG installer v2)
If you prefer native games, check OpenTyrian (based on a translation of Tyrian 2.1 in C language): https://code.google.com/p/opentyrian/

GOG now has installers for Mac

Français : Shoot'em up à l'ancienne !
(Jeu gratuit lors de l'inscription sur Good Old Games ; mis à jour pour l'installeur GOG v2)
Si vous préférez les jeux natifs, essayez OpenTyrian, basé sur une conversion de Tyrian 2.1 en langage C : https://code.google.com/p/opentyrian/

GOG propose maintenant des installeurs pour Mac

Captures d'écran

Miniature

Code source

#!/bin/bash
# Date : (2012-06-25 20-58)
# Last revision : (2014-05-10 11-09)
# 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="tyrian_2000"
PREFIX="Tyrian2000_gog"
WORKING_WINE_VERSION="1.6.2-dos_support_0.6"

TITLE="GOG.com - Tyrian 2000"
SHORTCUT_NAME="Tyrian 2000"

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

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

POL_Call POL_GoG_setup "$GOGID" "9dc73fdfbc8222b6864faff7093cad33"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# Timing issues with cpu_cycles=max on my box
cat <<_EOFCFG_ >> "$WINEPREFIX/playonlinux_dos.cfg"
sdl_autolock=false
dosbox_memsize=8
cpu_core=auto
cpu_cycles=20000
mixer_prebuffer=10
sblaster_sbtype=sb16
sblaster_sbbase=220
sblaster_irq=5
sblaster_dma=1
sblaster_hdma=5
sblaster_mixer=true
sblaster_oplmode=auto
sblaster_oplrate=22050
_EOFCFG_
[ "$POL_OS" = "Linux" ] && echo "render_scaler=hq2x" >> "$WINEPREFIX/playonlinux_dos.cfg"

POL_Shortcut "tyrian.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Tyrian 2000/TyrianFunDoc/Contents.html"
# C:\GOG Games\Tyrian 2000\readme.txt
# C:\GOG Games\Tyrian 2000\HELPME.TXT
# C:\GOG Games\Tyrian 2000\TyrCheat.doc
# C:\GOG Games\Tyrian 2000\SHIPEDIT.EXE
# C:\GOG Games\Tyrian 2000\SHIPEDIT.TXT


POL_SetupWindow_Close

cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
#!/bin/bash
[ -z "\$PLAYONLINUX" ] && exit 0
source "\$PLAYONLINUX/lib/sources"
export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
export WINEDEBUG="-all"

POL_LoadVar_PROGRAMFILES

cd "\$WINEPREFIX/drive_c/GOG Games/Tyrian 2000/" || exit 1
TITLE="$TITLE"
POL_Wine SETUP.EXE

exit 0
_EOF_

exit 0

Contributions

Filters:

Contribuer
Membre Messages
emeri1md Vendredi 13 Octobre 2017 à 16:50
emeri1md Anonymous

Messages

Installed, but getting the following when trying to run it:

Running wine-1.6.2-dos_support_0.6 tyrian.exe (Working directory : /home/emeri1md/.PlayOnLinux/wineprefix/Tyrian2000_gog/drive_c/GOG Games/Tyrian 2000)
Dosbox front-end for PlayOnLinux
[PlayOnLinux] Working in /home/emeri1md/.PlayOnLinux//wineprefix/Tyrian2000_gog
[PlayOnLinux] Detecting program directory to run: C:\GOG Games\Tyrian 2000
cat: /home/emeri1md/.PlayOnLinux//wineprefix/Tyrian2000_gog/drive_c/autoexec.bat: No such file or directory
[POL_LoadVar_ScreenResolution] [1;34mMessage:[0m Screen width: 1920
[POL_LoadVar_ScreenResolution] [1;34mMessage:[0m Screen height: 1080
DOSBox: error while loading shared libraries: libFLAC.so.8: cannot open shared object file: No such file or directory

Réponses

Mardi 31 Décembre 2019 à 12:11
You mus install 'libFLAC.so' on your OS.

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