Author Topic: Webstart Example  (Read 7802 times)

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Webstart Example
« on: February 23, 2007, 01:14:12 am »
I forgot to mention this...

The Java Web Start example is very nice!
I like the bloom effect very much.
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
Webstart Example
« Reply #1 on: February 23, 2007, 12:51:43 pm »
Thank you! The used level doesn't do the bloom effect justice. It can look much nicer than it does in this all-blue-setting.
I'm currently working on a "simple" client-server-version of this example.

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Webstart Example
« Reply #2 on: February 23, 2007, 01:13:34 pm »
I like the little spider creature;).

That reminds me, I need to finish my npc ai.

I wonder, is there any way to create an effect that looks 'vaguely' similar to this...



It's just a fascination. It isn't something that is vital.

A lot of these effects seem to be possible with billboarded textures,
and textured planes.

I think a small particle system would give the rough effect.
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Webstart Example
« Reply #3 on: February 24, 2007, 01:31:14 am »
very nice demo ;) is there a kind of path finding in it or does that creature simply follow some predefined paths ?

the client-server one will be a multi-player one right ? sounds great :D

btw, pressing b seem to have no effect on this old laptop. it has an integrated  SiS 760 graphics chipset. mine is at repair so i dont know if it is ok on it

Code: [Select]
r a f t

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Webstart Example
« Reply #4 on: February 24, 2007, 10:49:18 am »
Yes, it'll be a kind of simple multiplayer game (one player model, one weapon, one level). I'm writing it basically to write myself some client-/server-code for another, bigger game i'm planning to write (which will reuse a lot of the Paradroidz art resources, i.e. the same models and such).

About the SIS-chipset: It very likely that it doesn't support the extensions needed. The console should print out a message in that case when you press 'b'.

Edit:
Quote
is there a kind of path finding in it or does that creature simply follow some predefined paths ?
It's predefined.

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: Webstart Example
« Reply #5 on: February 28, 2007, 08:37:54 pm »
i have my laptop back. bloom effect runs on fedora but kills the performance. it doesnt run on win xp. i have an intel 915 GM chipset

for your knowledge

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: Webstart Example
« Reply #6 on: February 28, 2007, 08:43:56 pm »
Oh, I should have told you about that too:).

The performance drops quite significantly with it enabled.
I am running Ubuntu Edgy Linux.

Still, I'm going to use it:)

Fantastic little monster too;)
« Last Edit: February 28, 2007, 08:50:29 pm by cyberkilla »
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: Webstart Example
« Reply #7 on: February 28, 2007, 08:57:25 pm »
The performance drops quite significantly with it enabled.
Yes, because it eats fillrate for breakfast. You can tweak the effect/performance with the settings provided by that processor, but on low end graphics hardware (like Intel onboard chips), you should be happy that it works at all. It requires an extension that some older chips/drivers don't offer.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Webstart Example
« Reply #8 on: February 28, 2007, 09:00:14 pm »
Fantastic little monster too;)
Not mine...just downloaded from planetquake...if i would have done it, it would look like that only if it should actually became the  model of a human.

Offline cyberkilla

  • float
  • ****
  • Posts: 413
    • View Profile
    • http://futurerp.net
Re: Webstart Example
« Reply #9 on: February 28, 2007, 09:46:33 pm »
Hehe ;)
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG