Post #101 · Posted at 2015-09-10 06:48:01pm 9.7 years ago
Nice! Is that on 3.9 or 5? I was trying to figure out the song wheel on 5 but I had no luck 
Edit: I only got this far.. I'm trying to rotate it now haha


Edit: I only got this far.. I'm trying to rotate it now haha

Post #102 · Posted at 2015-09-10 07:07:42pm 9.7 years ago
In order to rotate the title entries, go to ItemTransformationFunction
and if I remember, try using
self:rotationz( -90); \
Another way to do it is to try this:
self:y( (1-math.cos(offsetFromCenter/math.pi))*24 ); \
self:x( offsetFromCenter*42 ); \
and in [ScreenSelectMusic]
set MusicWheel to:
MusicWheelX=CenterX
MusicWheelY=SCREEN_CENTER_Y+20 or so.
I'm damn sure it won't work correctly but it's worth a try.
and if I remember, try using
self:rotationz( -90); \
Another way to do it is to try this:
self:y( (1-math.cos(offsetFromCenter/math.pi))*24 ); \
self:x( offsetFromCenter*42 ); \
and in [ScreenSelectMusic]
set MusicWheel to:
MusicWheelX=CenterX
MusicWheelY=SCREEN_CENTER_Y+20 or so.
I'm damn sure it won't work correctly but it's worth a try.
Post #103 · Posted at 2015-09-10 07:26:03pm 9.7 years ago
We're getting there 

I have to go work soon so i'll continue this tonight, or tomorrow
Edit: Thank you Inorizushi for the help I really appreciate it


I have to go work soon so i'll continue this tonight, or tomorrow

Edit: Thank you Inorizushi for the help I really appreciate it

Post #104 · Posted at 2015-09-10 07:28:07pm 9.7 years ago
![]() | |
---|---|
![]() |
Member |
572 Posts | |
![]() | |
Reg. 2014-06-14 | |
Doesn't work 

Post #105 · Posted at 2015-09-10 07:37:21pm 9.7 years ago
![]() | |
---|---|
![]() |
Member |
33 Posts | |
![]() | |
Reg. 2008-01-24 | |
YES! I'll make it prettier later! It's on 5 btw
thanks again Inorizushi!

thanks again Inorizushi!

Post #106 · Posted at 2015-09-10 07:56:53pm 9.7 years ago
![]() | |
---|---|
![]() |
Member |
572 Posts | |
![]() | |
Reg. 2014-06-14 | |
how did you did that?
Post #107 · Posted at 2015-09-10 08:01:43pm 9.7 years ago
![]() | |
---|---|
![]() |
Member |
487 Posts | |
Not Set | |
Reg. 2012-10-25 | |
"huhbluh" |
wait did it actually work 

Post #108 · Posted at 2015-09-10 11:37:00pm 9.7 years ago
worked for him not for me though
Im still figuring this out ;-;
Im still figuring this out ;-;
Post #109 · Posted at 2015-09-11 01:53:02am 9.7 years ago
Currently working things out, in order to get the correct effect, we must first make the wheel a complete circle.
No idea what sort of math we'll have to use.
In the meantime,

No idea what sort of math we'll have to use.
In the meantime,
Post #110 · Posted at 2015-09-11 02:13:19am 9.7 years ago
![]() | |
---|---|
![]() |
Member |
572 Posts | |
![]() | |
Reg. 2014-06-14 | |
Do a pull request on the metrics and ill add it to the theme
Post #111 · Posted at 2015-09-11 02:33:12am 9.7 years ago
![]() | |
---|---|
![]() |
Member |
487 Posts | |
Not Set | |
Reg. 2012-10-25 | |
"huhbluh" |
getting closer to the correct functions, just wait a bit
Post #112 · Posted at 2015-09-11 02:34:09am 9.7 years ago
![]() | |
---|---|
![]() |
Member |
572 Posts | |
![]() | |
Reg. 2014-06-14 | |
alright
Post #113 · Posted at 2015-09-11 04:12:23am 9.7 years ago
made the pull request, there's a few more things that I threw in. I'll send more of the changes tomorrow
Thanks to Kyzentun for the helping with the wheel
Thanks to Kyzentun for the helping with the wheel
Post #114 · Posted at 2015-09-11 04:29:06am 9.7 years ago
![]() | |
---|---|
![]() |
Member |
572 Posts | |
![]() | |
Reg. 2014-06-14 | |
awesome thanks 

Post #115 · Posted at 2015-09-11 06:10:48am 9.7 years ago
![]() | |
---|---|
![]() |
Member |
33 Posts | |
![]() | |
Reg. 2008-01-24 | |
Sorry about disappearing, I had to go work 
Kenny are you working on the songwheel on 3.9 or on 5 also?

Kenny are you working on the songwheel on 3.9 or on 5 also?
Post #116 · Posted at 2015-09-11 06:17:44am 9.7 years ago
![]() | |
---|---|
![]() |
Member |
572 Posts | |
![]() | |
Reg. 2014-06-14 | |
Im doing it on both but 3.9 is giving me a hard time to do it
Post #117 · Posted at 2015-09-11 06:32:55am 9.7 years ago
![]() | |
---|---|
![]() |
Member |
33 Posts | |
![]() | |
Reg. 2008-01-24 | |
Ahh i see, yeah 3.9 is super challenging but it looked like you almost had it on the first page of this thread! Don't give up 
Anyways, you didn't want to add a groove radar onto the theme right?

Anyways, you didn't want to add a groove radar onto the theme right?
Post #118 · Posted at 2015-09-11 11:01:34am 9.7 years ago
![]() | |
---|---|
![]() |
Member |
572 Posts | |
![]() | |
Reg. 2014-06-14 | |
Extreme USA doesnt have a groove radar
Post #119 · Posted at 2015-09-11 06:31:21pm 9.7 years ago
![]() | |
---|---|
![]() |
Member |
487 Posts | |
Not Set | |
Reg. 2012-10-25 | |
"huhbluh" |
I'll be free over the weekend so I'll most likely be working on the screens that haven't been incorporated yet.
If you guys need any graphics, I'll probably rip some of them and upload them to my fork on github
If you guys need any graphics, I'll probably rip some of them and upload them to my fork on github
Post #120 · Posted at 2015-09-11 06:34:43pm 9.7 years ago
![]() | |
---|---|
![]() |
Member |
572 Posts | |
![]() | |
Reg. 2014-06-14 | |
I will be ripping graphics also vut i would like the how to play graphics like the messages and arrows