GOG.com - RollerCoaster Tycoon 3
Informatie
Creator | Bericht |
---|---|
Yepoleb
![]()
|
WarningThis installer is a beta script. It means that it might not work as expected InformatiePlatforms: Feedbacks0 0 OmschrijvingRollerCoaster Tycoon 3 is an amusement park simulator. Broncode#!/usr/bin/env playonlinux-bash # Date : (2015-12-06 01-12) # Last revision : # Wine version used : # Distribution used to test : Debian Sid (Unstable) # Author : Gabriel Huber huberg18@gmail.com / MTres19 # # CHANGELOG # [Gabriel Huber or MTres19] (2015-12-06 01-12) # Initial script. # [Yepoleb] (2015-12-06 19-18) # ? # [Dadu042] (2020-04-22 21:00). # Wine 1.8-rc1 (outdated) -> system [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_3" PREFIX="RollerCoasterTycoon3_gog" WORKING_WINE_VERSION="" TITLE="GOG.com - RollerCoaster Tycoon 3" SHORTCUT_NAME="RollerCoaster Tycoon 3: Platinum!" 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 2669 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/game/$GOGID" "Gabriel Huber" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you might get a few runtime errors, ignore them for now.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # FIXME: Fixes sound, but makes game freeze after quiting # POL_Call POL_Install_DirectShowFiltersFix POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT3plus.exe" "$SHORTCUT_NAME" "" "" "Game;Simulation;" MANUAL_PATH=`find $WINEPREFIX -iname "RCT3_MANUAL_GBR.pdf"` POL_Shortcut_Document "$SHORTCUT_NAME" "$MANUAL_PATH" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Bericht |
Dadu042 | Woensdag 22 April 2020 om 22:00 |
Dadu042
![]()
|
InformationThis update has been approved by the team. Differences@@ -1,16 +1,24 @@ #!/usr/bin/env playonlinux-bash # Date : (2015-12-06 01-12) -# Last revision : (2015-12-06 19-18) -# Wine version used : 1.6.2 +# Last revision : +# Wine version used : # Distribution used to test : Debian Sid (Unstable) # Author : Gabriel Huber huberg18@gmail.com / MTres19 +# +# CHANGELOG +# [Gabriel Huber or MTres19] (2015-12-06 01-12) +# Initial script. +# [Yepoleb] (2015-12-06 19-18) +# ? +# [Dadu042] (2020-04-22 21:00). +# Wine 1.8-rc1 (outdated) -> system [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_3" PREFIX="RollerCoasterTycoon3_gog" -WORKING_WINE_VERSION="1.8-rc1" +WORKING_WINE_VERSION="" TITLE="GOG.com - RollerCoaster Tycoon 3" SHORTCUT_NAME="RollerCoaster Tycoon 3: Platinum!" @@ -22,7 +30,7 @@ POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/game/$GOGID" "Gabriel Huber" "$PREFIX" -POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you will get a few runtime errors, ignore them for now.')" "$TITLE" +POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you might get a few runtime errors, ignore them for now.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" @@ -31,7 +39,7 @@ POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # FIXME: Fixes sound, but makes game freeze after quiting -#POL_Call POL_Install_DirectShowFiltersFix +# POL_Call POL_Install_DirectShowFiltersFix POL_Call POL_GoG_install New source code#!/usr/bin/env playonlinux-bash # Date : (2015-12-06 01-12) # Last revision : # Wine version used : # Distribution used to test : Debian Sid (Unstable) # Author : Gabriel Huber huberg18@gmail.com / MTres19 # # CHANGELOG # [Gabriel Huber or MTres19] (2015-12-06 01-12) # Initial script. # [Yepoleb] (2015-12-06 19-18) # ? # [Dadu042] (2020-04-22 21:00). # Wine 1.8-rc1 (outdated) -> system [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_3" PREFIX="RollerCoasterTycoon3_gog" WORKING_WINE_VERSION="" TITLE="GOG.com - RollerCoaster Tycoon 3" SHORTCUT_NAME="RollerCoaster Tycoon 3: Platinum!" 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 2669 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/game/$GOGID" "Gabriel Huber" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you might get a few runtime errors, ignore them for now.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # FIXME: Fixes sound, but makes game freeze after quiting # POL_Call POL_Install_DirectShowFiltersFix POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT3plus.exe" "$SHORTCUT_NAME" "" "" "Game;Simulation;" MANUAL_PATH=`find $WINEPREFIX -iname "RCT3_MANUAL_GBR.pdf"` POL_Shortcut_Document "$SHORTCUT_NAME" "$MANUAL_PATH" POL_SetupWindow_Close exit 0 Antwoorden |
Yepoleb | Vrijdag 11 December 2015 om 17:43 |
Yepoleb
![]()
|
WarningThis update has not been approved yet by the team. BerichtAll gog.com/gamecard/ urls automatically redirect to gog.com/game/ Differences@@ -21,7 +21,7 @@ POL_SetupWindow_SetID 2669 POL_Debug_Init -POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/gamecard/$GOGID" "Gabriel Huber" "$PREFIX" +POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/game/$GOGID" "Gabriel Huber" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you will get a few runtime errors, ignore them for now.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" New source code#!/usr/bin/env playonlinux-bash # Date : (2015-12-06 01-12) # Last revision : (2015-12-06 19-18) # Wine version used : 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Gabriel Huber huberg18@gmail.com / MTres19 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_3" PREFIX="RollerCoasterTycoon3_gog" WORKING_WINE_VERSION="1.8-rc1" TITLE="GOG.com - RollerCoaster Tycoon 3" SHORTCUT_NAME="RollerCoaster Tycoon 3: Platinum!" 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 2669 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/game/$GOGID" "Gabriel Huber" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you will get a few runtime errors, ignore them for now.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # FIXME: Fixes sound, but makes game freeze after quiting #POL_Call POL_Install_DirectShowFiltersFix POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT3plus.exe" "$SHORTCUT_NAME" "" "" "Game;Simulation;" MANUAL_PATH=`find $WINEPREFIX -iname "RCT3_MANUAL_GBR.pdf"` POL_Shortcut_Document "$SHORTCUT_NAME" "$MANUAL_PATH" POL_SetupWindow_Close exit 0 Antwoorden |
MTres19 | Donderdag 10 December 2015 om 3:22 |
MTres19
![]()
|
BerichtAre you sure POL_Install_DirectShowFiltersFix causes a freeze? It merely installs K-Lite codec pack and the LAV filters, and it's never caused any problems for me on the original retail CD version. (RCT3.exe rather than RCT3plus.exe) Since PlayOnLinux shortcuts are actually shell scripts in ~/.PlayOnLinux/shortcuts, you could simply use echo to write a killall RCT3plus.exe to the end of it, if that might help. Unless, of course, RCT3 runs out of sync with the script. There's also a new version of K-Lite already (the releases come out about every 10 days it seems), so you could try that instead. It seems to me that working sound is important---otherwise the only sound is button clicks. AntwoordenDonderdag 10 December 2015 om 16:52
Donderdag 10 December 2015 om 23:28
Donderdag 10 December 2015 om 23:31
Donderdag 10 December 2015 om 23:38
Vrijdag 11 December 2015 om 2:32
Vrijdag 11 December 2015 om 5:40
Vrijdag 11 December 2015 om 12:26
Vrijdag 11 December 2015 om 12:31
Vrijdag 11 December 2015 om 14:50
Zaterdag 12 December 2015 om 1:00
Zaterdag 12 December 2015 om 1:28
Zaterdag 12 December 2015 om 2:00
Zaterdag 12 December 2015 om 2:31
Zaterdag 12 December 2015 om 2:41
Zaterdag 12 December 2015 om 2:50
Zaterdag 12 December 2015 om 3:20
Zaterdag 12 December 2015 om 6:27
Zondag 13 December 2015 om 5:17
Vrijdag 18 December 2015 om 0:20
Vrijdag 18 December 2015 om 0:23
Vrijdag 18 December 2015 om 21:03
Donderdag 25 Februari 2016 om 19:04
|
Yepoleb | Zondag 6 December 2015 om 21:43 |
Yepoleb
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env playonlinux-bash # Date : (2015-12-06 01-12) # Last revision : (2015-12-06 19-18) # Wine version used : 1.6.2 @@ -44,7 +44,8 @@ POL_Wine_reboot POL_Shortcut "RCT3plus.exe" "$SHORTCUT_NAME" "" "" "Game;Simulation;" -POL_Shortcut_Document "$SHORTCUT_NAME" "RCT3_MANUAL_GBR.pdf" +MANUAL_PATH=`find $WINEPREFIX -iname "RCT3_MANUAL_GBR.pdf"` +POL_Shortcut_Document "$SHORTCUT_NAME" "$MANUAL_PATH" POL_SetupWindow_Close New source code#!/usr/bin/env playonlinux-bash # Date : (2015-12-06 01-12) # Last revision : (2015-12-06 19-18) # Wine version used : 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Gabriel Huber huberg18@gmail.com / MTres19 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_3" PREFIX="RollerCoasterTycoon3_gog" WORKING_WINE_VERSION="1.8-rc1" TITLE="GOG.com - RollerCoaster Tycoon 3" SHORTCUT_NAME="RollerCoaster Tycoon 3: Platinum!" 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 2669 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/gamecard/$GOGID" "Gabriel Huber" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you will get a few runtime errors, ignore them for now.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # FIXME: Fixes sound, but makes game freeze after quiting #POL_Call POL_Install_DirectShowFiltersFix POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT3plus.exe" "$SHORTCUT_NAME" "" "" "Game;Simulation;" MANUAL_PATH=`find $WINEPREFIX -iname "RCT3_MANUAL_GBR.pdf"` POL_Shortcut_Document "$SHORTCUT_NAME" "$MANUAL_PATH" POL_SetupWindow_Close exit 0 Antwoorden |
Yepoleb | Zondag 6 December 2015 om 19:29 |
Yepoleb
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -1,23 +1,21 @@ #!/bin/bash # Date : (2015-12-06 01-12) -# Last revision : (2015-12-06 01-12) +# Last revision : (2015-12-06 19-18) # Wine version used : 1.6.2 # Distribution used to test : Debian Sid (Unstable) -# Author : Gabriel Huber huberg18@gmail.com -# Program licence : Retail -# Depend : +# Author : Gabriel Huber huberg18@gmail.com / MTres19 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_3" PREFIX="RollerCoasterTycoon3_gog" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="1.8-rc1" TITLE="GOG.com - RollerCoaster Tycoon 3" SHORTCUT_NAME="RollerCoaster Tycoon 3: Platinum!" -#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +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 2669 @@ -29,8 +27,12 @@ POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" POL_Wine_SelectPrefix "$PREFIX" +POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" +# FIXME: Fixes sound, but makes game freeze after quiting +#POL_Call POL_Install_DirectShowFiltersFix + POL_Call POL_GoG_install # GoG work! @@ -46,4 +48,4 @@ POL_SetupWindow_Close -exit 0 \ No newline at end of file +exit 0 New source code#!/bin/bash # Date : (2015-12-06 01-12) # Last revision : (2015-12-06 19-18) # Wine version used : 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Gabriel Huber huberg18@gmail.com / MTres19 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_3" PREFIX="RollerCoasterTycoon3_gog" WORKING_WINE_VERSION="1.8-rc1" TITLE="GOG.com - RollerCoaster Tycoon 3" SHORTCUT_NAME="RollerCoaster Tycoon 3: Platinum!" 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 2669 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/gamecard/$GOGID" "Gabriel Huber" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you will get a few runtime errors, ignore them for now.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # FIXME: Fixes sound, but makes game freeze after quiting #POL_Call POL_Install_DirectShowFiltersFix POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT3plus.exe" "$SHORTCUT_NAME" "" "" "Game;Simulation;" POL_Shortcut_Document "$SHORTCUT_NAME" "RCT3_MANUAL_GBR.pdf" POL_SetupWindow_Close exit 0 AntwoordenAangepast door petch |
Yepoleb | Zondag 6 December 2015 om 6:15 |
Yepoleb
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,49 @@ +#!/bin/bash +# Date : (2015-12-06 01-12) +# Last revision : (2015-12-06 01-12) +# Wine version used : 1.6.2 +# Distribution used to test : Debian Sid (Unstable) +# Author : Gabriel Huber huberg18@gmail.com +# Program licence : Retail +# Depend : + +[ -z "$PLAYONLINUX" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +GOGID="rollercoaster_tycoon_3" +PREFIX="RollerCoasterTycoon3_gog" +WORKING_WINE_VERSION="1.6.2" + +TITLE="GOG.com - RollerCoaster Tycoon 3" +SHORTCUT_NAME="RollerCoaster Tycoon 3: Platinum!" + +#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 2669 +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/gamecard/$GOGID" "Gabriel Huber" "$PREFIX" +POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you will get a few runtime errors, ignore them for now.')" "$TITLE" + +POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_GoG_install + +# GoG work! +Set_OS winxp + +POL_SetupWindow_VMS "32" + +# Doesn't hurt ;) +POL_Wine_reboot + +POL_Shortcut "RCT3plus.exe" "$SHORTCUT_NAME" "" "" "Game;Simulation;" +POL_Shortcut_Document "$SHORTCUT_NAME" "RCT3_MANUAL_GBR.pdf" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2015-12-06 01-12) # Last revision : (2015-12-06 01-12) # Wine version used : 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Gabriel Huber huberg18@gmail.com # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="rollercoaster_tycoon_3" PREFIX="RollerCoasterTycoon3_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - RollerCoaster Tycoon 3" SHORTCUT_NAME="RollerCoaster Tycoon 3: Platinum!" #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 2669 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Frontier Developments / Atari" "http://www.gog.com/gamecard/$GOGID" "Gabriel Huber" "$PREFIX" POL_SetupWindow_message "$(eval_gettext 'At the end of the installation process you will get a few runtime errors, ignore them for now.')" "$TITLE" POL_Call POL_GoG_setup "$GOGID" "0efb0a51c9edba3699e657d929c88d4f" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "RCT3plus.exe" "$SHORTCUT_NAME" "" "" "Game;Simulation;" POL_Shortcut_Document "$SHORTCUT_NAME" "RCT3_MANUAL_GBR.pdf" POL_SetupWindow_Close exit 0 Antwoorden |
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