Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / adding Trees

Author
Message
DK_
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 6th Mar 2005 02:24
How would I add trees and bushes to my games.

Major Payn
20
Years of Service
User Offline
Joined: 16th Dec 2003
Location: United States of America
Posted: 6th Mar 2005 02:43
load and position them , here are some commands to look into...

Load object "file name.filetype", object number

Position object, object number,x,y,z

To create lots of trees and bushes, use a command like this...

For trees=1 to 30
load object "tree.x",trees
position object trees,rnd(50),rnd(50),rnd(50)
next trees

that will create around 30 trees, and position them randomly, just replace the filename I listed, with the filename of your trees and you should be set to go!

Guns arn't the problem, people are the problem, shoot all the people and guns arn't a problem anymore.
JulesD
19
Years of Service
User Offline
Joined: 7th Feb 2005
Location:
Posted: 6th Mar 2005 10:30
I would suggest "TreeMagik G2" and "Plant Life" found at this Website [http://www.aliencodec.com/]
DK_
20
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 7th Mar 2005 00:30 Edited at: 7th Mar 2005 00:30
Thanks for the link JulesD. I didn't know that they had a free version that allowed u to save and export.

ok... I have made my tree using TREEmagik, now how do I load the tree using DBPro. The program saves the files as .tmg, .a3d, and .b3d. As far as I know DBPro doesn't support any of these. Is there a way to still load them, such as converting the file type?

double matrix
19
Years of Service
User Offline
Joined: 20th Feb 2005
Location: Somewhere In The Matrix
Posted: 10th Mar 2005 19:00
As far as I know, I don't think you can convert those type of files. Correct if I'm wrong anybody. But it looks as if your going to have to flop down some cash to get the full version. Then you can export the textures and save your tree as an x file for DBPro. Hope this was helpful.
double matrix
19
Years of Service
User Offline
Joined: 20th Feb 2005
Location: Somewhere In The Matrix
Posted: 10th Mar 2005 19:03
Oh by the way, make sure to get tree magik G2. That's the one I use to export my trees as x files.
Dark Flame
19
Years of Service
User Offline
Joined: 15th Feb 2005
Location: England
Posted: 11th Mar 2005 17:47
Is there anywhere to download some premade .x tree's?
double matrix
19
Years of Service
User Offline
Joined: 20th Feb 2005
Location: Somewhere In The Matrix
Posted: 11th Mar 2005 19:12
If you want, I can create a couple of trees in .x for you to mess around with. Just provide an email address.
Dark Flame
19
Years of Service
User Offline
Joined: 15th Feb 2005
Location: England
Posted: 11th Mar 2005 19:39
Yeah sure thanks!

My main e-mail is jamie__shaw@hotmail.com
spooky
22
Years of Service
User Offline
Joined: 30th Aug 2002
Location: United Kingdom
Posted: 11th Mar 2005 20:29
Not had time to try yet, but the free version now has an update patch that allows .x export.

Boo!
double matrix
19
Years of Service
User Offline
Joined: 20th Feb 2005
Location: Somewhere In The Matrix
Posted: 11th Mar 2005 21:20
Well, I guess it doesn't really matter now. But I'll send you couple of trees anyhow dark flame. It's goning to be a couple of hours though because I'm still at work.
Dark Flame
19
Years of Service
User Offline
Joined: 15th Feb 2005
Location: England
Posted: 11th Mar 2005 22:21
Thanks dude!
iplaybass
20
Years of Service
User Offline
Joined: 11th Nov 2004
Location: illegally hacking into gov. networks
Posted: 16th Mar 2005 06:07
could you send me some trees too? i'd really appreciate it. my email is whoops@email.com thanks.
Clueless
20
Years of Service
User Offline
Joined: 16th Feb 2004
Location: Corbin, KY, USA
Posted: 17th Mar 2005 07:12
Quote: "To create lots of trees and bushes, use a command like this...

For trees=1 to 30
load object "tree.x",trees
position object trees,rnd(50),rnd(50),rnd(50)
next trees"


You can really speed things up by using INSTANCE OBJECT instead of
LOAD OBJECT for trees 2 through 29... I saw this mentioned a billion times in general forum but never gave it a shot, but once I did was amazed at the difference. Play with that and also CLONE OBJECT to see which may be right for you...
sadsack
20
Years of Service
User Offline
Joined: 27th Nov 2003
Location: here
Posted: 17th Mar 2005 08:52
go back to the site you downloaded it from and there is another plugin to download for exproting your tree in a .x file
renny
Guyon
21
Years of Service
User Offline
Joined: 6th Jun 2003
Location: United States
Posted: 21st Mar 2005 03:40
To save resources you may also want to load one or two trees and then clone them to put on your landscape.

Login to post a reply

Server time is: 2024-11-13 19:59:01
Your offset time is: 2024-11-13 19:59:01