Halo Combat Evolved
Informatie
Creator | Bericht |
---|---|
GNU_Raziel
![]()
|
WarningThis installer is a beta script. It means that it might not work as expected InformatiePlatforms: Feedbacks2 2 OmschrijvingFPS, 2003. Wikipedia. Schermafdrukken
Broncode#!/bin/bash # Date : (2010-01-09 22-00) # Last revision : (2019-07-01 02-21) # Wine version used : 4.0.1 # Distribution used to test : Linux Mint 19.1 Cinnamon - 64-bit # Author : GNU_Raziel # Licence : Retail # Only For : http://www.playonlinux.com # CHANGELOG # [SuperPlumus] (2013-06-08 18-54) # gettext [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Halo Combat Evolved" PREFIX="Halo" WINEVERSION="4.0.1" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/top.jpg" "http://files.playonlinux.com/resources/setups/halo/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 236 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Microsoft Games" "http://www.microsoft.com/games/halo/" "GNU_Raziel" "$PREFIX" POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "http://halo.bungie.net/images/games/halopc/patch/110/halopc-patch-1.0.10.exe" "adeed5e8d33172ec387cb11a89f1b294" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_InstallMethod "LOCAL,DVD" # Installing mandatory dependancies POL_Call POL_Install_d3dx9 POL_Call POL_Install_mfc42 POL_Call POL_Install_msxml4 Set_OS "winxp" Set_Desktop "On" "1024" "768" # Asking about memory size of graphic card POL_SetupWindow_VMS ${GAME_VMS} if [ "$INSTALL_METHOD" == "DVD" ]; then # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert the DVD-ROM')" "$TITLE" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "Setup/halo1.ico" POL_Wine start /unix "$CDROM/Setup.Exe" POL_Wine_WaitExit "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" fi # Sound problem fix - pulseaudio related if [ "$POL_OS" = "Linux" ]; then Set_SoundDriver "alsa" Set_SoundEmulDriver "Y" fi ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section #Install patch POL_Wine_WaitBefore "$(eval_gettext 'Updating $TITLE')" POL_Wine "$POL_System_TmpDir/halopc-patch-1.0.10.exe" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "halo.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Bericht |
dkgarou | Maandag 14 Juni\ 2021 om 5:16 |
dkgarou
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -28,7 +28,7 @@ POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir -POL_Download "http://halo.bungie.net/images/games/halopc/patch/110/halopc-patch-1.0.10.exe" "adeed5e8d33172ec387cb11a89f1b294" +POL_Download "https://web.archive.org/web/20180605162448/http://halo.bungie.net/images/games/halopc/patch/110/halopc-patch-1.0.10.exe" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" New source code#!/bin/bash # Date : (2010-01-09 22-00) # Last revision : (2019-07-01 02-21) # Wine version used : 4.0.1 # Distribution used to test : Linux Mint 19.1 Cinnamon - 64-bit # Author : GNU_Raziel # Licence : Retail # Only For : http://www.playonlinux.com # CHANGELOG # [SuperPlumus] (2013-06-08 18-54) # gettext [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Halo Combat Evolved" PREFIX="Halo" WINEVERSION="4.0.1" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/top.jpg" "http://files.playonlinux.com/resources/setups/halo/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 236 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Microsoft Games" "http://www.microsoft.com/games/halo/" "GNU_Raziel" "$PREFIX" POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "https://web.archive.org/web/20180605162448/http://halo.bungie.net/images/games/halopc/patch/110/halopc-patch-1.0.10.exe" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_InstallMethod "LOCAL,DVD" # Installing mandatory dependancies POL_Call POL_Install_d3dx9 POL_Call POL_Install_mfc42 POL_Call POL_Install_msxml4 Set_OS "winxp" Set_Desktop "On" "1024" "768" # Asking about memory size of graphic card POL_SetupWindow_VMS ${GAME_VMS} if [ "$INSTALL_METHOD" == "DVD" ]; then # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert the DVD-ROM')" "$TITLE" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "Setup/halo1.ico" POL_Wine start /unix "$CDROM/Setup.Exe" POL_Wine_WaitExit "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" fi # Sound problem fix - pulseaudio related if [ "$POL_OS" = "Linux" ]; then Set_SoundDriver "alsa" Set_SoundEmulDriver "Y" fi ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section #Install patch POL_Wine_WaitBefore "$(eval_gettext 'Updating $TITLE')" POL_Wine "$POL_System_TmpDir/halopc-patch-1.0.10.exe" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "halo.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 Antwoorden |
Yaotl | Maandag 1 Juli 2019 om 1:25 |
Yaotl
![]()
|
InformationThis update has been approved by the team. Differences@@ -1,8 +1,8 @@ #!/bin/bash # Date : (2010-01-09 22-00) -# Last revision : (2011-02-08 21-00) -# Wine version used : 1.2, 1.2.3 -# Distribution used to test : Debian Testing x64 +# Last revision : (2019-07-01 02-21) +# Wine version used : 4.0.1 +# Distribution used to test : Linux Mint 19.1 Cinnamon - 64-bit # Author : GNU_Raziel # Licence : Retail # Only For : http://www.playonlinux.com @@ -16,21 +16,36 @@ TITLE="Halo Combat Evolved" PREFIX="Halo" -WORKING_WINE_VERSION="1.4" +WINEVERSION="4.0.1" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/top.jpg" "http://files.playonlinux.com/resources/setups/halo/left.jpg" "$TITLE" POL_SetupWindow_Init +POL_SetupWindow_SetID 236 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Microsoft Games" "http://www.microsoft.com/games/halo/" "GNU_Raziel" "$PREFIX" +POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." + +POL_System_TmpCreate "$PREFIX" +cd $POL_System_TmpDir +POL_Download "http://halo.bungie.net/images/games/halopc/patch/110/halopc-patch-1.0.10.exe" "adeed5e8d33172ec387cb11a89f1b294" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" +POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_InstallMethod "LOCAL,DVD" # Installing mandatory dependancies +POL_Call POL_Install_d3dx9 POL_Call POL_Install_mfc42 +POL_Call POL_Install_msxml4 + +Set_OS "winxp" + +Set_Desktop "On" "1024" "768" + +# Asking about memory size of graphic card +POL_SetupWindow_VMS ${GAME_VMS} if [ "$INSTALL_METHOD" == "DVD" ]; then # Asking for CDROM and checking if it's correct one @@ -48,9 +63,6 @@ POL_Wine_WaitExit "$TITLE" fi -# Asking about memory size of graphic card -POL_SetupWindow_VMS "128" - # Sound problem fix - pulseaudio related if [ "$POL_OS" = "Linux" ]; then Set_SoundDriver "alsa" @@ -61,21 +73,13 @@ [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section - -# The game won't work without that -# cd "$WINEPREFIX/drive_c" -#POL_Download "http://www.bungie.net/images/games/halopc/patch/halopc108patch.exe" "39ff9beb498cee69c8c52884abf5e84f" - -# POL_Download "http://www.bungie.net/images/games/halopc/patch/patch_109.exe" "5d8b1cc3584f2916935c168ce39a216d" -#POL_Wine "halopc108patch.exe" -#POL_Wine "patch_109.exe" - -cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Microsoft Games/Halo" +#Install patch POL_Wine_WaitBefore "$(eval_gettext 'Updating $TITLE')" -POL_Wine haloupdate.exe +POL_Wine "$POL_System_TmpDir/halopc-patch-1.0.10.exe" +POL_Wine_WaitExit "$TITLE" # Making shortcut -POL_Shortcut "halo.exe" "$TITLE" +POL_Shortcut "halo.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close -exit \ No newline at end of file +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2010-01-09 22-00) # Last revision : (2019-07-01 02-21) # Wine version used : 4.0.1 # Distribution used to test : Linux Mint 19.1 Cinnamon - 64-bit # Author : GNU_Raziel # Licence : Retail # Only For : http://www.playonlinux.com # CHANGELOG # [SuperPlumus] (2013-06-08 18-54) # gettext [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Halo Combat Evolved" PREFIX="Halo" WINEVERSION="4.0.1" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/top.jpg" "http://files.playonlinux.com/resources/setups/halo/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 236 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Microsoft Games" "http://www.microsoft.com/games/halo/" "GNU_Raziel" "$PREFIX" POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "http://halo.bungie.net/images/games/halopc/patch/110/halopc-patch-1.0.10.exe" "adeed5e8d33172ec387cb11a89f1b294" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_InstallMethod "LOCAL,DVD" # Installing mandatory dependancies POL_Call POL_Install_d3dx9 POL_Call POL_Install_mfc42 POL_Call POL_Install_msxml4 Set_OS "winxp" Set_Desktop "On" "1024" "768" # Asking about memory size of graphic card POL_SetupWindow_VMS ${GAME_VMS} if [ "$INSTALL_METHOD" == "DVD" ]; then # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert the DVD-ROM')" "$TITLE" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "Setup/halo1.ico" POL_Wine start /unix "$CDROM/Setup.Exe" POL_Wine_WaitExit "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" fi # Sound problem fix - pulseaudio related if [ "$POL_OS" = "Linux" ]; then Set_SoundDriver "alsa" Set_SoundEmulDriver "Y" fi ## PlayOnMac Section [ "$POL_OS" = "Mac" ] && Set_Managed "Off" ## End Section #Install patch POL_Wine_WaitBefore "$(eval_gettext 'Updating $TITLE')" POL_Wine "$POL_System_TmpDir/halopc-patch-1.0.10.exe" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "halo.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 AntwoordenMaandag 1 Juli 2019 om 10:31
Aangepast door Yaotl |
pesoen | Dinsdag 21 Augustus 2018 om 23:04 |
pesoen
![]()
|
Berichti get errors about i965_dri.so and swrast_dri.so, so i cannot run it, however using the disc it launches enough to get me these errors. without the disc it fails to launch, wanting the disc, and i cannot update it to the no cd version without having the game running at least once. looking forward to playing halo on my linux computer, once i can get it to work(or get help from you guys here)
feel free to ask for any other info you might need to help me.
Below is the entire log from launch.
AntwoordenZaterdag 5 Januari 2019 om 17:30
|
msoftwaredoctor | Woensdag 27 April 2016 om 8:38 |
msoftwaredoctor
![]()
|
BerichtNeeds support for 1080p plus screen resolution and wine itself needs a fix for cd validation games but other than that works next to perfect, thank you! Antwoorden |
eth.jp | Woensdag 7 Januari 2015 om 6:56 |
eth.jp
![]()
|
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