Wolfenstein The New Order Free Mac Download UPDATED

Wolfenstein The New Order Free Mac Download

Wolfenstein - The New Guild

Informations

Creator Message
z3ke Anonymous

Alert

This installer is a beta script. It ways that it might non work as expected

logo Install this program

Informations

Platforms:
Downloads: 2401
Wine: 1.7.33-WGL-ShareList

Feedbacks

Description

Wolfenstein - The New Social club

This installer script create its own virtual drive and install the game over DVD, Steam or DDV.

Experience free to submit fixes or improvements

Main dialogue Ingame

Annotation:

POL_GetSetupImages are currently not available on playonlinux so I decided to remove this from the script
The game itself has no shortcut icon, delight select one after installation
When you play the game on multiscreen systems you should play in window-mode or you get some strange behaivor

Source lawmaking

#!/bin/bash # Date : (2016-03-05 08:00) # Last revision : (2016-03-05 08:00) # Wine version used : i.7, ane.seven.33-WGL-ShareList # Distribution used to examination : Debian Jessie amd64 # Author : z3Ke # Licence : Retail # Merely For : http://www.playonlinux.com  ## Note ## # # POL_GetSetupImages are currently not bachelor on playonlinux and then I decided to remove this from the script # The game itself has no shortcut icon, delight select one after installation # When y'all play the game on multiscreen systems you should play in window-mode or you get some strange behaivor #  # Feel complimentary to submit fixes or improvements # ## Note ##   [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources"  TITLE="Wolfenstein - The New Order" PREFIX="wolfenstein_new_order" EDITOR="Bethesda Softworks" GAME_URL="http://www.wolfenstein.com" Author="z3Ke" WORKING_WINE_VERSION="1.7.33-WGL-ShareList" GAME_VMS="1024" STEAM_ID="201810"  # Starting the script POL_SetupWindow_Init  # Starting debugging API POL_Debug_Init  POL_SetupWindow_presentation "$Championship" "$EDITOR" "$GAME_URL" "$Author" "$PREFIX"   # Setting prefix path POL_Wine_SelectPrefix "$PREFIX"  # Downloading wine if necessary and creating prefix POL_System_SetArch "auto" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"  # Choose between DVD, Digital Download or STEAM version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL"   # Installing mandatory dependencies POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_xinput POL_Call POL_Install_xact POL_Call POL_Install_dxfullsetup POL_Call POL_Install_steam    # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then         #request for CDROM and checking if it's correct i         POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk bulldoze')" "$TITLE"         POL_SetupWindow_cdrom         POL_Wine start /unix "$CDROM/setup.exe"         POL_Wine_WaitExit "$Championship"         POL_Shortcut "WolfNewOrder_x64.exe" "$TITLE" "" ""          elif [ "$INSTALL_METHOD" == "STEAM" ]; then         # Steam install         # Mandatory pre-install fix for steam                                 POL_Call POL_Install_steam_flags "$STEAM_ID"                                          POL_SetupWindow_message "$(eval_gettext 'When $Title download by Steam is finished,\nDo Not click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script tin can continue')" "$Championship"         cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"         POL_Wine showtime /unix "steam.exe" steam://install/$STEAM_ID         POL_Wine_WaitExit "$TITLE"         POL_Shortcut "steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$STEAM_ID"          else         # Asking then installing DDV of the game         cd "$Abode"         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 "$Championship"         POL_Shortcut "WolfNewOrder_x64.exe" "$Title" "" "" fi    ## Fix for this game # Sound problem gear up - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## Finish Ready  # Request about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS  # Ready Graphic Bill of fare informations keys for wine POL_Wine_SetVideoDriver  # Information for troubleshooting POL_SetupWindow_message "If you accept problem to display the game correctly please\nchange the resolution of the game and mayhap play in window-mode\n" "Data"   POL_SetupWindow_Close exit 0

Contributions

Fellow member Message
skully Friday 11 March 2016 at 7:54
skully Anonymous

Message

I tested it, and can ostend information technology works fine. I also installed "The One-time Blood" Expansion, and tested it also, works however there are some crashes after 30 minutes of play. Thank yous for making this possible!

Replies

z3ke Saturday 5 March 2016 at 9:08
z3ke Anonymous

Data

This update has been canonical by the team.

logo Attempt this update

Message

I am so distressing, I forgot to attach the installer.

Differences

@@ -0,0 +1,112 @@ +#!/bin/bash +# Engagement : (2016-03-05 08:00) +# Concluding revision : (2016-03-05 08:00) +# Wine version used : 1.7, 1.vii.33-WGL-ShareList +# Distribution used to test : Debian Jessie amd64 +# Author : z3Ke +# Licence : Retail +# Only For : http://www.playonlinux.com + +## Notation ## +# +# POL_GetSetupImages are currently non available on playonlinux so I decided to remove this from the script +# The game itself has no shortcut icon, please select one after installation +# When you play the game on multiscreen systems you should play in window-manner or you get some strange behaivor +#  +# Feel gratis to submit fixes or improvements +# +## Annotation ## + + +[ "$PLAYONLINUX" = "" ] && get out 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Wolfenstein - The New Order" +PREFIX="wolfenstein_new_order" +EDITOR="Bethesda Softworks" +GAME_URL="http://www.wolfenstein.com" +AUTHOR="z3Ke" +WORKING_WINE_VERSION="1.7.33-WGL-ShareList" +GAME_VMS="1024" +STEAM_ID="201810" + +# Starting the script +POL_SetupWindow_Init + +# Starting debugging API +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$Author" "$PREFIX" + + +# Setting prefix path +POL_Wine_SelectPrefix "$PREFIX" + +# Downloading wine if necessary and creating prefix +POL_System_SetArch "auto" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +# Cull betwixt DVD, Digital Download or STEAM version +POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL" + + +# Installing mandatory dependencies +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_vcrun2008 +POL_Call POL_Install_xinput +POL_Call POL_Install_xact +POL_Call POL_Install_dxfullsetup +POL_Call POL_Install_steam + + + +# Begin game installation +if [ "$INSTALL_METHOD" == "DVD" ]; so +        #asking for CDROM and checking if it's correct one +        POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive')" "$Championship" +        POL_SetupWindow_cdrom +        POL_Wine start /unix "$CDROM/setup.exe" +        POL_Wine_WaitExit "$Title" +        POL_Shortcut "WolfNewOrder_x64.exe" "$Championship" "" "" +         +elif [ "$INSTALL_METHOD" == "STEAM" ]; and so +        # Steam install +        # Mandatory pre-install fix for steam +				POL_Call POL_Install_steam_flags "$STEAM_ID" +				 +        POL_SetupWindow_message "$(eval_gettext 'When $TITLE download past Steam is finished,\nDo NOT click on Play.\north\nClose COMPLETELY the Steam interface, \nso that the installation script can keep')" "$TITLE" +        cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +        POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID +        POL_Wine_WaitExit "$TITLE" +        POL_Shortcut "steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$STEAM_ID" +         +else +        # Request 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 starting time /unix "$SETUP_EXE" +        POL_Wine_WaitExit "$Title" +        POL_Shortcut "WolfNewOrder_x64.exe" "$Championship" "" "" +fi + + + +## Gear up for this game +# Sound problem fix - pulseaudio related +[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" +[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" +## End Fix + +# Asking almost retentiveness size of graphic card +POL_SetupWindow_VMS $GAME_VMS + +# Set Graphic Card informations keys for wine +POL_Wine_SetVideoDriver + +# Information for troubleshooting +POL_SetupWindow_message "If yous have trouble to display the game correctly please\nchange the resolution of the game and maybe play in window-mode\due north" "Information" + + +POL_SetupWindow_Close +exit 0 \ No newline at end of file                    

New source lawmaking

#!/bin/bash # Date : (2016-03-05 08:00) # Final revision : (2016-03-05 08:00) # Wine version used : 1.7, 1.7.33-WGL-ShareList # Distribution used to examination : Debian Jessie amd64 # Writer : z3Ke # Licence : Retail # Merely For : http://world wide web.playonlinux.com  ## Note ## # # POL_GetSetupImages are currently not available on playonlinux then I decided to remove this from the script # The game itself has no shortcut icon, please select one later on installation # When y'all play the game on multiscreen systems you should play in window-mode or you get some strange behaivor #  # Feel free to submit fixes or improvements # ## Note ##   [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources"  Title="Wolfenstein - The New Lodge" PREFIX="wolfenstein_new_order" EDITOR="Bethesda Softworks" GAME_URL="http://world wide web.wolfenstein.com" AUTHOR="z3Ke" WORKING_WINE_VERSION="1.vii.33-WGL-ShareList" GAME_VMS="1024" STEAM_ID="201810"  # Starting the script POL_SetupWindow_Init  # Starting debugging API POL_Debug_Init  POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$Writer" "$PREFIX"   # Setting prefix path POL_Wine_SelectPrefix "$PREFIX"  # Downloading vino if necessary and creating prefix POL_System_SetArch "auto" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"  # Choose between DVD, Digital Download or STEAM version POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL"   # Installing mandatory dependencies POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_xinput POL_Call POL_Install_xact POL_Call POL_Install_dxfullsetup POL_Call POL_Install_steam    # Begin game installation if [ "$INSTALL_METHOD" == "DVD" ]; then         #asking for CDROM and checking if it's right one         POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive')" "$Title"         POL_SetupWindow_cdrom         POL_Wine start /unix "$CDROM/setup.exe"         POL_Wine_WaitExit "$TITLE"         POL_Shortcut "WolfNewOrder_x64.exe" "$Title" "" ""          elif [ "$INSTALL_METHOD" == "STEAM" ]; so         # Steam install         # Mandatory pre-install fix for steam                                 POL_Call POL_Install_steam_flags "$STEAM_ID"                                          POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script tin go on')" "$TITLE"         cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"         POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID         POL_Wine_WaitExit "$TITLE"         POL_Shortcut "steam.exe" "$Championship" "$TITLE.png" "steam://rungameid/$STEAM_ID"          else         # Asking then installing DDV of the game         cd "$Dwelling"         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"         POL_Shortcut "WolfNewOrder_x64.exe" "$TITLE" "" "" fi    ## Ready for this game # Sound problem ready - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## Finish Fix  # Asking about retentiveness size of graphic carte du jour POL_SetupWindow_VMS $GAME_VMS  # Set Graphic Card informations keys for wine POL_Wine_SetVideoDriver  # Information for troubleshooting POL_SetupWindow_message "If you have trouble to display the game correctly delight\nchange the resolution of the game and maybe play in window-mode\n" "Information"   POL_SetupWindow_Close leave 0

Replies

Dadu042

Friday 2 August 2019 at 22:02

Canonical.

DOWNLOAD HERE

Posted by: browncauseveras.blogspot.com

0 Komentar

Post a Comment




banner