GOG.com - RollerCoaster Tycoon 3
Informations
Creator | Message |
---|---|
Yepoleb
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionRollerCoaster Tycoon 3 is an amusement park simulator. 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 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Wednesday 22 April 2020 at 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 Replies |
Yepoleb | Friday 11 December 2015 at 17:43 |
Yepoleb
|
WarningThis update has not been approved yet by the team. MessageAll 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 Replies |
MTres19 | Thursday 10 December 2015 at 3:22 |
MTres19
|
MessageAre 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. RepliesThursday 10 December 2015 at 16:52
Thursday 10 December 2015 at 23:28
Thursday 10 December 2015 at 23:31
Thursday 10 December 2015 at 23:38
Friday 11 December 2015 at 2:32
Friday 11 December 2015 at 5:40
Friday 11 December 2015 at 12:26
Friday 11 December 2015 at 12:31
Friday 11 December 2015 at 14:50
Saturday 12 December 2015 at 1:00
Saturday 12 December 2015 at 1:28
Saturday 12 December 2015 at 2:00
Saturday 12 December 2015 at 2:31
Saturday 12 December 2015 at 2:41
Saturday 12 December 2015 at 2:50
Saturday 12 December 2015 at 3:20
Saturday 12 December 2015 at 6:27
Sunday 13 December 2015 at 5:17
Friday 18 December 2015 at 0:20
Friday 18 December 2015 at 0:23
Friday 18 December 2015 at 21:03
Thursday 25 February 2016 at 19:04
|
Yepoleb | Sunday 6 December 2015 at 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 Replies |
Yepoleb | Sunday 6 December 2015 at 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 RepliesEdited by petch |
Yepoleb | Sunday 6 December 2015 at 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 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