Anno 2070 Steam
Informations
| Creator | Message |
|---|---|
rcmn
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks2 1 DescriptionTitle: Anno 2070. Genre: Strategy. 2011. Wikipedia. Appdb.winehq.org . Steam. Known issues (2011 or 2015):
Source code#!/bin/bash
# Date : (2013-03-16 21:00)
# Last revision : see changelog
# Wine version used : 2.22
# Distribution used to test : ArchLinux x64
# Author : rcmn
# Revision : BlondVador (Valentin PERRUSSEL)
# Licence : Retail
# Only For : http://www.playonlinux.com
# CHANGELOG
# [rcmn] (2013-03-16 21:00)
# First script.
# [BlondVador] (2015-11-19 03:18)
# ?.
# [Dadu042] (2019-11-27 15:30)
# Wine 1.7.55 -> 2.22.
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Anno 2070 Steam"
PREFIX="Anno2070Steam"
EDITOR="Ubisoft"
GAME_URL="Ubisoft" "http://anno-game.ubi.com/anno-2070/en-GB/home/"
AUTHOR="rcmn"
WORKING_WINE_VERSION="2.22"
GAME_VMS="512"
# Starting the script
#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/anno_2070/top.jpg" "http://files.playonlinux.com/resources/setups/anno_2070/left.jpg" "$TITLE"
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 "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
# Choose between Digital Download version
POL_SetupWindow_InstallMethod "STEAM"
# Installing mandatory dependencies
POL_Call POL_Install_steam
POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx11
POL_Call POL_Install_corefonts
Set_OS "winxp"
POL_Wine_Direct3D "UseGLSL" "disabled"
Set_WineWindowTitle "$TITLE"
POL_Wine_OverrideDLL "builtin,native" "msvcr100"
cd "$POL_System_TmpDir"
POL_Wine_OverrideDLL "native,builtin" "winhttp"
# Mandatory pre-install fix for steam
STEAM_ID="48240"
POL_Call POL_Install_steam_flags "$STEAM_ID"
# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS
# Set Graphic Card information keys for wine
POL_Wine_SetVideoDriver
## Fix for this game
# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix
## Begin Common PlayOnMac Section ##
[ "$POL_OS" = "Mac" ] && Set_Managed "Off"
## End Section ##
# Making shortcut
POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID"
# Begin game installation
if [ "$INSTALL_METHOD" == "STEAM" ]; then
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"
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID
POL_Wine_WaitExit "$TITLE"
fi
POL_SetupWindow_Close
exit 0 |
Contributions
Filters:
Contribute| Member | Message |
| Dadu042 | Wednesday 27 November 2019 at 15:36 |
|
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,13 +1,22 @@ #!/bin/bash # Date : (2013-03-16 21:00) -# Last revision : (2015-11-19 03:18) -# Wine version used : 1.7.55 +# Last revision : see changelog +# Wine version used : 2.22 # Distribution used to test : ArchLinux x64 # Author : rcmn # Revision : BlondVador (Valentin PERRUSSEL) # Licence : Retail # Only For : http://www.playonlinux.com - + +# CHANGELOG +# [rcmn] (2013-03-16 21:00) +# First script. +# [BlondVador] (2015-11-19 03:18) +# ?. +# [Dadu042] (2019-11-27 15:30) +# Wine 1.7.55 -> 2.22. + + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -16,7 +25,7 @@ EDITOR="Ubisoft" GAME_URL="Ubisoft" "http://anno-game.ubi.com/anno-2070/en-GB/home/" AUTHOR="rcmn" -WORKING_WINE_VERSION="1.7.55" +WORKING_WINE_VERSION="2.22" GAME_VMS="512" # Starting the script New source code#!/bin/bash
# Date : (2013-03-16 21:00)
# Last revision : see changelog
# Wine version used : 2.22
# Distribution used to test : ArchLinux x64
# Author : rcmn
# Revision : BlondVador (Valentin PERRUSSEL)
# Licence : Retail
# Only For : http://www.playonlinux.com
# CHANGELOG
# [rcmn] (2013-03-16 21:00)
# First script.
# [BlondVador] (2015-11-19 03:18)
# ?.
# [Dadu042] (2019-11-27 15:30)
# Wine 1.7.55 -> 2.22.
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Anno 2070 Steam"
PREFIX="Anno2070Steam"
EDITOR="Ubisoft"
GAME_URL="Ubisoft" "http://anno-game.ubi.com/anno-2070/en-GB/home/"
AUTHOR="rcmn"
WORKING_WINE_VERSION="2.22"
GAME_VMS="512"
# Starting the script
#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/anno_2070/top.jpg" "http://files.playonlinux.com/resources/setups/anno_2070/left.jpg" "$TITLE"
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 "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
# Choose between Digital Download version
POL_SetupWindow_InstallMethod "STEAM"
# Installing mandatory dependencies
POL_Call POL_Install_steam
POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx11
POL_Call POL_Install_corefonts
Set_OS "winxp"
POL_Wine_Direct3D "UseGLSL" "disabled"
Set_WineWindowTitle "$TITLE"
POL_Wine_OverrideDLL "builtin,native" "msvcr100"
cd "$POL_System_TmpDir"
POL_Wine_OverrideDLL "native,builtin" "winhttp"
# Mandatory pre-install fix for steam
STEAM_ID="48240"
POL_Call POL_Install_steam_flags "$STEAM_ID"
# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS
# Set Graphic Card information keys for wine
POL_Wine_SetVideoDriver
## Fix for this game
# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix
## Begin Common PlayOnMac Section ##
[ "$POL_OS" = "Mac" ] && Set_Managed "Off"
## End Section ##
# Making shortcut
POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID"
# Begin game installation
if [ "$INSTALL_METHOD" == "STEAM" ]; then
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"
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID
POL_Wine_WaitExit "$TITLE"
fi
POL_SetupWindow_Close
exit 0 Replies |
| BlondVador | Thursday 19 November 2015 at 3:18 |
|
BlondVador
|
WarningThis update has not been approved yet by the team. MessageUse Wine 1.7.55 (fix mouse lags & improve a bit performance). Differences@@ -1,7 +1,7 @@ #!/bin/bash # Date : (2013-03-16 21:00) -# Last revision : (2015-03-13 08:45) -# Wine version used : 1.7.33 +# Last revision : (2015-11-19 03:18) +# Wine version used : 1.7.55 # Distribution used to test : ArchLinux x64 # Author : rcmn # Revision : BlondVador (Valentin PERRUSSEL) @@ -16,7 +16,7 @@ EDITOR="Ubisoft" GAME_URL="Ubisoft" "http://anno-game.ubi.com/anno-2070/en-GB/home/" AUTHOR="rcmn" -WORKING_WINE_VERSION="1.7.33" +WORKING_WINE_VERSION="1.7.55" GAME_VMS="512" # Starting the script New source code#!/bin/bash
# Date : (2013-03-16 21:00)
# Last revision : (2015-11-19 03:18)
# Wine version used : 1.7.55
# Distribution used to test : ArchLinux x64
# Author : rcmn
# Revision : BlondVador (Valentin PERRUSSEL)
# Licence : Retail
# Only For : http://www.playonlinux.com
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Anno 2070 Steam"
PREFIX="Anno2070Steam"
EDITOR="Ubisoft"
GAME_URL="Ubisoft" "http://anno-game.ubi.com/anno-2070/en-GB/home/"
AUTHOR="rcmn"
WORKING_WINE_VERSION="1.7.55"
GAME_VMS="512"
# Starting the script
#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/anno_2070/top.jpg" "http://files.playonlinux.com/resources/setups/anno_2070/left.jpg" "$TITLE"
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 "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
# Choose between Digital Download version
POL_SetupWindow_InstallMethod "STEAM"
# Installing mandatory dependencies
POL_Call POL_Install_steam
POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx11
POL_Call POL_Install_corefonts
Set_OS "winxp"
POL_Wine_Direct3D "UseGLSL" "disabled"
Set_WineWindowTitle "$TITLE"
POL_Wine_OverrideDLL "builtin,native" "msvcr100"
cd "$POL_System_TmpDir"
POL_Wine_OverrideDLL "native,builtin" "winhttp"
# Mandatory pre-install fix for steam
STEAM_ID="48240"
POL_Call POL_Install_steam_flags "$STEAM_ID"
# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS
# Set Graphic Card information keys for wine
POL_Wine_SetVideoDriver
## Fix for this game
# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix
## Begin Common PlayOnMac Section ##
[ "$POL_OS" = "Mac" ] && Set_Managed "Off"
## End Section ##
# Making shortcut
POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID"
# Begin game installation
if [ "$INSTALL_METHOD" == "STEAM" ]; then
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"
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID
POL_Wine_WaitExit "$TITLE"
fi
POL_SetupWindow_Close
exit 0 Replies |
| BlondVador | Thursday 19 November 2015 at 3:17 |
|
BlondVador
|
MessageUse Wine 1.7.55 (fix mouse lags & improve a bit performance).
Replies |
| BlondVador | Friday 13 March 2015 at 8:50 |
|
BlondVador
|
WarningThis update has not been approved yet by the team. MessageThis script can't work on x64 system, that why i update it. Wine 1.7.33 works pretty well. Useless dirty winhttp download. I used the same script i post to install the game and it worked pretty well. Differences@@ -1,9 +1,10 @@ #!/bin/bash # Date : (2013-03-16 21:00) -# Last revision : (2013-03-16 21:00) -# Wine version used : 1.5.7 -# Distribution used to test : Linux Mint 12 x64 +# Last revision : (2015-03-13 08:45) +# Wine version used : 1.7.33 +# Distribution used to test : ArchLinux x64 # Author : rcmn +# Revision : BlondVador (Valentin PERRUSSEL) # Licence : Retail # Only For : http://www.playonlinux.com @@ -15,7 +16,7 @@ EDITOR="Ubisoft" GAME_URL="Ubisoft" "http://anno-game.ubi.com/anno-2070/en-GB/home/" AUTHOR="rcmn" -WORKING_WINE_VERSION="1.5.7" +WORKING_WINE_VERSION="1.7.33" GAME_VMS="512" # Starting the script @@ -31,7 +32,7 @@ POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix -POL_System_SetArch "auto" +POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Choose between Digital Download version @@ -49,8 +50,6 @@ Set_WineWindowTitle "$TITLE" POL_Wine_OverrideDLL "builtin,native" "msvcr100" cd "$POL_System_TmpDir" -POL_Download "http://www.depannagedisquedur.fr/dll/winhttp.dll" -mv "winhttp.dll" "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/windows/system32/" POL_Wine_OverrideDLL "native,builtin" "winhttp" # Mandatory pre-install fix for steam New source code#!/bin/bash
# Date : (2013-03-16 21:00)
# Last revision : (2015-03-13 08:45)
# Wine version used : 1.7.33
# Distribution used to test : ArchLinux x64
# Author : rcmn
# Revision : BlondVador (Valentin PERRUSSEL)
# Licence : Retail
# Only For : http://www.playonlinux.com
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Anno 2070 Steam"
PREFIX="Anno2070Steam"
EDITOR="Ubisoft"
GAME_URL="Ubisoft" "http://anno-game.ubi.com/anno-2070/en-GB/home/"
AUTHOR="rcmn"
WORKING_WINE_VERSION="1.7.33"
GAME_VMS="512"
# Starting the script
#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/anno_2070/top.jpg" "http://files.playonlinux.com/resources/setups/anno_2070/left.jpg" "$TITLE"
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 "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
# Choose between Digital Download version
POL_SetupWindow_InstallMethod "STEAM"
# Installing mandatory dependencies
POL_Call POL_Install_steam
POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9
POL_Call POL_Install_d3dx11
POL_Call POL_Install_corefonts
Set_OS "winxp"
POL_Wine_Direct3D "UseGLSL" "disabled"
Set_WineWindowTitle "$TITLE"
POL_Wine_OverrideDLL "builtin,native" "msvcr100"
cd "$POL_System_TmpDir"
POL_Wine_OverrideDLL "native,builtin" "winhttp"
# Mandatory pre-install fix for steam
STEAM_ID="48240"
POL_Call POL_Install_steam_flags "$STEAM_ID"
# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS
# Set Graphic Card information keys for wine
POL_Wine_SetVideoDriver
## Fix for this game
# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix
## Begin Common PlayOnMac Section ##
[ "$POL_OS" = "Mac" ] && Set_Managed "Off"
## End Section ##
# Making shortcut
POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID"
# Begin game installation
if [ "$INSTALL_METHOD" == "STEAM" ]; then
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"
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID
POL_Wine_WaitExit "$TITLE"
fi
POL_SetupWindow_Close
exit 0 Replies |
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
Install this program