Post #1 · Posted at 2016-03-12 06:54:55am 9.5 years ago
![]() | |
---|---|
![]() |
Member |
142 Posts | |
Not Set | |
Reg. 2015-01-13 | |
"But enough talk! Have at you!" |
If you don't know what I'm talking about, a lot of themes today like CyberiaStyle, Waiei, etc have it where pressing up+down in music select will close a song folder. Is there an easy way to add this to the DDR2014 theme? I really like the feature.
I don't really know that much about lua aside from copy pasting commands from other themes and fixing it when it breaks, but I'm very willing to learn.
I don't really know that much about lua aside from copy pasting commands from other themes and fixing it when it breaks, but I'm very willing to learn.
Post #2 · Posted at 2016-03-12 09:16:15am 9.5 years ago
![]() | |
---|---|
![]() |
Banned |
106 Posts | |
![]() | |
Reg. 2010-08-30 | |
I just had a skim through the waiei metrics.ini file and it really looks as simple as:
If the metrics.ini file of your theme doesn't have a [CodeDetector] section then just paste that whole snippet in. If your metrics.ini file does have a [CodeDetector] section, just shove the second line from the snippet in there.
Let me know if that helps!
Quote
[CodeDetector]
CloseCurrentFolder="UP-DOWN"
CloseCurrentFolder="UP-DOWN"
If the metrics.ini file of your theme doesn't have a [CodeDetector] section then just paste that whole snippet in. If your metrics.ini file does have a [CodeDetector] section, just shove the second line from the snippet in there.
Let me know if that helps!
Post #3 · Posted at 2016-03-12 06:08:00pm 9.5 years ago
![]() | |
---|---|
![]() |
Member |
142 Posts | |
Not Set | |
Reg. 2015-01-13 | |
"But enough talk! Have at you!" |
Last updated: 2016-03-12 10:06pm
Yeah, turns out it was as easy as that. Thanks!