A better, more accurate collision?

You must understand the Game Editor concepts, before post here.

A better, more accurate collision?

Postby Hblade » Mon Dec 31, 2012 7:48 am

I'm looking for a way to have collision without using physical response. Is this possible?
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: A better, more accurate collision?

Postby skydereign » Mon Dec 31, 2012 8:22 am

Why? PhysicalResponse is by far the easiest way to handle collisions, and it is pretty accurate. The major problem with setting up collisions, is that you need to know the shape of the surface you are colliding against, which takes a lot of pixel counting and similar. There are a lot of things you can simplify in the process, depending on your game. For instance, if you aren't trying to accurately bounce things off of each other, like landing on the ground, the problem becomes easier.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: A better, more accurate collision?

Postby Hblade » Mon Dec 31, 2012 8:49 am

The problem i'm running into now with physical response is my character gets stuck on the wall (only sometimes) even using the double yvel, physical response, then yvelocity = yvel. He seems to only be "sticking" to the wall when he's falling.

I'll just do everything from scratch again. It's not that big a deal really since it shouldn't be too hard to debug. I think I just came up with a way to do that
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: A better, more accurate collision?

Postby monsterbrain » Fri Jan 18, 2013 5:15 pm

Hblade wrote:The problem i'm running into now with physical response is my character gets stuck on the wall (only sometimes) even using the double yvel, physical response, then yvelocity = yvel. He seems to only be "sticking" to the wall when he's falling.

I'll just do everything from scratch again. It's not that big a deal really since it shouldn't be too hard to debug. I think I just came up with a way to do that


Same thing happened to me too .. I did the platformer tests based on the Proper Method Tutorial in Game Tutorials (which contains some mistakes) & Got stuck when at the edges when using physical response .. If i change the value greater than 0, it will bounce off too far ... So i removed it, & just subtracted the speed from x when Collision occurs on left & vice versa (Still a jerking occurs ) ..How did you rectify that ?
Visit my site for devlog & Games [Checkout 'Game Ideas' section for ideas free to use -http://monsterblogx.com/game-ideas/ ]

http://www.Monsterblogx.com
monsterbrain
 
Posts: 42
Joined: Wed Jan 02, 2013 9:42 am
Score: 5 Give a positive score

Re: A better, more accurate collision?

Postby Hblade » Fri Jan 18, 2013 10:24 pm

I haven't, its weird if you use tiles (even though the tiles are perfectly aligned to look like 1 big wall) your likely to have this bug
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: A better, more accurate collision?

Postby monsterbrain » Sat Jan 19, 2013 9:39 am

Hblade wrote:I haven't, its weird if you use tiles (even though the tiles are perfectly aligned to look like 1 big wall) your likely to have this bug


Thanks a lot ... I've been encountering problems due to using 'Tiles' .. Now i'm using Tiles for BG Images & Filled Regions for Collision Tests...
Visit my site for devlog & Games [Checkout 'Game Ideas' section for ideas free to use -http://monsterblogx.com/game-ideas/ ]

http://www.Monsterblogx.com
monsterbrain
 
Posts: 42
Joined: Wed Jan 02, 2013 9:42 am
Score: 5 Give a positive score

Re: A better, more accurate collision?

Postby Hblade » Sun Jan 20, 2013 6:47 am

no prob
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: A better, more accurate collision?

Postby Hammerit » Thu Feb 06, 2014 9:00 pm

I could write collision without using physicalresponse. If you still need it pm me, but i would probably do this anyway to show how it's done.
Hammerit
 
Posts: 12
Joined: Sun Feb 02, 2014 9:52 pm
Score: 2 Give a positive score


Return to Advanced Topics

Who is online

Users browsing this forum: No registered users and 1 guest

cron