Page 2 of 2

Re: How gibs work?

Posted: Sat Apr 20, 2013 3:19 pm
by kartoFlane
Weird thing, min=100 max=200 is working as intended for me.

Make sure you have updated FTL to 1.03.1
Also, I'll reiterate and stress that you set both min and max values of the velocity field to positive values so that the gib doesn't move backwards:
<gib1>
<velocity min="1" max="1"/>
<direction min="100" max="200"/>
<angular min="0" max="0"/>
<x>0</x>
<y>0</y>
</gib1>
If it still doesn't work, then something is broken with your FTL, as it's working fine for me.

Re: How gibs work?

Posted: Tue Apr 23, 2013 6:31 pm
by speedoflight
Nah, its working now (i think :shock: ). I needed to wirte really narrow arc spans to really notice the movement in the right direction. The problem was, i think, using the whole image dimensions as a gib, produces a serious difference in the movement feeling, but anyways, im redoing all the gibs again, and i think this time its more the way i want it.

Thanks for all your advises and tips, lets see if i can put this in practice ;)