Vous êtes ici
Age Of Empires I
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience2 1 Captures d'écranCode 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:
ContribuerMembre | 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