3D Train Studio
Informations
Creator | Wiadmości |
---|---|
StefanWerner
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 Description3D Train Studio is software for planning and simulating model railroad layouts on the computer. The software is available as a free standard version and as a commercial professional version. ScreenshotsSource code#!/bin/bash # Date : (2015-03-05 09-05) # Last revision : See changelog # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner # CHANGELOG # [Dadu042] (2019-09-19) # Wine 1.9.2 -> 2.22, in order to fix script 'windows fail to appear' (on Ubuntu 18.04 x64). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Define constants TITLE="3D Train Studio" PREFIX="3D_TrainStudio" WINEVERSION="2.22" # Start installation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stefan Werner" "http://www.3d-train.com" "Stefan Werner" "$PREFIX" # Prepare the wine config POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_Wine_Direct3D "UseGLSL" "disabled" POL_SetupWindow_wait "$(eval_gettext 'Please wait while installing prerequisites.')" "$TITLE" POL_Call POL_Install_tahoma2 # Install the main application, either by using a local setup file or by downloading # the latest setup from the web. POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "https://www.3d-modellbahn.de/files/client/v3/SetupTrainStudio.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" POL_System_TmpDelete fi # Finish installation POL_Shortcut "ModellbahnStudio.exe" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Wiadmości |
Dadu042 | Thursday 19 September 2019 at 14:17 |
Dadu042
![]()
|
InformationThis update has been approved by the team. Differences@@ -1,16 +1,21 @@ #!/bin/bash # Date : (2015-03-05 09-05) -# Last revision : (2015-03-05 09-05) +# Last revision : See changelog # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner + +# CHANGELOG +# [Dadu042] (2019-09-19) +# Wine 1.9.2 -> 2.22, in order to fix script 'windows fail to appear' (on Ubuntu 18.04 x64). + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Define constants TITLE="3D Train Studio" -PREFIX="TrainStudio" -WINEVERSION="1.9.2" +PREFIX="3D_TrainStudio" +WINEVERSION="2.22" # Start installation POL_SetupWindow_Init New source code#!/bin/bash # Date : (2015-03-05 09-05) # Last revision : See changelog # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner # CHANGELOG # [Dadu042] (2019-09-19) # Wine 1.9.2 -> 2.22, in order to fix script 'windows fail to appear' (on Ubuntu 18.04 x64). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Define constants TITLE="3D Train Studio" PREFIX="3D_TrainStudio" WINEVERSION="2.22" # Start installation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stefan Werner" "http://www.3d-train.com" "Stefan Werner" "$PREFIX" # Prepare the wine config POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_Wine_Direct3D "UseGLSL" "disabled" POL_SetupWindow_wait "$(eval_gettext 'Please wait while installing prerequisites.')" "$TITLE" POL_Call POL_Install_tahoma2 # Install the main application, either by using a local setup file or by downloading # the latest setup from the web. POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "https://www.3d-modellbahn.de/files/client/v3/SetupTrainStudio.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" POL_System_TmpDelete fi # Finish installation POL_Shortcut "ModellbahnStudio.exe" "$TITLE" POL_SetupWindow_Close exit OdpowiedziEdytowane przez Dadu042 |
StefanWerner | Friday 19 January 2018 at 20:43 |
StefanWerner
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -41,7 +41,7 @@ then POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" - POL_Download "http://www.3d-modellbahn.de/files/client/SetupTrainStudio.exe" + POL_Download "https://www.3d-modellbahn.de/files/client/v3/SetupTrainStudio.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" POL_System_TmpDelete New source code#!/bin/bash # Date : (2015-03-05 09-05) # Last revision : (2015-03-05 09-05) # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" WINEVERSION="1.9.2" # Start installation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stefan Werner" "http://www.3d-train.com" "Stefan Werner" "$PREFIX" # Prepare the wine config POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_Wine_Direct3D "UseGLSL" "disabled" POL_SetupWindow_wait "$(eval_gettext 'Please wait while installing prerequisites.')" "$TITLE" POL_Call POL_Install_tahoma2 # Install the main application, either by using a local setup file or by downloading # the latest setup from the web. POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "https://www.3d-modellbahn.de/files/client/v3/SetupTrainStudio.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" POL_System_TmpDelete fi # Finish installation POL_Shortcut "ModellbahnStudio.exe" "$TITLE" POL_SetupWindow_Close exit Odpowiedzi |
StefanWerner | Wednesday 27 January 2016 at 13:41 |
StefanWerner
![]()
|
WarningThis update has not been approved yet by the team. WiadmościUpdated Wine version to improve the compatibility. Differences@@ -10,7 +10,7 @@ # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" -WINEVERSION="1.7.38" +WINEVERSION="1.9.2" # Start installation POL_SetupWindow_Init New source code#!/bin/bash # Date : (2015-03-05 09-05) # Last revision : (2015-03-05 09-05) # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" WINEVERSION="1.9.2" # Start installation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stefan Werner" "http://www.3d-train.com" "Stefan Werner" "$PREFIX" # Prepare the wine config POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_Wine_Direct3D "UseGLSL" "disabled" POL_SetupWindow_wait "$(eval_gettext 'Please wait while installing prerequisites.')" "$TITLE" POL_Call POL_Install_tahoma2 # Install the main application, either by using a local setup file or by downloading # the latest setup from the web. POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "http://www.3d-modellbahn.de/files/client/SetupTrainStudio.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" POL_System_TmpDelete fi # Finish installation POL_Shortcut "ModellbahnStudio.exe" "$TITLE" POL_SetupWindow_Close exit Odpowiedzi |
StefanWerner | Monday 16 March 2015 at 17:37 |
StefanWerner
![]()
|
WarningThis update has not been approved yet by the team. WiadmościUpdated wine to the latest version to fix some compatibility issues. In addition, please mark this installer as compatible to MacOS X. Differences@@ -10,7 +10,7 @@ # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" -WINEVERSION="1.6.2" +WINEVERSION="1.7.38" # Start installation POL_SetupWindow_Init New source code#!/bin/bash # Date : (2015-03-05 09-05) # Last revision : (2015-03-05 09-05) # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" WINEVERSION="1.7.38" # Start installation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stefan Werner" "http://www.3d-train.com" "Stefan Werner" "$PREFIX" # Prepare the wine config POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_Wine_Direct3D "UseGLSL" "disabled" POL_SetupWindow_wait "$(eval_gettext 'Please wait while installing prerequisites.')" "$TITLE" POL_Call POL_Install_tahoma2 # Install the main application, either by using a local setup file or by downloading # the latest setup from the web. POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "http://www.3d-modellbahn.de/files/client/SetupTrainStudio.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" POL_System_TmpDelete fi # Finish installation POL_Shortcut "ModellbahnStudio.exe" "$TITLE" POL_SetupWindow_Close exit OdpowiedziMonday 16 March 2015 at 17:47
Monday 16 March 2015 at 17:48
Monday 16 March 2015 at 17:48
Monday 16 March 2015 at 17:48
Friday 22 January 2016 at 14:27
Friday 22 January 2016 at 14:29
|
StefanWerner | Friday 6 March 2015 at 0:25 |
StefanWerner
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -1,7 +1,6 @@ #!/bin/bash # Date : (2015-03-05 09-05) # Last revision : (2015-03-05 09-05) -# Wine version used : 1.6.2 # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner [ "$PLAYONLINUX" = "" ] && exit 0 @@ -11,6 +10,7 @@ # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" +WINEVERSION="1.6.2" # Start installation POL_SetupWindow_Init @@ -21,7 +21,7 @@ POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate +POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_Wine_Direct3D "UseGLSL" "disabled" New source code#!/bin/bash # Date : (2015-03-05 09-05) # Last revision : (2015-03-05 09-05) # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" WINEVERSION="1.6.2" # Start installation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stefan Werner" "http://www.3d-train.com" "Stefan Werner" "$PREFIX" # Prepare the wine config POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_Wine_Direct3D "UseGLSL" "disabled" POL_SetupWindow_wait "$(eval_gettext 'Please wait while installing prerequisites.')" "$TITLE" POL_Call POL_Install_tahoma2 # Install the main application, either by using a local setup file or by downloading # the latest setup from the web. POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "http://www.3d-modellbahn.de/files/client/SetupTrainStudio.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" POL_System_TmpDelete fi # Finish installation POL_Shortcut "ModellbahnStudio.exe" "$TITLE" POL_SetupWindow_Close exit OdpowiedziFriday 6 March 2015 at 0:30
Friday 6 March 2015 at 0:31
Friday 6 March 2015 at 0:41
Friday 6 March 2015 at 0:44
Friday 6 March 2015 at 5:42
Friday 6 March 2015 at 6:44
|
Ronin DUSETTE | Thursday 5 March 2015 at 23:51 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. WiadmościWait. Actually, you need to declare and use a wine version. Using the system version is not recommended, and will likely be deprecated soon. Please look at other scripts (for instance https://www.playonlinux.com/en/app-2316-Adobe_Photoshop_CS6.html ) and make sure that you declare and use a WINEVERSION and use it when using POL_Wine_PrefixCreate. It is important that you are always explicit in declaring a Wine version, as it will make your script portable (if someone has a different version of Wine installed on their system that is not compatible with your software, the script won't work.). Differences@@ -7,6 +7,7 @@ [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" + # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" New source code#!/bin/bash # Date : (2015-03-05 09-05) # Last revision : (2015-03-05 09-05) # Wine version used : 1.6.2 # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" # Start installation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stefan Werner" "http://www.3d-train.com" "Stefan Werner" "$PREFIX" # Prepare the wine config POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate Set_OS "win7" POL_Wine_Direct3D "UseGLSL" "disabled" POL_SetupWindow_wait "$(eval_gettext 'Please wait while installing prerequisites.')" "$TITLE" POL_Call POL_Install_tahoma2 # Install the main application, either by using a local setup file or by downloading # the latest setup from the web. POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "http://www.3d-modellbahn.de/files/client/SetupTrainStudio.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" POL_System_TmpDelete fi # Finish installation POL_Shortcut "ModellbahnStudio.exe" "$TITLE" POL_SetupWindow_Close exit OdpowiedziFriday 6 March 2015 at 0:03
Friday 6 March 2015 at 0:26
Edytowane przez RoninDusette |
Ronin DUSETTE | Thursday 5 March 2015 at 23:44 |
Ronin DUSETTE
![]()
|
WiadmościMoved links to resources to commit message instead of "Description" section.
Direct screenshot links:
Links to the icons:
Odpowiedzi |
StefanWerner | Thursday 5 March 2015 at 23:33 |
StefanWerner
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,52 @@ +#!/bin/bash +# Date : (2015-03-05 09-05) +# Last revision : (2015-03-05 09-05) +# Wine version used : 1.6.2 +# Distribution used to test : Ubuntu 14.04 LTS +# Author : Stefan Werner +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +# Define constants +TITLE="3D Train Studio" +PREFIX="TrainStudio" + +# Start installation +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "Stefan Werner" "http://www.3d-train.com" "Stefan Werner" "$PREFIX" + +# Prepare the wine config +POL_System_SetArch "x86" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate + +Set_OS "win7" +POL_Wine_Direct3D "UseGLSL" "disabled" + +POL_SetupWindow_wait "$(eval_gettext 'Please wait while installing prerequisites.')" "$TITLE" +POL_Call POL_Install_tahoma2 + +# Install the main application, either by using a local setup file or by downloading +# the latest setup from the web. +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" + POL_Wine_WaitBefore "$TITLE" + POL_Wine "$APP_ANSWER" +elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + POL_System_TmpCreate "$PREFIX" + cd "$POL_System_TmpDir" + POL_Download "http://www.3d-modellbahn.de/files/client/SetupTrainStudio.exe" + POL_Wine_WaitBefore "$TITLE" + POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" + POL_System_TmpDelete +fi + +# Finish installation +POL_Shortcut "ModellbahnStudio.exe" "$TITLE" +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/bin/bash # Date : (2015-03-05 09-05) # Last revision : (2015-03-05 09-05) # Wine version used : 1.6.2 # Distribution used to test : Ubuntu 14.04 LTS # Author : Stefan Werner [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Define constants TITLE="3D Train Studio" PREFIX="TrainStudio" # Start installation POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stefan Werner" "http://www.3d-train.com" "Stefan Werner" "$PREFIX" # Prepare the wine config POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate Set_OS "win7" POL_Wine_Direct3D "UseGLSL" "disabled" POL_SetupWindow_wait "$(eval_gettext 'Please wait while installing prerequisites.')" "$TITLE" POL_Call POL_Install_tahoma2 # Install the main application, either by using a local setup file or by downloading # the latest setup from the web. POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "http://www.3d-modellbahn.de/files/client/SetupTrainStudio.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "$POL_System_TmpDir/SetupTrainStudio.exe" POL_System_TmpDelete fi # Finish installation POL_Shortcut "ModellbahnStudio.exe" "$TITLE" POL_SetupWindow_Close exit OdpowiedziThursday 5 March 2015 at 23:41
Thursday 5 March 2015 at 23:46
Thursday 5 March 2015 at 23:48
Thursday 5 March 2015 at 23:53
|
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