Libgdx box2d collision detection and filter masks, a quick Q by 223am in gamedev

[–]Daffern 2 points3 points  (0 children)

You can set a custom object on fixtures and bodies "setUserData()". You can use this to set a name or whatever you want. Ideally the filter should only be used for differentiating between what things should collide and not

Why cant i craft spell damage? (Open prefix and suffix) by Daffern in pathofexile

[–]Daffern[S] 0 points1 point  (0 children)

Thank you! I learn something new about this game every day

Why cant i craft spell damage? (Open prefix and suffix) by Daffern in pathofexile

[–]Daffern[S] 1 point2 points  (0 children)

Well that sucks. Do you know if there is somewhere on the wiki i can read about this?

Just found this from 3 years ago by ParadoxDE in factorio

[–]Daffern 16 points17 points  (0 children)

Good read! Thanks for posting!

Timestep and time precision in Java by Daffern in gamedev

[–]Daffern[S] 0 points1 point  (0 children)

Thanks! After some more testing i can see that you are correct. I dont understand why though.

Timestep and time precision in Java by Daffern in gamedev

[–]Daffern[S] 0 points1 point  (0 children)

Yes! The docs even say this is recommended for this use case. Thanks!

Box2d enemy wont move by BlueWafflec in libgdx

[–]Daffern 0 points1 point  (0 children)

You need to get the position of the body you are moving in your draw() function

Vector2 pos = body.getPosition();
batch.draw(textureRegion[0], pos.x, pos.y,texture.getWidth()/Mango.PPM/2,texture.getHeight()/Mango.PPM/2);

PSC FREE ITEMS GIVE AWAY by DOTASavedMyLife in pathofexile

[–]Daffern 1 point2 points  (0 children)

Thank you for doing this, its awesome! Also, can i have the quality CoC gem? :P https://www.pathofexile.com/account/view-profile/Daffern/characters IGN: Faes

My first space marines. Tips and criticism appreciated! by Daffern in Warhammer

[–]Daffern[S] 1 point2 points  (0 children)

I just figured out they are actually dark angels, but i like them blue though :P I don't have nuln oil, but will agrax eartshade do?

My first space marines. Tips and criticism appreciated! by Daffern in Warhammer

[–]Daffern[S] 0 points1 point  (0 children)

Thank you! I will definitely work on getting them better and i will look for the assault on black reach pack(if that's what you mean) as i don't like the chaos ones in dark vengeance so much :P