Tree[d]

Informations

Creator Message
lahtis

Warning

This installer is a beta script. It means that it might not work as expected

Informations

Platforms:
Downloads: 8329
Wine: 1.5.17

Feedbacks

Description

tree[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

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

[ -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:

Contribute
Member Message
lahtis Wednesday 17 September 2014 at 21:07
lahtis

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Frecle 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

Replies

Sunday 30 June 2019 at 7:52
POL_Download link is down.
lahtis Saturday 21 June 2014 at 19:20
lahtis

Message

Download site is down.
 

Replies