Page 1 of 1

Engine Kolisions System Question

Posted: 06 Mar 2009, 15:28
by Seradest
I have a Question
The Kolisionssystem works so:
Image
blocks have a "no go" or a "go"

My Question is:
Can the engine this grate make smaler ?
When its done we can use diagonal graphics or smother graphics and the movement of the chars are smother too ^^
Image

Re: Engine Kolisions System Question

Posted: 06 Mar 2009, 15:40
by EJlol
I actually like to see a vector based collisionsystem in very far away future.

Re: Engine Kolisions System Question

Posted: 06 Mar 2009, 15:45
by Seradest
EJlol wrote:I actually like to see a vector based collisionsystem in very far away future.
ähm when it done in a very far away future..... we musst than alle graphic what we have done yet make new eminently the ground titelsets.
as longer we wait that harder and bigger the graphic works.

Re: Engine Kolisions System Question

Posted: 06 Mar 2009, 15:46
by Crush
The goal is to design a collision system which works with the existing graphics.

Re: Engine Kolisions System Question

Posted: 06 Mar 2009, 15:49
by Seradest
Crush wrote:The goal is to design a collision system which works with the existing graphics.
yup thats the 1/4 box colision system

the only think what that shift is you dont make 1 big red X for "no go" but rather there a small red x who the grafic has a logic kolision.

Re: Engine Kolisions System Question

Posted: 06 Mar 2009, 15:54
by Jaxad0127
eAthena only supports tile position anyways, and so to use this with eAthena, we'd break all older clients, and such.

TMWServ already support pixel-perfect movement. Sub-tile collisions would be nice for that.

Re: Engine Kolisions System Question

Posted: 06 Mar 2009, 15:59
by Seradest
jaxad0127 wrote:eAthena only supports tile position anyways, and so to use this with eAthena, we'd break all older clients, and such.

TMWServ already support pixel-perfect movement. Sub-tile collisions would be nice for that.
ähm and can the engine use smaler sub title collisions now or not ?

Re: Engine Kolisions System Question

Posted: 06 Mar 2009, 16:25
by Jaxad0127
Not yet, though it shouldn't be hard to add to the TMWServ client.

Re: Engine Kolisions System Question

Posted: 06 Mar 2009, 16:28
by Seradest
ok ^^

and what is the next big step ?

Re: Engine Kolisions System Question

Posted: 06 Mar 2009, 16:42
by Crush
Finally get the movement synchronisation issues and lag prediction fixed and implementing a route finding algorithmn which can actually deal with pixel-based collision.