GOG.com - ANNO 1602 A.D.
Informations
Créateur | Messages |
---|---|
Okto
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 2 DescriptionThe first game in the Anno series, released in 1998. Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Samedi 25 Janvier 2020 à 10:53 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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" Nouveau code source#!/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 Réponses |
Dadu042 | Lundi 20 Janvier 2020 à 22:34 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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" Nouveau code source#!/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 Réponses |
Andreabont | Samedi 20 Janvier 2018 à 18:39 |
Andreabont
|
MessagesThe game crash at the startup with this dump:
Unhandled exception: page fault on read access to 0x00005726 in 32-bit code (0x00005726).
Réponses |
Maki | Samedi 15 Aoüt 2015 à 12:23 |
Maki
|
MessagesThe program does not run. Please see bug #5129. Réponses |
Okto | Mercredi 5 Aoüt 2015 à 19:38 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAdded 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" Nouveau code source#!/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 RéponsesEdité par petch |
Okto | Mardi 4 Aoüt 2015 à 9:57 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesRemoved 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 Nouveau code source#!/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 Réponses |
Okto | Lundi 3 Aoüt 2015 à 22:15 |
Okto
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 Réponses |
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