Tree[d]
Informatie
Creator | Bericht |
---|---|
lahtis
![]()
|
WarningThis installer is a beta script. It means that it might not work as expected InformatiePlatforms: Feedbacks0 1 Omschrijvingtree[d] is an easy to use tree generator. An accessible user interface allows you to create nearly any type of tree within minutes. Use the included media to try out the many options, to create realtime trees for your games or visualizations. Export 3D models to .x, .obj or .b3d
Broncode#!/bin/bash # Date : (2013-02-18 ??-??) # Last revision : (2013-12-08 19-04) # Distribution used to test : Ubuntu 12.10 LTS # Author : lahtis # CHANGELOG # [SuperPlumus] (2013-12-08 19-04) # Update gettext messages # Clean code [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tree[d]" PREFIX="treed" WORKING_WINE_VERSION="1.5.17" EDITOR="Giles" GAME_URL="http://www.frecle.net" AUTHOR="lahtis" 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_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$PREFIX" Set_OS "winxp" POL_SetupWindow_InstallMethod "LOCAL, DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "http://www.frecle.net/treed/tree[d]-setup310.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "tree[d]-setup310.exe" POL_Wine_WaitExit "$TITLE" fi POL_System_TmpDelete POL_Shortcut 'tree\[d\].exe' "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Bericht |
lahtis | Woensdag 17 September 2014 om 21:07 |
lahtis
![]()
|
WarningThis update has not been approved yet by the team. BerichtFrecle main site is down using my public dropbox account for download a file. Differences@@ -8,6 +8,8 @@ # [SuperPlumus] (2013-12-08 19-04) # Update gettext messages # Clean code +# [Lahtis] (2014-09-17 22-05) +# Frecle main site is down using my public dropbox account for download a file. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -45,9 +47,9 @@ elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" - POL_Download "http://www.frecle.net/treed/tree[d]-setup310.exe" + POL_Download "https://dl.dropboxusercontent.com/u/62997820/tree%5Bd%5D-setup310.exe" POL_Wine_WaitBefore "$TITLE" - POL_Wine start /unix "tree[d]-setup310.exe" + POL_Wine start /unix "tree%5Bd%5D-setup310.exe" POL_Wine_WaitExit "$TITLE" fi POL_System_TmpDelete New source code#!/bin/bash # Date : (2013-02-18 ??-??) # Last revision : (2013-12-08 19-04) # Distribution used to test : Ubuntu 12.10 LTS # Author : lahtis # CHANGELOG # [SuperPlumus] (2013-12-08 19-04) # Update gettext messages # Clean code # [Lahtis] (2014-09-17 22-05) # Frecle main site is down using my public dropbox account for download a file. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tree[d]" PREFIX="treed" WORKING_WINE_VERSION="1.5.17" EDITOR="Giles" GAME_URL="http://www.frecle.net" AUTHOR="lahtis" 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_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$PREFIX" Set_OS "winxp" POL_SetupWindow_InstallMethod "LOCAL, DOWNLOAD" if [ "$INSTALL_METHOD" = "LOCAL" ] then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" elif [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "https://dl.dropboxusercontent.com/u/62997820/tree%5Bd%5D-setup310.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "tree%5Bd%5D-setup310.exe" POL_Wine_WaitExit "$TITLE" fi POL_System_TmpDelete POL_Shortcut 'tree\[d\].exe' "$TITLE" POL_SetupWindow_Close exit 0 AntwoordenZondag 30 Juni\ 2019 om 7:52
|
lahtis | Zaterdag 21 Juni\ 2014 om 19:20 |
lahtis
![]()
|
BerichtDownload site is down. 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