Engine Kolisions System Question

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
User avatar
Seradest
Novice
Novice
Posts: 169
Joined: 04 Mar 2009, 02:22

Engine Kolisions System Question

Post 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
User avatar
EJlol
TMW Furniture
TMW Furniture
Posts: 1224
Joined: 06 Sep 2005, 08:42

Re: Engine Kolisions System Question

Post by EJlol »

I actually like to see a vector based collisionsystem in very far away future.
User avatar
Seradest
Novice
Novice
Posts: 169
Joined: 04 Mar 2009, 02:22

Re: Engine Kolisions System Question

Post 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.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Engine Kolisions System Question

Post by Crush »

The goal is to design a collision system which works with the existing graphics.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
Seradest
Novice
Novice
Posts: 169
Joined: 04 Mar 2009, 02:22

Re: Engine Kolisions System Question

Post 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.
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Engine Kolisions System Question

Post 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.
Image
User avatar
Seradest
Novice
Novice
Posts: 169
Joined: 04 Mar 2009, 02:22

Re: Engine Kolisions System Question

Post 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 ?
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Engine Kolisions System Question

Post by Jaxad0127 »

Not yet, though it shouldn't be hard to add to the TMWServ client.
Image
User avatar
Seradest
Novice
Novice
Posts: 169
Joined: 04 Mar 2009, 02:22

Re: Engine Kolisions System Question

Post by Seradest »

ok ^^

and what is the next big step ?
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Engine Kolisions System Question

Post 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.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Post Reply