3D Train Studio
Informatie
Creator | Bericht |
---|---|
StefanWerner
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks0 0 Omschrijving3D 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. SchermafdrukkenBroncode#!/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 | Bericht |
Dadu042 | Donderdag 19 September 2019 om 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 AntwoordenAangepast door Dadu042 |
StefanWerner | Vrijdag 19 Januari 2018 om 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 Antwoorden |
StefanWerner | Woensdag 27 Januari 2016 om 13:41 |
StefanWerner
![]()
|
WarningThis update has not been approved yet by the team. BerichtUpdated 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 Antwoorden |
StefanWerner | Maandag 16 Maart 2015 om 17:37 |
StefanWerner
![]()
|
WarningThis update has not been approved yet by the team. BerichtUpdated 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 AntwoordenMaandag 16 Maart 2015 om 17:47
Maandag 16 Maart 2015 om 17:48
Maandag 16 Maart 2015 om 17:48
Maandag 16 Maart 2015 om 17:48
Vrijdag 22 Januari 2016 om 14:27
Vrijdag 22 Januari 2016 om 14:29
|
StefanWerner | Vrijdag 6 Maart 2015 om 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 AntwoordenVrijdag 6 Maart 2015 om 0:30
Vrijdag 6 Maart 2015 om 0:31
Vrijdag 6 Maart 2015 om 0:41
Vrijdag 6 Maart 2015 om 0:44
Vrijdag 6 Maart 2015 om 5:42
Vrijdag 6 Maart 2015 om 6:44
|
Ronin DUSETTE | Donderdag 5 Maart 2015 om 23:51 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. BerichtWait. 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 AntwoordenVrijdag 6 Maart 2015 om 0:03
Vrijdag 6 Maart 2015 om 0:26
Aangepast door RoninDusette |
Ronin DUSETTE | Donderdag 5 Maart 2015 om 23:44 |
Ronin DUSETTE
![]()
|
BerichtMoved links to resources to commit message instead of "Description" section.
Direct screenshot links:
Links to the icons:
Antwoorden |
StefanWerner | Donderdag 5 Maart 2015 om 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 AntwoordenDonderdag 5 Maart 2015 om 23:41
Donderdag 5 Maart 2015 om 23:46
Donderdag 5 Maart 2015 om 23:48
Donderdag 5 Maart 2015 om 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