Call of Duty: Modern Warfare 3
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 Source code#!/bin/bash # Date : (2012-02-18 12-48) # Last revision : see changelog # Wine version used : # Distribution used to test : Debiann unstable amd64 # Author : Pierre Etchemaite # based on script by GNU_Raziel # Licence : Retail # # CHANGELOG # [SuperPlumus] (2013-08-20 19-41) # Update script # [Dadu042] (2020-01-22 21:30) # Wine "1.7.53-steam_crossoverhack -> 3.0.3. # GAME_VMS="512" -> 256 # Playing windowed with forced mouse capture # # 1.4-rc4: "flashes" in smoke/dirt textures # 1.3.37: idem # 1.3.36: crash at start # 1.3.35: crash at start # 1.3.34: flashes in smoke/dirt # 1.3.30: idem # 1.3.28: idem # 1.3.23: idem # Flashes fixed with StrictDrawOrdering = enabled [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Call of Duty: Modern Warfare 3" PREFIX="CallOfDutyMW3" WORKING_WINE_VERSION="3.0.3" GAME_VMS="256" VID="42690" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Infinity Ward / Sledgehammer Games" "http://www.callofduty.com/mw3" "Pierre Etchemaite" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_steam POL_Call POL_Install_steam_flags "$VID" cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" 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 can continue.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" "steam://install/$VID" POL_Wine_WaitExit "$TITLE" # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix POL_Wine_X11Drv "GrabFullScreen" "Y" # Fix moire flashes in smoke and dirt # POL_Wine_Direct3D "StrictDrawOrdering" "enabled" # Making shortcut POL_Shortcut "Steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$VID" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Wednesday 29 January 2020 at 11:14 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,13 +1,20 @@ #!/bin/bash # Date : (2012-02-18 12-48) -# Last revision : (2013-08-20 19-41) -# Wine version used : 1.4 +# Last revision : see changelog +# Wine version used : # Distribution used to test : Debiann unstable amd64 # Author : Pierre Etchemaite # based on script by GNU_Raziel # Licence : Retail +# +# CHANGELOG +# [SuperPlumus] (2013-08-20 19-41) +# Update script +# [Dadu042] (2020-01-22 21:30) +# Wine "1.7.53-steam_crossoverhack -> 3.0.3. +# GAME_VMS="512" -> 256 -# Playing windowed with forced mouse capture +# Playing windowed with forced mouse capture # # 1.4-rc4: "flashes" in smoke/dirt textures # 1.3.37: idem @@ -19,17 +26,14 @@ # 1.3.23: idem # Flashes fixed with StrictDrawOrdering = enabled -# CHANGELOG -# [SuperPlumus] (2013-08-20 19-41) -# Update script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Call of Duty: Modern Warfare 3" PREFIX="CallOfDutyMW3" -WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" -GAME_VMS="512" +WORKING_WINE_VERSION="3.0.3" +GAME_VMS="256" VID="42690" POL_SetupWindow_Init @@ -62,7 +66,7 @@ POL_Wine_X11Drv "GrabFullScreen" "Y" # Fix moire flashes in smoke and dirt -#POL_Wine_Direct3D "StrictDrawOrdering" "enabled" +# POL_Wine_Direct3D "StrictDrawOrdering" "enabled" # Making shortcut POL_Shortcut "Steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$VID" New source code#!/bin/bash # Date : (2012-02-18 12-48) # Last revision : see changelog # Wine version used : # Distribution used to test : Debiann unstable amd64 # Author : Pierre Etchemaite # based on script by GNU_Raziel # Licence : Retail # # CHANGELOG # [SuperPlumus] (2013-08-20 19-41) # Update script # [Dadu042] (2020-01-22 21:30) # Wine "1.7.53-steam_crossoverhack -> 3.0.3. # GAME_VMS="512" -> 256 # Playing windowed with forced mouse capture # # 1.4-rc4: "flashes" in smoke/dirt textures # 1.3.37: idem # 1.3.36: crash at start # 1.3.35: crash at start # 1.3.34: flashes in smoke/dirt # 1.3.30: idem # 1.3.28: idem # 1.3.23: idem # Flashes fixed with StrictDrawOrdering = enabled [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Call of Duty: Modern Warfare 3" PREFIX="CallOfDutyMW3" WORKING_WINE_VERSION="3.0.3" GAME_VMS="256" VID="42690" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Infinity Ward / Sledgehammer Games" "http://www.callofduty.com/mw3" "Pierre Etchemaite" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_steam POL_Call POL_Install_steam_flags "$VID" cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" 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 can continue.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" "steam://install/$VID" POL_Wine_WaitExit "$TITLE" # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix POL_Wine_X11Drv "GrabFullScreen" "Y" # Fix moire flashes in smoke and dirt # POL_Wine_Direct3D "StrictDrawOrdering" "enabled" # Making shortcut POL_Shortcut "Steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$VID" POL_SetupWindow_Close exit 0 Replies |
petch | Friday 23 October 2015 at 11:29 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate Wine to 1.7.53-steam_crossoverhack Remove StrictDrawOrdering since it no longer seems necessary (?) Remove a statement used when the icon was extracted from the executable (icons now come from the web server) Differences@@ -28,7 +28,7 @@ TITLE="Call of Duty: Modern Warfare 3" PREFIX="CallOfDutyMW3" -WORKING_WINE_VERSION="1.7.46" +WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" GAME_VMS="512" VID="42690" @@ -62,10 +62,7 @@ POL_Wine_X11Drv "GrabFullScreen" "Y" # Fix moire flashes in smoke and dirt -POL_Wine_Direct3D "StrictDrawOrdering" "enabled" - -# It is what? [SuperPlumus] -REALBIN="`find $WINEPREFIX -iname iw5mp.exe`" +#POL_Wine_Direct3D "StrictDrawOrdering" "enabled" # Making shortcut POL_Shortcut "Steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$VID" New source code#!/bin/bash # Date : (2012-02-18 12-48) # Last revision : (2013-08-20 19-41) # Wine version used : 1.4 # Distribution used to test : Debiann unstable amd64 # Author : Pierre Etchemaite # based on script by GNU_Raziel # Licence : Retail # Playing windowed with forced mouse capture # # 1.4-rc4: "flashes" in smoke/dirt textures # 1.3.37: idem # 1.3.36: crash at start # 1.3.35: crash at start # 1.3.34: flashes in smoke/dirt # 1.3.30: idem # 1.3.28: idem # 1.3.23: idem # Flashes fixed with StrictDrawOrdering = enabled # CHANGELOG # [SuperPlumus] (2013-08-20 19-41) # Update script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Call of Duty: Modern Warfare 3" PREFIX="CallOfDutyMW3" WORKING_WINE_VERSION="1.7.53-steam_crossoverhack" GAME_VMS="512" VID="42690" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Infinity Ward / Sledgehammer Games" "http://www.callofduty.com/mw3" "Pierre Etchemaite" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_steam POL_Call POL_Install_steam_flags "$VID" cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" 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 can continue.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" "steam://install/$VID" POL_Wine_WaitExit "$TITLE" # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix POL_Wine_X11Drv "GrabFullScreen" "Y" # Fix moire flashes in smoke and dirt #POL_Wine_Direct3D "StrictDrawOrdering" "enabled" # Making shortcut POL_Shortcut "Steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$VID" POL_SetupWindow_Close exit 0 RepliesWednesday 25 October 2017 at 14:14
Edited by petch |
deri82 | Friday 10 July 2015 at 16:46 |
deri82
|
WarningThis update has not been approved yet by the team. Differences@@ -28,8 +28,8 @@ TITLE="Call of Duty: Modern Warfare 3" PREFIX="CallOfDutyMW3" -WORKING_WINE_VERSION="1.4" -GAME_VMS="256" +WORKING_WINE_VERSION="1.7.46" +GAME_VMS="512" VID="42690" POL_SetupWindow_Init New source code#!/bin/bash # Date : (2012-02-18 12-48) # Last revision : (2013-08-20 19-41) # Wine version used : 1.4 # Distribution used to test : Debiann unstable amd64 # Author : Pierre Etchemaite # based on script by GNU_Raziel # Licence : Retail # Playing windowed with forced mouse capture # # 1.4-rc4: "flashes" in smoke/dirt textures # 1.3.37: idem # 1.3.36: crash at start # 1.3.35: crash at start # 1.3.34: flashes in smoke/dirt # 1.3.30: idem # 1.3.28: idem # 1.3.23: idem # Flashes fixed with StrictDrawOrdering = enabled # CHANGELOG # [SuperPlumus] (2013-08-20 19-41) # Update script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Call of Duty: Modern Warfare 3" PREFIX="CallOfDutyMW3" WORKING_WINE_VERSION="1.7.46" GAME_VMS="512" VID="42690" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Infinity Ward / Sledgehammer Games" "http://www.callofduty.com/mw3" "Pierre Etchemaite" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_steam POL_Call POL_Install_steam_flags "$VID" cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" 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 can continue.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" "steam://install/$VID" POL_Wine_WaitExit "$TITLE" # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix POL_Wine_X11Drv "GrabFullScreen" "Y" # Fix moire flashes in smoke and dirt POL_Wine_Direct3D "StrictDrawOrdering" "enabled" # It is what? [SuperPlumus] REALBIN="`find $WINEPREFIX -iname iw5mp.exe`" # Making shortcut POL_Shortcut "Steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$VID" POL_SetupWindow_Close exit 0 Replies |
deri82 | Friday 10 July 2015 at 16:43 |
deri82
|
WarningThis update has not been approved yet by the team. Differences@@ -28,8 +28,8 @@ TITLE="Call of Duty: Modern Warfare 3" PREFIX="CallOfDutyMW3" -WORKING_WINE_VERSION="1.4" -GAME_VMS="256" +WORKING_WINE_VERSION="1.7-46" +GAME_VMS="512" VID="42690" POL_SetupWindow_Init New source code#!/bin/bash # Date : (2012-02-18 12-48) # Last revision : (2013-08-20 19-41) # Wine version used : 1.4 # Distribution used to test : Debiann unstable amd64 # Author : Pierre Etchemaite # based on script by GNU_Raziel # Licence : Retail # Playing windowed with forced mouse capture # # 1.4-rc4: "flashes" in smoke/dirt textures # 1.3.37: idem # 1.3.36: crash at start # 1.3.35: crash at start # 1.3.34: flashes in smoke/dirt # 1.3.30: idem # 1.3.28: idem # 1.3.23: idem # Flashes fixed with StrictDrawOrdering = enabled # CHANGELOG # [SuperPlumus] (2013-08-20 19-41) # Update script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Call of Duty: Modern Warfare 3" PREFIX="CallOfDutyMW3" WORKING_WINE_VERSION="1.7-46" GAME_VMS="512" VID="42690" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Infinity Ward / Sledgehammer Games" "http://www.callofduty.com/mw3" "Pierre Etchemaite" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_steam POL_Call POL_Install_steam_flags "$VID" cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" 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 can continue.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" "steam://install/$VID" POL_Wine_WaitExit "$TITLE" # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS ## Fix for this game # Sound problem fix - pulseaudio related [ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa" [ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y" ## End Fix POL_Wine_X11Drv "GrabFullScreen" "Y" # Fix moire flashes in smoke and dirt POL_Wine_Direct3D "StrictDrawOrdering" "enabled" # It is what? [SuperPlumus] REALBIN="`find $WINEPREFIX -iname iw5mp.exe`" # Making shortcut POL_Shortcut "Steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$VID" POL_SetupWindow_Close exit 0 Replies |
MatSifres | Friday 5 June 2015 at 6:47 |
MatSifres
|
MessageWith this version of COD MW3 Script. ¿We can play for free online games? RepliesFriday 5 June 2015 at 6:59
|
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