Tree[d]

Informations

Créateur Messages
lahtis

Attention

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

Informations

Plate-formes :
Téléchargements : 8330
Wine: 1.5.17

Retours d'expérience

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

Code source

#!/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:

Contribuer
Membre Messages
lahtis Mercredi 17 September 2014 à 21:07
lahtis

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

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

Nouveau code source

#!/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

Réponses

Dimanche 30 Juin 2019 à 7:52
POL_Download link is down.
lahtis Samedi 21 Juin 2014 à 19:20
lahtis

Messages

Download site is down.
 

Réponses