GOG.com - RollerCoaster Tycoon 2
Informations
Creator | Wiadmości |
---|---|
petch
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 4 DescriptionEnglish: Manage amusement parks, from setting prices to designing your own rollercoasters!
ScreenshotsSource code#!/bin/bash # Date : (2012-11-23 21-22) # Last revision : # Wine version used : 1.4.1, 1.6.2, 1.9.3 # Distribution used to test : Arch Linux # Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2012-11-23 21-22) # Initial script. # [Pierre Etchemaite] (2016-02-18 13-09) # Script updated for GOG's installer v2 ?. # [Dadu042] (2020-04-22 21:00). # Wine 1.9.3 (outdated) -> system. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_2" PREFIX="RollerCoasterTycoon2_gog" WORKING_WINE_VERSION="" TITLE="GOG.com - RollerCoaster Tycoon 2" SHORTCUT_NAME="RollerCoaster Tycoon 2: Triple Thrill Pack" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1481 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Chris Sawyer Productions / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "40c7dee00c3451ac0d484df0e384f22e" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "64" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT2.EXE" "$SHORTCUT_NAME" "" "" "Game;Simulation;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/RollerCoaster Tycoon 2 Triple Thrill Pack/manual.pdf" # C:\GOG Games\RollerCoaster Tycoon 2 Triple Thrill Pack\readme.txt POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Wiadmości |
Dadu042 | Wednesday 22 April 2020 at 22:04 |
Dadu042
![]()
|
InformationThis update has been approved by the team. Differences@@ -1,19 +1,27 @@ #!/bin/bash # Date : (2012-11-23 21-22) -# Last revision : (2016-02-18 13-09) +# Last revision : # Wine version used : 1.4.1, 1.6.2, 1.9.3 # Distribution used to test : Arch Linux # Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : - +# +# CHANGELOG +# [Pierre Etchemaite] (2012-11-23 21-22) +# Initial script. +# [Pierre Etchemaite] (2016-02-18 13-09) +# Script updated for GOG's installer v2 ?. +# [Dadu042] (2020-04-22 21:00). +# Wine 1.9.3 (outdated) -> system. + [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_2" PREFIX="RollerCoasterTycoon2_gog" -WORKING_WINE_VERSION="1.9.3" +WORKING_WINE_VERSION="" TITLE="GOG.com - RollerCoaster Tycoon 2" SHORTCUT_NAME="RollerCoaster Tycoon 2: Triple Thrill Pack" New source code#!/bin/bash # Date : (2012-11-23 21-22) # Last revision : # Wine version used : 1.4.1, 1.6.2, 1.9.3 # Distribution used to test : Arch Linux # Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2012-11-23 21-22) # Initial script. # [Pierre Etchemaite] (2016-02-18 13-09) # Script updated for GOG's installer v2 ?. # [Dadu042] (2020-04-22 21:00). # Wine 1.9.3 (outdated) -> system. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_2" PREFIX="RollerCoasterTycoon2_gog" WORKING_WINE_VERSION="" TITLE="GOG.com - RollerCoaster Tycoon 2" SHORTCUT_NAME="RollerCoaster Tycoon 2: Triple Thrill Pack" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1481 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Chris Sawyer Productions / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "40c7dee00c3451ac0d484df0e384f22e" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "64" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT2.EXE" "$SHORTCUT_NAME" "" "" "Game;Simulation;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/RollerCoaster Tycoon 2 Triple Thrill Pack/manual.pdf" # C:\GOG Games\RollerCoaster Tycoon 2 Triple Thrill Pack\readme.txt POL_SetupWindow_Close exit 0 Odpowiedzi |
Daven | Thursday 29 March 2018 at 19:34 |
Daven
![]()
|
WiadmościThis game works apart from when I run it there is no sound. Could anyone advise on this? There is sound on my laptop and sound is enabled in the game. Odpowiedzi |
piratmartin | Monday 20 February 2017 at 13:44 |
piratmartin
![]()
|
WiadmościI buy on gog ROLLERCOASTER TYCOON 2: TRIPLE THRILL PACK, install it, and game work. Odpowiedzi |
DrDoctor | Thursday 18 February 2016 at 19:14 |
DrDoctor
![]()
|
WarningThis update has not been approved yet by the team. WiadmościWine 1.6.2 will not run on Arch, it will give driver errors. ----------- [02/17/16 15:05:15] - Running wine-1.6.2 wineboot (Working directory : /home/buck/.PlayOnLinux/tmp) [02/17/16 15:05:17] - Running wine-1.6.2 winepath -u C:\\users\\buck\\Desktop (Working directory : /home/buck/.local/share/applications) /home/buck/.PlayOnLinux//wineprefix/RollerCoasterTycoon2_gog/dosdevices/c:/users/buck/Desktop [02/17/16 15:05:21] - Running wine-1.6.2 RCT2.EXE (Working directory : /home/buck/.PlayOnLinux/wineprefix/RollerCoasterTycoon2_gog/drive_c/GOG Games/RollerCoaster Tycoon 2 Triple Thrill Pack) libGL error: unable to load driver: i965_dri.so libGL error: driver pointer missing libGL error: failed to load driver: i965 libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 155 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Value in failed request: 0x0 Serial number of failed request: 316 Current serial number in output stream: 320 I've upped the Wine version to 1.9.3.
Differences@@ -1,9 +1,9 @@ #!/bin/bash # Date : (2012-11-23 21-22) -# Last revision : (2014-11-02 23-25) -# Wine version used : 1.4.1, 1.6.2 -# Distribution used to test : Debian Sid (Unstable) -# Author : Pierre Etchemaite pe-pol@concept-micro.com +# Last revision : (2016-02-18 13-09) +# Wine version used : 1.4.1, 1.6.2, 1.9.3 +# Distribution used to test : Arch Linux +# Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : @@ -13,7 +13,7 @@ GOGID="rollercoaster_tycoon_2" PREFIX="RollerCoasterTycoon2_gog" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="1.9.3" TITLE="GOG.com - RollerCoaster Tycoon 2" SHORTCUT_NAME="RollerCoaster Tycoon 2: Triple Thrill Pack" New source code#!/bin/bash # Date : (2012-11-23 21-22) # Last revision : (2016-02-18 13-09) # Wine version used : 1.4.1, 1.6.2, 1.9.3 # Distribution used to test : Arch Linux # Author : Pierre Etchemaite pe-pol@concept-micro.com, Buck Shockley darkwingbuck13@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_2" PREFIX="RollerCoasterTycoon2_gog" WORKING_WINE_VERSION="1.9.3" TITLE="GOG.com - RollerCoaster Tycoon 2" SHORTCUT_NAME="RollerCoaster Tycoon 2: Triple Thrill Pack" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1481 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Chris Sawyer Productions / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "40c7dee00c3451ac0d484df0e384f22e" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "64" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT2.EXE" "$SHORTCUT_NAME" "" "" "Game;Simulation;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/RollerCoaster Tycoon 2 Triple Thrill Pack/manual.pdf" # C:\GOG Games\RollerCoaster Tycoon 2 Triple Thrill Pack\readme.txt POL_SetupWindow_Close exit 0 Odpowiedzi |
straemer | Friday 28 November 2014 at 4:16 |
straemer
![]()
|
WiadmościInstallation fails with error: Internal error: Expression error 'Runtime Error (at 16:21): Access violation at addres 00001F70. Read of address 00001F70.' Odpowiedzi |
petch | Monday 3 November 2014 at 0:24 |
petch
![]()
|
WarningThis update has not been approved yet by the team. WiadmościUpgrade Wine to version 1.6.2 (#3735) Differences@@ -1,7 +1,7 @@ #!/bin/bash # Date : (2012-11-23 21-22) -# Last revision : (2013-04-27 19-12) -# Wine version used : 1.4.1 +# Last revision : (2014-11-02 23-25) +# Wine version used : 1.4.1, 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 @@ -13,7 +13,7 @@ GOGID="rollercoaster_tycoon_2" PREFIX="RollerCoasterTycoon2_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - RollerCoaster Tycoon 2" SHORTCUT_NAME="RollerCoaster Tycoon 2: Triple Thrill Pack" New source code#!/bin/bash # Date : (2012-11-23 21-22) # Last revision : (2014-11-02 23-25) # Wine version used : 1.4.1, 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_2" PREFIX="RollerCoasterTycoon2_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - RollerCoaster Tycoon 2" SHORTCUT_NAME="RollerCoaster Tycoon 2: Triple Thrill Pack" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1481 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Chris Sawyer Productions / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "40c7dee00c3451ac0d484df0e384f22e" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "64" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT2.EXE" "$SHORTCUT_NAME" "" "" "Game;Simulation;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/RollerCoaster Tycoon 2 Triple Thrill Pack/manual.pdf" # C:\GOG Games\RollerCoaster Tycoon 2 Triple Thrill Pack\readme.txt POL_SetupWindow_Close exit 0 Odpowiedzi |