PlaneShift

Gameplay => Wish list => Topic started by: Vakachehk on August 06, 2010, 12:13:00 pm

Title: Making Leaves walk throughable
Post by: Vakachehk on August 06, 2010, 12:13:00 pm
Well I have gotten stuck in trees, with there branches so hard to see.
I think you should be able to walk through the leaves part but not the solid tree or branch. It is realistic since you can walk through the leaves of a tree.

What do you all think?
Title: Re: Making Leaves walk throughable
Post by: LigH on August 06, 2010, 01:56:19 pm
Yes, would be more realistic.

But ... probably hard to implement?! So far I believe only complete meshes can be defined as solid or not. Might mean to split the whole tree into a solid branch mesh and a virtual leaves mesh?
Title: Re: Making Leaves walk throughable
Post by: Trikitiger on August 06, 2010, 02:59:09 pm
Yes, would be more realistic.

But ... probably hard to implement?! So far I believe only complete meshes can be defined as solid or not. Might mean to split the whole tree into a solid branch mesh and a virtual leaves mesh?

If the game's engine works like the Unity engine, then yeah, you can only make 1 mesh either solid or not. However, you can split the meshes of the two things and make it work fine, either that or just put a collider around the tree manually in the desired 3D program that only covers the center of the tree. There's quite a few ways that it can be done, and I only named two (manual collider and splitting the mesh).

BTW, when I say collider, I mean a collision box. The collision box can be any shape as long as it isn't concave.
Title: Re: Making Leaves walk throughable
Post by: LigH on August 06, 2010, 03:19:49 pm
Well -- somehow I feel like Talad has many more much more urgent map issues to fix already. ;)
Title: Re: Making Leaves walk throughable
Post by: Geoni on August 06, 2010, 03:21:47 pm
You could...guess what...roleplay ducking under branches, or pushing them out of your way.
Title: Re: Making Leaves walk throughable
Post by: RlyDontKnow on August 06, 2010, 04:01:18 pm
it's already planned, however it may take a while till it's actually done.
Title: Re: Making Leaves walk throughable
Post by: Trikitiger on August 06, 2010, 09:26:52 pm
it's already planned, however it may take a while till it's actually done.

It could be closer to being done had there... I dunno... been an extra 3D modeler ready to go and had their 'application' in the contributer site also ready to go.
Title: Re: Making Leaves walk throughable
Post by: Earowo on August 07, 2010, 02:46:27 am
Well -- somehow I feel like Talad has many more much more urgent map issues to fix already. ;)
like the tree by the old oja platinum mine that is buried under a hill, or the several trees that are floating in mid-air :)
Title: Re: Making Leaves walk throughable
Post by: Vakachehk on August 07, 2010, 07:32:47 am
I hate the trees by the campfire in BD I always just cut through and get stuck, since there is only 1 direction I can see the leaves its almost a habit lol.
Title: Re: Making Leaves walk throughable
Post by: LigH on August 07, 2010, 02:09:52 pm
@ Earowo:

Do you play under Windows? -- It seems that the Windows builds rendered the heightmap surfaces too smooth. I think RlyDontKnow and/or weltall were able to fix that...
Title: Re: Making Leaves walk throughable
Post by: Earowo on August 07, 2010, 10:10:19 pm
yeah i have windows XP, last time i SAW the trees, they were floating or buried, but it wasnt all of em, just some of em, and then there are the hills i can walk through :)
Title: Re: Making Leaves walk throughable
Post by: LigH on August 08, 2010, 08:50:41 am
There are two bugs: One which makes the near landscape one step too coarse, and another which makes distant landscape (rendered in an even more coarse resolution to save speed) not switch back to the finest resolution when getting closer.