Anno 2070 Steam

Informations

Créateur Messages
rcmn Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 17756
Wine: 2.22

Retours d'expérience

Description

Title: Anno 2070. Genre: Strategy. 2011.  Wikipedia. Appdb.winehq.org . Steam.

Known issues (2011 or 2015):

  1. The window Box receiving the Product Key is unstable. After Keying the Code click on the upper Right Button ("Activate" if you can read it) then click on the Lower Right Button ("Ok").
  2. The Updater. It failed on the "version.txt" and stop . Restarted the game .It will fail to connect. At that point it offers to by pass the update. Then everything run perfectly.

Code source

#!/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:

Contribuer
Membre Messages
Dadu042 Mercredi 27 Novembre 2019 à 15:36
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

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

Nouveau code source

#!/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

Réponses

BlondVador Jeudi 19 Novembre 2015 à 3:18
BlondVador

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Use 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

Nouveau code source

#!/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

Réponses

Anonymous
Lundi 8 Février 2016 à 14:10
Hey i have a problem after installing steam he say update and login. After this i press next an he try to install directx but nothing happend after 24 hours. That problem i had also in worms reloaded with an microsoft tool. So why the installation never finish do i have to download the game first and press next or close steam or something? Please help me.
Anonymous
Samedi 24 Décembre 2016 à 20:57
You have to close Steam because the PlayOnLinux script can't execute the DirectX installation while the app is running. I had the same issue. When you close Steam, the installation continue.
BlondVador Jeudi 19 Novembre 2015 à 3:17
BlondVador

Messages

Use Wine 1.7.55 (fix mouse lags & improve a bit performance).

 

#!/bin/bash

# Date : (2013-03-16 21:00)

# Last revision : (2015-11-19 03:15)

# 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

Réponses

BlondVador Vendredi 13 Mars 2015 à 8:50
BlondVador

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

This 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

Nouveau code source

#!/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

Réponses