Logo

[W.I.P.] SM5 - DDRX Theme

Register Log In Back To Forums

Post #281 · Posted at 2015-12-01 11:43:14pm 8.4 years ago

Offline dj raccoonopolis
dj raccoonopolis Avatar Member
64 Posts
Not Set
Reg. 2015-08-27

Quote: MadkaT
And the group sorting is in initial version, cause the CS version doesn't have the group sorting, only the bg colors and I don't have the exact colors for BG and fonts

If your looking for colors, you can try this video, skip to around 25 seconds.

Post #282 · Posted at 2015-12-02 03:54:16am 8.4 years ago

Offline MadkaT
MadkaT Avatar Member
820 Posts
Not Set
Reg. 2009-11-24

Quote: kenny
Thanks man but every time i try to run the mtrics on stepmania it crashes does this have to be a specific verison if so which version?

metrics*

I have 5.09 and one older version, don't replace the metrics.ini file, as Inori have said, my theme contains a lot of external code tha is not in your theme, just copy the section that you need from my metrics file, and paste on yours, for the wheel just copy the metrics on the [MusicWheel] section, and take the file Scripts/03 Wheel.lua and place it in your theme scripts folder

Quote: luke07651
What about the options menu but what about the arrow modifiers. When I select Note on the gameplay I'll show you an image of that.

Like Inori says it could be easy to implement, But! The noteskins will be different from standard notekins because the noteskin need to have all the notes colors to work, It will be implemented in a future Wink I need first to finish the actual tasks.

Quote: dj raccoonopolis
If your looking for colors, you can try this video, skip to around 25 seconds.

Thanks, I've cheked a pair of videos, but some colors are confusing Tongue they are too fast or showing bad colors, I'll have to download them and check frame by frame. Thanks.

Quote: kenny
also how did he do the group coloring thats one of the things thats gonna hold me back in my SN2 theme

You need to create a folder with the name of the graphic that you like to condition, in the group sections case I have used "MusicWheelItem SectionCollapsed NormalPart" and "MusicWheelItem SectionExpanded NormalPart" I haven't uploaded them cause' are incomplete, but they are not so difficult, you could check the ddr2014, ddrx2ac or ddrng themes, they have some examples of conditional graphics Wink

Post #283 · Posted at 2015-12-02 07:15:00am 8.4 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

Can't figure out the group colors at all

Post #284 · Posted at 2015-12-02 03:50:01pm 8.4 years ago

Offline Inorizushi
Inorizushi Avatar Member
487 Posts
Not Set
Reg. 2012-10-25

"huhbluh"

Last updated: 2015-12-02 03:50pm
Quote: kenny
Can't figure out the group colors at all
http://paste.ee/p/mGLK1

toss this into metrics.ini

Post #285 · Posted at 2015-12-02 03:52:55pm 8.4 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

got an error Crash reason: Integer Divide-by-Zero

Post #286 · Posted at 2015-12-02 03:57:27pm 8.4 years ago

Offline Inorizushi
Inorizushi Avatar Member
487 Posts
Not Set
Reg. 2012-10-25

"huhbluh"

Last updated: 2015-12-02 04:01pm
Quote: kenny
got an error Crash reason: Integer Divide-by-Zero

Don't just copy the code itself into metrics.
Also. ADD the code to the existing parts of metrics. The game loads metrics from the one that's loaded last. So say you have 2 [ScreenSelectMusic] areas.

If you edit the 1st one, you won't see the changes since the game will then load the 2nd area's metrics.

Anyways, To have it work correctly, try this.
NumSongGroupColors = 6
SongGroupColor1 = color "#FFFFFF"
SongGroupColor2 = color "#00CC00"
SongGroupColor3 = color "#FFFF00"
SongGroupColor4 = color "#33CCFF"
SongGroupColor5 = color "#FF00FF"
SongGroupColor6 = color "#FF9933"

replace the hex colors with your own.
To increase or decrease the amount of group colors, just edit "NumSongGroupColors" and then add another "SongGroupColor#" entry

Post #287 · Posted at 2015-12-02 04:02:59pm 8.4 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14


Last updated: 2015-12-02 04:02pm
thanks now i Just have to figure out to color the group like DDR SuperNOVA 2 is a cyan/blueish color for the group thing

Edit: Figure out how to do it but the graphic for the collaped and expanded is not changing the color just stays the same color

Post #288 · Posted at 2015-12-02 06:42:57pm 8.4 years ago

Offline Inorizushi
Inorizushi Avatar Member
487 Posts
Not Set
Reg. 2012-10-25

"huhbluh"

Last updated: 2015-12-02 06:43pm
MadkaT, I hope you plan on re-coding the theme from scratch when you're finished. Using default as base is good for learning but for a solid theme, it's better to just do things from scratch.

I'm not saying this is a bad theme, it's just not a good idea to just add code on top of another theme.

Post #289 · Posted at 2015-12-02 06:51:53pm 8.4 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

Yeah Ino is right just start from scratch when your finished with it Mad

Post #290 · Posted at 2015-12-06 11:02:53pm 8.3 years ago

Offline MadkaT
MadkaT Avatar Member
820 Posts
Not Set
Reg. 2009-11-24


Last updated: 2015-12-06 11:02pm
Yes, don't worry guys, I learn faster modifying than creating from scratch, I'm still learning LUA Tongue when the theme is done, I'll clear the commentedcodes, the unused codes and files Big Grin I left there because still have objects from the default theme to remember that code is "missing" but don't worry, I'm advancing slowly cause the real life and the work Laughing Out Loud but I will finish it and make it better. I've ripped some additional missing files for the select music, the sort difficulty banner and the pills for the groups in the difficulty sorting. I'll be busy this week, but I will try to get some news soon. Thanks to all for your feedback Wink

------------------------

Well I have some time this weekend, and I was messing again with the songwheel, I'm customizing the section banners:

http://i.imgur.com/vr7eSZD.jpg

And also have a pair of bugs like this Laughing Out Loud

http://i.imgur.com/Bt3bGcB.jpg

I think I'll refactor my section codes to avoid them. That's all to this point. I'll come back later.

Post #291 · Posted at 2015-12-06 11:41:14pm 8.3 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

I still must know how you got the the group colors to work been trying and makes the graphic disappear

Post #292 · Posted at 2015-12-07 08:32:38pm 8.3 years ago

Offline MadkaT
MadkaT Avatar Member
820 Posts
Not Set
Reg. 2009-11-24

Bug fixed, only missing one bug to finish Tongue

Difficulty sort is done! Big Grin
http://i.imgur.com/Q4OKKHH.jpg

Quote: kenny
I still must know how you got the the group colors to work been trying and makes the graphic disappear

I already have answered that to you in a previous post!

Quote: MadkaT
Quote: kenny
also how did he do the group coloring thats one of the things thats gonna hold me back in my SN2 theme

You need to create a folder with the name of the graphic that you like to condition, in the group sections case I have used "MusicWheelItem SectionCollapsed NormalPart" and "MusicWheelItem SectionExpanded NormalPart" I haven't uploaded them cause' are incomplete, but they are not so difficult, you could check the ddr2014, ddrx2ac or ddrng themes, they have some examples of conditional graphics Wink

Post #293 · Posted at 2015-12-07 08:46:24pm 8.3 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14


Last updated: 2015-12-07 08:46pm
Yeah I tried that and the graphic disappeared for some reason just disappeared I changed the graphic into a greyscale but still didnt work imma see if i can try again

http://i.imgur.com/9pwcnDt.jpg

Still not working I have no idea what im doing wrong :/

Post #294 · Posted at 2015-12-07 08:58:47pm 8.3 years ago

Offline MadkaT
MadkaT Avatar Member
820 Posts
Not Set
Reg. 2009-11-24

I've explained the code by PM, and please don't post themes not related to the DDRX theme Wink

Post #295 · Posted at 2015-12-08 09:11:14pm 8.3 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14


Last updated: 2015-12-08 09:45pm
-deleted-

Post #296 · Posted at 2015-12-08 09:11:46pm 8.3 years ago

Offline Inorizushi
Inorizushi Avatar Member
487 Posts
Not Set
Reg. 2012-10-25

"huhbluh"
What.
Are you doing.

Not to be rude but uh.
I think you're over complicating things kenny.

Post #297 · Posted at 2015-12-08 09:44:49pm 8.3 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

Yeah I know but hey I figured out the colors though and I realized i posted this in the wrong thread

Post #298 · Posted at 2015-12-09 07:01:00pm 8.3 years ago

Offline luke07651
luke07651 Avatar Banned
66 Posts
United Kingdom
Reg. 2015-07-12

This is getting good

Post #299 · Posted at 2015-12-12 12:28:48am 8.3 years ago

Offline VR0
VR0 Avatar Member
969 Posts
Chile
Reg. 2012-03-20

"ムーン ゴーシュス メヂィデーション"

Last updated: 2015-12-12 12:31am
Now: you should fix Difficulty list:
* Difficulties: default DDR colors (Order: blue -> yellow -> red -> green -> violet -> grey)
* Add bars (1-10 for SN Style or 1-20 for X2 CS style) and place next to difficulty numbers.

Remember: this list appears on both Regular play and Battle.
AC Score Tracker: DDR EXTREME // SN2 (JP)
My username in these games:
DDR(1st)-EXTREME: VRC
StepMania 3.9+ REDUX: VRC
DDR Supernova onwards / IIDX ID: VR0

Post #300 · Posted at 2015-12-12 01:09:11am 8.3 years ago

Offline kenny
kenny Avatar Member
572 Posts
United States
Reg. 2014-06-14

That would be hard to add im trying to add that to my SN2 theme but its kinda difficult to get that for me
Register Log In Back To Forums

0 User(s) Viewing This Thread (Past 15 Minutes)

©2006-2024 Zenius -I- vanisher.com -5th style- IIPrivacy Policy
Web Server: 6% · Database: 8% · Server Time: 2024-04-26 13:17:49
This page took 0.009 seconds to execute.
Theme: starlight · Language: englishuk
Reset Theme & Language