Author Topic: FutureRP  (Read 53334 times)

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: FutureRP - 2D Isometric Engine with 3D characters
« Reply #30 on: February 28, 2007, 02:12:17 am »
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: FutureRP
« Reply #31 on: February 28, 2007, 10:19:24 pm »
I've added the game to the projects page now.

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: FutureRP
« Reply #32 on: February 28, 2007, 10:25:13 pm »
Thanks again:)
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: FutureRP
« Reply #33 on: March 01, 2007, 01:44:30 am »
I am working on Speech Bubbles, selection planes, and hovering names.

Currently, I am working on the selection planes.
I am using a single quad plane with a texture assigned.

I plan to get the angle of the contact with the ground like so:

- Cast ray directly down Y axis to find ground, if any.
- Create 4 vectors that make a small quad shape around the point found in last step.
- Perform ray casting and averaging as shown in the car example.
- Set rotation matrix of the plane.

I will post screenshots in a little while;)

EDIT:
Anyone got a better idea about this?
I am referring to a green circle I wish to draw at the feet of a selected player model.
« Last Edit: March 01, 2007, 01:53:09 am by cyberkilla »
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: FutureRP
« Reply #34 on: March 01, 2007, 08:54:17 pm »
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: FutureRP
« Reply #35 on: March 02, 2007, 01:37:50 am »
What do you guys think?;)






What to you guys think?

Appologies for the texture on those models! It was supposed to be a belt buckle!;)
« Last Edit: March 02, 2007, 03:27:52 pm by cyberkilla »
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: FutureRP
« Reply #36 on: March 02, 2007, 05:57:53 pm »
I am now working on the player selection plane that appears below a selected player:)
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: FutureRP
« Reply #37 on: March 02, 2007, 06:06:51 pm »
I am now working on the player selection plane that appears below a selected player:)
You may consider to shoot just one ray into the ground and let the collision listener return the polygon id of the hit polygon. With this, you can ask the PolygonManager for that polygon's normal and adjust the selection plane accordingly. Without doing anything else, there won't be a smooth transition between polygons with different normals of course. But maybe that's not a problem or you can add some interpolation to it. But it will save you from shooting multiple rays into the ground.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: FutureRP
« Reply #38 on: March 02, 2007, 06:09:32 pm »
What to you guys think?
Are those "dots" their nipples?  ;D

Offline Hrolf

  • int
  • **
  • Posts: 84
    • View Profile
Re: FutureRP
« Reply #39 on: March 02, 2007, 06:18:14 pm »
I was wondering about this (the highlight ring, not the nipples!) in Bloodridge. Currently it's a bit weird, especially on steps...



Any ideas how to work this one?

(speech bubbles look good BTW!)

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: FutureRP
« Reply #40 on: March 02, 2007, 06:24:44 pm »
What to you guys think?
Are those "dots" their nipples?  ;D

Yes, well, they were meant to be, but I misplaced them;)
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: FutureRP
« Reply #41 on: March 02, 2007, 06:27:07 pm »
I am now working on the player selection plane that appears below a selected player:)
You may consider to shoot just one ray into the ground and let the collision listener return the polygon id of the hit polygon. With this, you can ask the PolygonManager for that polygon's normal and adjust the selection plane accordingly. Without doing anything else, there won't be a smooth transition between polygons with different normals of course. But maybe that's not a problem or you can add some interpolation to it. But it will save you from shooting multiple rays into the ground.

That is an infinitely more efficient method:). It will never be perfect.
The only way it would work optimally, is if there was a way to "project" the image onto the ground,
like a shadow.
This, however, probably means multitexturing, and would cause trouble, when software mode is used.
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: FutureRP
« Reply #42 on: March 02, 2007, 06:29:34 pm »
I was wondering about this (the highlight ring, not the nipples!) in Bloodridge. Currently it's a bit weird, especially on steps...
Any ideas how to work this one?

(speech bubbles look good BTW!)

Thank you!:)
Gimp is great for things like that.

By the way, I like the highlighted ring. I would be happy enough with what you have;).
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: FutureRP
« Reply #43 on: March 02, 2007, 06:30:35 pm »
Not only multitexturing but projective texturing. jPCT doesn't support it ATM. It could be doable in hardware (i'm not sure how well it would fit into the pipeline) but will be pretty hard in software and not worth the afford IMHO.
My solution to this "problem" would be: Ignore it. You are usually not looking so closely at selected characters that it really matters. Plus you'll share this problem with a lot of games out there... ;)

Offline Hrolf

  • int
  • **
  • Posts: 84
    • View Profile
Re: FutureRP
« Reply #44 on: March 02, 2007, 06:39:27 pm »
By the way, I like the highlighted ring. I would be happy enough with what you have;).
Mine doesn't even use normals - it's always in the XZ plane: looks crap on slopes...

My solution to this "problem" would be: Ignore it.
Aww!
you'll share this problem with a lot of games out there...
All the more reason to make ours better! Would it be possible to have a light with a shaped filter? (Like the batman symbol projected on the clouds) That'd be well cool!