Age Of Empires I - Gold Edition

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 171224
Wine: 2.22

Feedbacks

Description

History-based real-time strategy video game. 1997.

Appdb.winehq.org  PCGamingWiki  Wikipedia 

Source code

#!/bin/bash

# CHANGELOG
# [?] (2014)
#   First script.
# [Dadu042] (2019-11-05)
#   Wine 1.7.22 -> 2.22 (this sould debug some user cases).

[ "$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 "2.22"

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_Shortcut "EMPIRESX.EXE" "Age Of Empire I - Extension"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Tuesday 5 November 2019 at 23:58
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,5 +1,11 @@
 #!/bin/bash
 
+# CHANGELOG
+# [?] (2014)
+#   First script.
+# [Dadu042] (2019-11-05)
+#   Wine 1.7.22 -> 2.22 (this sould debug some user cases).
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
@@ -17,7 +23,7 @@
 POL_SetupWindow_check_cdrom "$SETUPFILE"
 
 POL_Wine_SelectPrefix "$PREFIX" 
-POL_Wine_PrefixCreate "1.7.22"
+POL_Wine_PrefixCreate "2.22"
 
 POL_Wine --ignore-errors "$CDROM/$SETUPFILE" 
 POL_Wine_WaitExit

New source code

#!/bin/bash

# CHANGELOG
# [?] (2014)
#   First script.
# [Dadu042] (2019-11-05)
#   Wine 1.7.22 -> 2.22 (this sould debug some user cases).

[ "$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 "2.22"

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_Shortcut "EMPIRESX.EXE" "Age Of Empire I - Extension"

POL_SetupWindow_Close
exit 0

Replies

SilicaAndPina Friday 5 May 2017 at 2:46
SilicaAndPina Anonymous

Message

Runs horribly, the game will freeze after a few seconds of playing requiring you to force turn off the computer then after that my screen resoultion is still what it is in AOE.

Replies

dineshswamy Saturday 8 April 2017 at 22:21
dineshswamy Anonymous

Message

"The address wasn’t understood" is the response I get when I click the installer icon.

Replies

Nachos Saturday 4 February 2017 at 20:33
Nachos Anonymous

Message

Bonjour à tous et surtout avant tout merci pour votre super travail.

Petit topo : je débarque complètement, je viens de découvrir PlayonMac et je connais pas grand chose à toutes ces histoires de portage etc.

 

Joueur un peu nostalgique, j'ai tenté la manip avec Aoe 1 Gold, ça se lance bien, je peux lancer une partie etc par contre aucun texte. Genre police transparente, que ce soit in game ou sur les menus.

une idée de comment corriger ça?

 

Merci d'avance !  

 

 

Replies

Dauf Friday 2 January 2015 at 13:19
Dauf Anonymous

Message

Hello,

installing the game worked well. When I start it though, the music and everything starts but I can't see anything. Its a black screen. I seem to be able to interact with the menu though, as I hear things when i click around...

Replies

Thursday 26 February 2015 at 4:27
I have the same problem.
Anonymous
Monday 16 April 2018 at 10:24
I have almost exactly the same situation, only there's occasional flashes of the correct screen. Namely the screen isn't all-black, there's small white rectangles staggered over the screen, one per line. Unplayable, obviously.
Anonymous
Monday 16 April 2018 at 10:27
Data: I'm playing on a late-2009 Mac Mini, El Capitan OSX.11.6, Age of Empires Gold edition (happens both on the 'basic' and 'expansion' games).
ntonsalli Wednesday 22 October 2014 at 1:08
ntonsalli Anonymous

Message

When I am clicking the install tab the browser is givng an error.How am i supposed to install the game.

Replies

Wednesday 22 October 2014 at 8:19
The brower? An error? How are we supposed to guess what you're experiencing?
Quentin PÂRIS Thursday 24 July 2014 at 10:57
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -17,7 +17,7 @@
 POL_SetupWindow_check_cdrom "$SETUPFILE"
 
 POL_Wine_SelectPrefix "$PREFIX" 
-POL_Wine_PrefixCreate "1.4-rc1"
+POL_Wine_PrefixCreate "1.7.22"
 
 POL_Wine --ignore-errors "$CDROM/$SETUPFILE" 
 POL_Wine_WaitExit

New source code

#!/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.7.22"

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_Shortcut "EMPIRESX.EXE" "Age Of Empire I - Extension"

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Friday 2 December 2016 at 22:58
What I wonder, why would you Download the win98se tarball and then comment out its extraction?
Anonymous
Friday 2 December 2016 at 22:59
Related: why is the POL_Wine_OverrideDLL commented out?
Anonymous
Tuesday 28 March 2017 at 20:44
As the only other difference with the default Age of Empires POL script is the Wine version (1.4 -> 1.7.22) I suspect that the win98se tarball is not required. In that case, the Download can be removed.