Age Of Empires I

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 141252
Wine: 1.4-rc1

Retours d'expérience

Captures d'écran

Miniature

Code source

#!/bin/bash

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

TITLE="Age Of Empires I - Gold Edition"
PREFIX="AgeOfEmpiresI"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Microsoft" "" "Tinou" "$PREFIX" 
POL_SetupWindow_cdrom

SETUPFILE="AOESETUP.EXE"
[ -e "$CDROM/AOEINST.EXE" ] && SETUPFILE="AOEINST.EXE"

POL_SetupWindow_check_cdrom "$SETUPFILE"

POL_Wine_SelectPrefix "$PREFIX" 
POL_Wine_PrefixCreate "1.4-rc1"

POL_Wine --ignore-errors "$CDROM/$SETUPFILE" 
POL_Wine_WaitExit

cd "$WINEPREFIX/drive_c/windows/system32"
POL_Download "$SITE/divers/dplaydlls-win98se.tar.bz2" "2cc36b915b901e7656ad3b533f83aa7d"
tar -xvf dplaydlls-win98se.tar.bz2

POL_Wine_OverrideDLL native,builtin dplayx dpnet dpnhpast dpwsockx


POL_Shortcut "EMPIRES.EXE" "Age Of Empire I"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages

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