Age Of Empires I - Gold Edition
Informatie
Creator | Bericht |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks1 4 OmschrijvingHistory-based real-time strategy video game. 1997. Broncode#!/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 | Bericht |
Dadu042 | Dinsdag 5 November 2019 om 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 Antwoorden |
SilicaAndPina | Vrijdag 5 Mei 2017 om 2:46 |
SilicaAndPina
|
BerichtRuns 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. Antwoorden |
dineshswamy | Zaterdag 8 April 2017 om 22:21 |
dineshswamy
|
Bericht"The address wasn’t understood" is the response I get when I click the installer icon. Antwoorden |
Nachos | Zaterdag 4 Februari 2017 om 20:33 |
Nachos
|
BerichtBonjour à 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 !
Antwoorden |
Dauf | Vrijdag 2 Januari 2015 om 13:19 |
Dauf
|
BerichtHello, 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... Antwoorden |
ntonsalli | Woensdag 22 October 2014 om 1:08 |
ntonsalli
|
BerichtWhen I am clicking the install tab the browser is givng an error.How am i supposed to install the game. AntwoordenWoensdag 22 October 2014 om 8:19
|
Quentin PÂRIS | Donderdag 24 Juli 2014 om 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 AntwoordenVrijdag 2 December 2016 om 22:58
Vrijdag 2 December 2016 om 22:59
Dinsdag 28 Maart 2017 om 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