GOG.com - ANNO 1602 A.D.
Informations
Creator | Message |
---|---|
Okto
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 2 DescriptionThe first game in the Anno series, released in 1998. Source code#!/bin/bash # Date : (2015-08-05 18-29) # Wine version used : 3.0.3 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2015-08-05 18-29) # Initial script. # [Dadu042] (2020-01-19 13:50) # Wine 1.6.2 (outdated) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - ANNO 1602 A.D." PREFIX="ANNO1602" WINEVERSION="3.0.3" SHORTCUT_NAME="ANNO 1602 A.D." GOGID="anno_1602_ad" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Max Design GesMBH" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "ef641bc8dc3d434d8bbb6ff752df6ba7" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install # virtual desktop required to avoid crash on launch Set_Desktop On 640 480 POL_Wine_reboot POL_Shortcut "1602.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" POL_Shortcut "1602Edit.exe" "$SHORTCUT_NAME Editor" "" "" "Game;StrategyGame;" POL_Shortcut "Config.exe" "$SHORTCUT_NAME Config" "" "" "Game;StrategyGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Anno 1602 - Creation of a New World/Manual.PDF" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Saturday 25 January 2020 at 10:53 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -15,7 +15,7 @@ TITLE="GOG.com - ANNO 1602 A.D." PREFIX="ANNO1602" -WINEVERSION="1.6.2" +WINEVERSION="3.0.3" SHORTCUT_NAME="ANNO 1602 A.D." GOGID="anno_1602_ad" New source code#!/bin/bash # Date : (2015-08-05 18-29) # Wine version used : 3.0.3 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2015-08-05 18-29) # Initial script. # [Dadu042] (2020-01-19 13:50) # Wine 1.6.2 (outdated) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - ANNO 1602 A.D." PREFIX="ANNO1602" WINEVERSION="3.0.3" SHORTCUT_NAME="ANNO 1602 A.D." GOGID="anno_1602_ad" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Max Design GesMBH" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "ef641bc8dc3d434d8bbb6ff752df6ba7" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install # virtual desktop required to avoid crash on launch Set_Desktop On 640 480 POL_Wine_reboot POL_Shortcut "1602.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" POL_Shortcut "1602Edit.exe" "$SHORTCUT_NAME Editor" "" "" "Game;StrategyGame;" POL_Shortcut "Config.exe" "$SHORTCUT_NAME Config" "" "" "Game;StrategyGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Anno 1602 - Creation of a New World/Manual.PDF" POL_SetupWindow_Close exit 0 Replies |
Dadu042 | Monday 20 January 2020 at 22:34 |
Dadu042
|
WarningThis update has not been approved yet by the team. Differences@@ -1,9 +1,15 @@ #!/bin/bash # Date : (2015-08-05 18-29) -# Wine version used : 1.6.2 +# Wine version used : 3.0.3 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy - +# +# CHANGELOG +# [Benjamin Hardy] (2015-08-05 18-29) +# Initial script. +# [Dadu042] (2020-01-19 13:50) +# Wine 1.6.2 (outdated) -> 3.0.3 + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" New source code#!/bin/bash # Date : (2015-08-05 18-29) # Wine version used : 3.0.3 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy # # CHANGELOG # [Benjamin Hardy] (2015-08-05 18-29) # Initial script. # [Dadu042] (2020-01-19 13:50) # Wine 1.6.2 (outdated) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - ANNO 1602 A.D." PREFIX="ANNO1602" WINEVERSION="1.6.2" SHORTCUT_NAME="ANNO 1602 A.D." GOGID="anno_1602_ad" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Max Design GesMBH" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "ef641bc8dc3d434d8bbb6ff752df6ba7" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install # virtual desktop required to avoid crash on launch Set_Desktop On 640 480 POL_Wine_reboot POL_Shortcut "1602.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" POL_Shortcut "1602Edit.exe" "$SHORTCUT_NAME Editor" "" "" "Game;StrategyGame;" POL_Shortcut "Config.exe" "$SHORTCUT_NAME Config" "" "" "Game;StrategyGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Anno 1602 - Creation of a New World/Manual.PDF" POL_SetupWindow_Close exit 0 Replies |
Andreabont | Saturday 20 January 2018 at 18:39 |
Andreabont
|
MessageThe game crash at the startup with this dump:
Unhandled exception: page fault on read access to 0x00005726 in 32-bit code (0x00005726).
Replies |
Maki | Saturday 15 August 2015 at 12:23 |
Maki
|
MessageThe program does not run. Please see bug #5129. Replies |
Okto | Wednesday 5 August 2015 at 19:38 |
Okto
|
WarningThis update has not been approved yet by the team. MessageAdded shortcuts to the game's config tool and map editor Differences@@ -8,7 +8,7 @@ source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - ANNO 1602 A.D." -PREFIX="ANNO 1602" +PREFIX="ANNO1602" WINEVERSION="1.6.2" SHORTCUT_NAME="ANNO 1602 A.D." GOGID="anno_1602_ad" New source code#!/bin/bash # Date : (2015-08-05 18-29) # Wine version used : 1.6.2 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - ANNO 1602 A.D." PREFIX="ANNO1602" WINEVERSION="1.6.2" SHORTCUT_NAME="ANNO 1602 A.D." GOGID="anno_1602_ad" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Max Design GesMBH" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "ef641bc8dc3d434d8bbb6ff752df6ba7" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install # virtual desktop required to avoid crash on launch Set_Desktop On 640 480 POL_Wine_reboot POL_Shortcut "1602.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;" POL_Shortcut "1602Edit.exe" "$SHORTCUT_NAME Editor" "" "" "Game;StrategyGame;" POL_Shortcut "Config.exe" "$SHORTCUT_NAME Config" "" "" "Game;StrategyGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Anno 1602 - Creation of a New World/Manual.PDF" POL_SetupWindow_Close exit 0 RepliesEdited by petch |
Okto | Tuesday 4 August 2015 at 9:57 |
Okto
|
WarningThis update has not been approved yet by the team. MessageRemoved space in prefix Differences@@ -0,0 +1,38 @@ +#!/bin/bash +# Date : (2015-08-04 08-55) +# Wine version used : 1.6.2 +# Distribution used to test : OpenSUSE 13.2 +# Author : Benjamin Hardy + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - ANNO 1602 A.D." +PREFIX="ANNO1602" +WINEVERSION="1.6.2" +SHORTCUT_NAME="ANNO 1602 A.D." +GOGID="anno_1602_ad" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Max Design GesMBH" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "ef641bc8dc3d434d8bbb6ff752df6ba7" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +POL_Call POL_GoG_install + +# virtual desktop required to avoid crash on launch +Set_Desktop On 640 480 + +POL_Wine_reboot + +POL_Shortcut "1602.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;ANNO 1602 A.D.;" +POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Anno 1602 - Creation of a New World/Manual.PDF" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2015-08-04 08-55) # Wine version used : 1.6.2 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - ANNO 1602 A.D." PREFIX="ANNO1602" WINEVERSION="1.6.2" SHORTCUT_NAME="ANNO 1602 A.D." GOGID="anno_1602_ad" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Max Design GesMBH" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "ef641bc8dc3d434d8bbb6ff752df6ba7" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install # virtual desktop required to avoid crash on launch Set_Desktop On 640 480 POL_Wine_reboot POL_Shortcut "1602.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;ANNO 1602 A.D.;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Anno 1602 - Creation of a New World/Manual.PDF" POL_SetupWindow_Close exit 0 Replies |
Okto | Monday 3 August 2015 at 22:15 |
Okto
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,38 @@ +#!/bin/bash +# Date : (2015-08-03 20-59) +# Wine version used : 1.6.2 +# Distribution used to test : OpenSUSE 13.2 +# Author : Benjamin Hardy + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - ANNO 1602 A.D." +PREFIX="ANNO 1602" +WINEVERSION="1.6.2" +SHORTCUT_NAME="ANNO 1602 A.D." +GOGID="anno_1602_ad" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Max Design GesMBH" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "ef641bc8dc3d434d8bbb6ff752df6ba7" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +POL_Call POL_GoG_install + +# virtual desktop required to avoid crash on launch +Set_Desktop On 640 480 + +POL_Wine_reboot + +POL_Shortcut "1602.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;ANNO 1602 A.D.;" +POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Anno 1602 - Creation of a New World/Manual.PDF" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2015-08-03 20-59) # Wine version used : 1.6.2 # Distribution used to test : OpenSUSE 13.2 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - ANNO 1602 A.D." PREFIX="ANNO 1602" WINEVERSION="1.6.2" SHORTCUT_NAME="ANNO 1602 A.D." GOGID="anno_1602_ad" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Max Design GesMBH" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "ef641bc8dc3d434d8bbb6ff752df6ba7" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install # virtual desktop required to avoid crash on launch Set_Desktop On 640 480 POL_Wine_reboot POL_Shortcut "1602.exe" "$SHORTCUT_NAME" "" "" "Game;StrategyGame;ANNO 1602 A.D.;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Anno 1602 - Creation of a New World/Manual.PDF" 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