nop, i dont want so, just the slider ball animation to go forward... mmm look:
use the osu! template skin, osu! template skin does not have the sliderball flip switched on, but still rolls backwards (try switching on the slider ball flip on template skin and see what happen), this is because when the sliderball hits the reverse arrow, osu! reads the sprites backwards, so i want something in the skin.ini with something like this
SliderBallFlip:1
SliderBallReadBackwards: 0
Get it?
a weird example:
slider ball flip off : 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9 (this is the secuence of the sliderball)
hits a reverse arrow: 9,8,7,6,5,4,3,2,1,0,9,8,7,6,5,4,3,2,1,0 (in many skins, this should be just fine)
slider ball flip on :0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9
hits a reverse arrow: 9x,8x,7x,6x,5x,4x,3x,2x,1x,0x,9x,8x,7x,6x,5x,4x,3x,2x,1x,0x (X represents the horizontally flip
)
what i want:
slider ball flip on: 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9
hits a reverse arrow: 0x,1x,2x,3x,4x,5x,6x,7x,8x,9x,0x,1x,2x,3x,4x,5x,6x,7x,8x,9x
GEGEGEGET IT?