Are you referring to the bomb mode video? Because we did post it in our weekly Misc Monday post http://thoseawesomeguys.com/joedevblog/ ... monday-12/qaisjp wrote:Why wasn't it in the devblog This makes my mondays very very interesting..
Concerned Joe
- OmarShehata
- Party member
- Posts: 259
- Joined: Tue May 29, 2012 6:46 pm
- Location: Egypt
- Contact:
Re: Concerned Joe
- OmarShehata
- Party member
- Posts: 259
- Joined: Tue May 29, 2012 6:46 pm
- Location: Egypt
- Contact:
Re: Concerned Joe
I wanted to share this here but I didn't want to make a new thread for it.
http://concernedjoe.com/devblog/joes-anatomy/
This is a comprehensive look into how we use box2d and all the tips and advice I've learned and pitfalls and mistakes I've made. Hope someone finds it useful!
http://concernedjoe.com/devblog/joes-anatomy/
This is a comprehensive look into how we use box2d and all the tips and advice I've learned and pitfalls and mistakes I've made. Hope someone finds it useful!
Re: Concerned Joe
Quite useful but a quick question - for the issue with the character getting caught in between tiles, wouldn't it be possible to solve by extending the tile hitbox horizontally by about a pixel or two?
- OmarShehata
- Party member
- Posts: 259
- Joined: Tue May 29, 2012 6:46 pm
- Location: Egypt
- Contact:
Re: Concerned Joe
Tried that. Still produces the same problem. (It just seems like box will eventually get stuck in those edges no matter if they overlap)OttoRobba wrote:Quite useful but a quick question - for the issue with the character getting caught in between tiles, wouldn't it be possible to solve by extending the tile hitbox horizontally by about a pixel or two?
Another very important thing I forgot, might as well mention it here:
The most stable way to move your character
There are three ways to move something. Either by apply forcing/impulse, by setting its position, and by setting its velocity.
Applying forces sounds like the intuitive thing to do, but it's very hard to get it exactly how you want it, and give you the control you need (you'd be bounded by real world physics)
Setting the position is the equivalent of teleportation in a physics simulation, which can't be good.
Setting the velocity is the most stable of the three.
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: Concerned Joe
Brilliant, I was frustrating with that tile problem too, I recoded my game and now the little alien slides across the grassed floor, thank you for the great post
- OmarShehata
- Party member
- Posts: 259
- Joined: Tue May 29, 2012 6:46 pm
- Location: Egypt
- Contact:
Re: Concerned Joe
You're welcome!Ranguna259 wrote:Brilliant, I was frustrating with that tile problem too, I recoded my game and now the little alien slides across the grassed floor, thank you for the great post
I wanted to share this too:
http://concernedjoe.com/devblog/misc-mo ... e-shaders/
Writing shaders is a lot easier when you can instantly see the changes you're making.
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: Concerned Joe
Holy cow - I want!OmarShehata wrote:
http://concernedjoe.com/devblog/misc-mo ... e-shaders/
Writing shaders is a lot easier when you can instantly see the changes you're making.
That's really awsome. I assume you "simply" check the file's last edit time and reload it if it has changed?
Very neat - I hadn't thought of that. Will definitely try doing that myself from now on - thanks a lot for sharing!
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Re: Concerned Joe
Hmm I see, that is messed up. Cool of you to share how you solved itOmarShehata wrote:Tried that. Still produces the same problem. (It just seems like box will eventually get stuck in those edges no matter if they overlap).OttoRobba wrote:Quite useful but a quick question - for the issue with the character getting caught in between tiles, wouldn't it be possible to solve by extending the tile hitbox horizontally by about a pixel or two?
Re: Concerned Joe
My library lurker provides this functionality and can be used the exact same way on shaders as is demonstrated in that video.Germanunkol wrote:Holy cow - I want!...OmarShehata wrote:
http://concernedjoe.com/devblog/misc-mo ... e-shaders/
Writing shaders is a lot easier when you can instantly see the changes you're making.
Who is online
Users browsing this forum: Ahrefs [Bot] and 4 guests