3D Train Studio
Informations
Créateur | Messages |
---|---|
StefanWerner
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 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. Captures d'écranCode source#!/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:
ContribuerMembre | Messages |
Dadu042 | Jeudi 19 September 2019 à 14:17 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code source#!/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 RéponsesEdité par Dadu042 |
StefanWerner | Vendredi 19 Janvier 2018 à 20:43 |
StefanWerner
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 Réponses |
StefanWerner | Mercredi 27 Janvier 2016 à 13:41 |
StefanWerner
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdated 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 Nouveau code source#!/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 Réponses |
StefanWerner | Lundi 16 Mars 2015 à 17:37 |
StefanWerner
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUpdated 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 Nouveau code source#!/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 RéponsesLundi 16 Mars 2015 à 17:47
Lundi 16 Mars 2015 à 17:48
Lundi 16 Mars 2015 à 17:48
Lundi 16 Mars 2015 à 17:48
Vendredi 22 Janvier 2016 à 14:27
Vendredi 22 Janvier 2016 à 14:29
|
StefanWerner | Vendredi 6 Mars 2015 à 0:25 |
StefanWerner
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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" Nouveau code source#!/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 RéponsesVendredi 6 Mars 2015 à 0:30
Vendredi 6 Mars 2015 à 0:31
Vendredi 6 Mars 2015 à 0:41
Vendredi 6 Mars 2015 à 0:44
Vendredi 6 Mars 2015 à 5:42
Vendredi 6 Mars 2015 à 6:44
|
Ronin DUSETTE | Jeudi 5 Mars 2015 à 23:51 |
Ronin DUSETTE
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesWait. 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" Nouveau code source#!/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 RéponsesVendredi 6 Mars 2015 à 0:03
Vendredi 6 Mars 2015 à 0:26
Edité par RoninDusette |
Ronin DUSETTE | Jeudi 5 Mars 2015 à 23:44 |
Ronin DUSETTE
|
MessagesMoved links to resources to commit message instead of "Description" section.
Direct screenshot links:
Links to the icons:
Réponses |
StefanWerner | Jeudi 5 Mars 2015 à 23:33 |
StefanWerner
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 RéponsesJeudi 5 Mars 2015 à 23:41
Jeudi 5 Mars 2015 à 23:46
Jeudi 5 Mars 2015 à 23:48
Jeudi 5 Mars 2015 à 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