Age Of Empires I - Gold Edition
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 4 DescriptionHistory-based real-time strategy video game. 1997. 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:
ContributeMember | Message |
Dadu042 | Tuesday 5 November 2019 at 23:58 |
Dadu042
|
InformationThis 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
|
MessageRuns 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
|
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
|
MessageBonjour à 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.
Merci d'avance !
Replies |
Dauf | Friday 2 January 2015 at 13:19 |
Dauf
|
MessageHello, 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 |
ntonsalli | Wednesday 22 October 2014 at 1:08 |
ntonsalli
|
MessageWhen I am clicking the install tab the browser is givng an error.How am i supposed to install the game. RepliesWednesday 22 October 2014 at 8:19
|
Quentin PÂRIS | Thursday 24 July 2014 at 10:57 |
Quentin PÂRIS
|
WarningThis update has not been approved yet by the team. 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 RepliesFriday 2 December 2016 at 22:58
Friday 2 December 2016 at 22:59
Tuesday 28 March 2017 at 20:44
|
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