Page 1 of 1

Tree 1.0

PostPosted: Thu Mar 11, 2004 3:57 am
by jazz_e_bob
Tree 1_0
Game Editor makslane@game-editor.com
Graphics reiner.prokein@t-online.de
Coding,
Sound Design jazz_e_bob@hotmail.com

// What is Tree?
Tree is an actor with readymade interface, graphics and sound.

// How do I use Tree in my project?
Tree is a ged file that you can import into your project.
Remember to copy the contents of the tree data folder into your projects data folder.
Now, in your game you can create trees wherever you want them. Make a forest if you like! :-)

// How can I change the way Tree works?

In the Create Actor Event for tree you can edit:

treeGrowthRate = 50; // smaller = faster
treeMaxHeight = 10; // maximum = 10
treeMinHeight = 5; // minimum = 1

Tree is bundled with a fun demo - try it!

http://www.maybanana.com/pantzboi/images/tree.zip

PostPosted: Thu Mar 11, 2004 12:41 pm
by ingsan
SO if i understood properly, u can have outer ged with readymade coding and u just have to Merge it in ur project ! Looks Cool!

Meanwhile, ur code looks Difficult :cry: But the result is FANTASTIC! :o

PostPosted: Fri Mar 12, 2004 1:39 am
by makslane
Very nice library :D

PostPosted: Fri Mar 12, 2004 3:59 am
by jazz_e_bob
Cheers guys. :D

I am writing a swarm of bees at the moment. :wink:

Just need enough AI for them to be able to go around trees...

Image

PostPosted: Sun Mar 14, 2004 5:39 pm
by jazz_e_bob