Okay, I have few problems questions.
First thing - version StepMania 5 beta 3. Game mode - Pump.
1. MusicWheel seems to not be straight. Provided code in default metrics.ini didn't work (game crashed). My current code:
2. I can't move cdtitle.
Tried
or
and it stayed in same place.
3. I can't get Groove Radar to work. I'm not even sure if this works with Pump game mode. Tried copying it from other theme (DDR X2 theme) along with all metric data, graphics and lua files. Didn't work.
4. I'm not sure how to align text on MusicWheel. Currently it's aligning to left and I would like to make it stick to center.
First thing - version StepMania 5 beta 3. Game mode - Pump.

1. MusicWheel seems to not be straight. Provided code in default metrics.ini didn't work (game crashed). My current code:
ItemTransformFunction=function(self,offsetFromCenter,itemIndex,numItems)
self:x(offsetFromCenter);
self:y( offsetFromCenter*46 );
end
2. I can't move cdtitle.
Tried
CDTitleX=SCREEN_CENTER_X
CDTitleY=SCREEN_TOP
or
CDTitleX=SCREEN_CENTER_X+400
CDTitleY=SCREEN_TOP+400
and it stayed in same place.
3. I can't get Groove Radar to work. I'm not even sure if this works with Pump game mode. Tried copying it from other theme (DDR X2 theme) along with all metric data, graphics and lua files. Didn't work.
4. I'm not sure how to align text on MusicWheel. Currently it's aligning to left and I would like to make it stick to center.
Last edited: 24 March 2014 6:00pm