Logo

"sortorder" in Songs folder

Thread Locked Back To Forums

Post #21 · Posted at 2010-09-21 04:27:46am 13.6 years ago

Offline Arctic Wolves
Arctic Wolves Avatar Member
2,586 Posts
Canada
Reg. 2008-02-18

Quote: neothe0ne
I'm also not sure how you change text color.

#MENUCOLOR:RED;

For example... it responds to simple colours (RED, GREEN, YELLOW, etc.) and probably hex values, I've never tried though.
http://i.imgur.com/ros63.gif

Post #22 · Posted at 2010-09-21 04:32:57am 13.6 years ago

Online Meseki
Meseki Avatar Member
681 Posts
United States
Reg. 2008-07-08

It responds to colors in the R,G,B,A format themes use (from 0 to 1) if you want a specific color.
IIDX Rank: SP 九段 (7/8)/ DP 七段 (5/8); 1P Side player
SP 11* Clears: 132/150 (88.00%); 12* Clears: 23/96 (23.96%)
Has access to CS 9th-EMP+PB+US, uses extended KOCs.

Post #23 · Posted at 2010-09-21 08:20:48am 13.6 years ago

Online Silver Spirit
Silver Spirit Avatar Member
6,597 Posts
United States
Reg. 2008-09-14

Nintendo Switch Friend Code: SW-2249-7707-55923DS Friend Code: 2578-3309-2697
"i was born at a very young age"
Does this have anything to do with "listsort", by any chance?

Post #24 · Posted at 2010-09-21 09:27:48am 13.6 years ago

Offline DJ OMiY
DJ OMiY Avatar Member
1,768 Posts
United States
Reg. 2008-08-22

3DS Friend Code: 184820672999
"Mage Evangelist"
Quote: Silver Spirit
Does this have anything to do with "listsort", by any chance?
Looking at all of the different custom sort options available, I would have to say that the "listsort" tag is the most attractive.

If I read what the stepmania forum has told me correctly, all you have to do is place a "1" in the listsort tag of the song you want to be first, a "2" in the second, "3" in the third, and so on...

Am I correct in this?
https://zenius-i-vanisher.com/simfiles/PROJECT%20CRYSTALLINE/PROJECT%20CRYSTALLINE.png?1549654414
PROJECT CRYSTALLINE is a thing!

Post #25 · Posted at 2010-09-21 11:22:32am 13.6 years ago

Offline bmhedgehog
bmhedgehog Avatar Banned+
3,136 Posts
Not Set
Reg. 2008-07-13

"BANNED"
Quote: sillybear
you have to modify your folder's sm files...

in my case, i add at least 2 characters before the main title under TITLETRANSLIT code like:

#TITLETRANSLIT:[2 extra charcters] [main song title];

for licensed songs--- add 2 numerical characters in ascending order,
examples:

#TITLETRANSLIT:01 Be Your Wings;
#TITLETRANSLIT:02 Bonafide Lovin';

for New KOes--- no modification so it will be automatically arranged right after licensed songs

for CS DDR imports (displays after New KOes):
#TITLETRANSLIT:zv [main song title];

for BEMANI imports (displays after CS DDR imports):
#TITLETRANSLIT:zw [main song title];

for BOSS songs (displays after BEMANI imports):
#TITLETRANSLIT:zx [main song title];

for ES/RDA songs (displays after BOSS Songs):
#TITLETRANSLIT:zy [main song title];

for EES Songs (displays after ES/RDA songs):
#TITLETRANSLIT:zz [main song title];

misc: if you want a non-alphabetical order for RDA group just add a number after zy like:
#TITLETRANSLIT:zy1 Shiny World;
#TITLETRANSLIT:zy2 Sakura Sunrise;
#TITLETRANSLIT:zy3 Pierce The Sky;
#TITLETRANSLIT:zy4 Anti-Matter;
#TITLETRANSLIT:zy5 New Deacde;
#TITLETRANSLIT:zy6 POSSESSION;

Under Select Music Screen, press F9 button to switch between Native or Romanized text in songwheel banner to get rid of the first extra characters.

cons: they will alter the arrangement when you sort them by ABC aside from GROUP sort.

That's the reason i chose to apply that in my DDR X2 folder only.


Does it have to be done with every sm file in the category folder?

Post #26 · Posted at 2010-09-21 11:30:48am 13.6 years ago

Offline Arctic Wolves
Arctic Wolves Avatar Member
2,586 Posts
Canada
Reg. 2008-02-18

Quote: bmhedgehog
Does it have to be done with every sm file in the category folder?

Yes. All he's doing is tricking the alphabetic sort. StepMania uses zA Brighter Day for sorting because it is the actual name of the song, but it uses "A Brighter Day" as the display name. Well, if there's a section you actually want in alphabetical order, you can skip editing the .sm for one such section (but no more than one).
http://i.imgur.com/ros63.gif

Post #27 · Posted at 2010-09-21 06:10:38pm 13.6 years ago

Offline AeronPeryton
AeronPeryton Avatar Member+
4,338 Posts
Japan
Reg. 2007-03-03

"Give me a steady beat."
Quote: Arctic Wolves
Quote: bmhedgehog
Does it have to be done with every sm file in the category folder?

Yes. All he's doing is tricking the alphabetic sort. StepMania uses zA Brighter Day for sorting because it is the actual name of the song, but it uses "A Brighter Day" as the display name. Well, if there's a section you actually want in alphabetical order, you can skip editing the .sm for one such section (but no more than one).

But this would screw up any attempt to do actual alpha sorting in-game. I would rather use a metrics method so that when I did want to sort by alphabet I could.

Post #28 · Posted at 2010-09-21 08:16:57pm 13.6 years ago

Offline silenttype01
silenttype01 Avatar Member+
8,023 Posts
United States
Reg. 2007-01-19

"DINGDONG♥HEARTS"
Quote: DJ OMiY
If I read what the stepmania forum has told me correctly, all you have to do is place a "1" in the listsort tag of the song you want to be first, a "2" in the second, "3" in the third, and so on...

Am I correct in this?

Not quite. If you were here to simply name them "1" "2" "3" etc, it would start to disorganize itself once you reach the double digits. So instead of listing the numerically, it'll list them as so:

1
10
11
12
2
3
4
5
6
7
8
9

So you need that zero at the beginning to prevent that from happening.

Post #29 · Posted at 2010-09-21 10:22:32pm 13.6 years ago

Offline bmhedgehog
bmhedgehog Avatar Banned+
3,136 Posts
Not Set
Reg. 2008-07-13

"BANNED"
Quote: silenttype01
Quote: DJ OMiY
If I read what the stepmania forum has told me correctly, all you have to do is place a "1" in the listsort tag of the song you want to be first, a "2" in the second, "3" in the third, and so on...

Am I correct in this?

Not quite. If you were here to simply name them "1" "2" "3" etc, it would start to disorganize itself once you reach the double digits. So instead of listing the numerically, it'll list them as so:

1
10
11
12
2
3
4
5
6
7
8
9

So you need that zero at the beginning to prevent that from happening.

I had to do that when I organized the folders to follow the series releases.

Right now I can confirm that the SongManager PreferredSongs will not work in 3.9 so I'm going to test it on 3.9+ Redux.

Update: It will not work in 3.9+Redux either Sad

Post #30 · Posted at 2010-09-21 11:11:05pm 13.6 years ago

Offline typeCHAOS
typeCHAOS Avatar Member
165 Posts
Canada
Reg. 2009-02-05

I know most people have it and this probably doesn't fit into the particular topic but...

to make a specific set of songs show "ONLY" (LIKE how DDR EXTREME had graduation as a first song)

in METRICS, go to the SortMenuActions line and add "sort,SORT LIST" and on the SortMenuNames add "anything"

for me, i have...

---------------------------------------------------------------------------------------------------------------------------
SortMenuNames=GROUP/SERIES:ABC:BPM:DIFFICULTY:FAVORITE:REPLICANT D-action
SortMenuActions=sort,GROUP:sort,TITLE:sort,BPM:sort,HARD METER:sort,PLAYERS BEST:sort,SORT LIST
---------------------------------------------------------------------------------------------------------------------------
and in that sort option i have the seven RDA songs in my own order.
Pierce The Sky
Sakura Sunrise
Shiny World
New Decade
Anti-Matter
POSSESSION
Valkyrie Dimension

instead of alphabetical letter first.
but i hope it will only be temp as I would like to find a way to have all my groups in specific orders.

... ... ... ... ...GOD I HATE THAT SMILEY WHEN YOU DON'T NEED IT!

EDIT: now i was wondering if you are able to "HIDE" a group folder so songs only show in a specific sort because I have those songs in a folder and it seems stupid because you could just go to the folder instead of going to that sort option.

Post #31 · Posted at 2010-09-21 11:52:33pm 13.6 years ago

Offline bmhedgehog
bmhedgehog Avatar Banned+
3,136 Posts
Not Set
Reg. 2008-07-13

"BANNED"
I've found Beware's Extreme Theme and I found the sortorder file in the songs folder. Now it makes me wonder if its possible to have sortorder file in each song folder? Looks like I'm gonna have to test that theory out.

Update: Well there went that idea. Sad

Post #32 · Posted at 2010-09-22 02:27:32am 13.6 years ago

Offline AeronPeryton
AeronPeryton Avatar Member+
4,338 Posts
Japan
Reg. 2007-03-03

"Give me a steady beat."
Quote: typeCHAOS
I know most people have it and this probably doesn't fit into the particular topic but...

to make a specific set of songs show "ONLY" (LIKE how DDR EXTREME had graduation as a first song)

in METRICS, go to the SortMenuActions line and add "sort,SORT LIST" and on the SortMenuNames add "anything"

for me, i have...

---------------------------------------------------------------------------------------------------------------------------
SortMenuNames=GROUP/SERIES:ABC:BPMBig GrinIFFICULTY:FAVORITE:REPLICANT D-action
SortMenuActions=sort,GROUP:sort,TITLE:sort,BPM:sort,HARD METER:sort,PLAYERS BEST:sort,SORT LIST
---------------------------------------------------------------------------------------------------------------------------
and in that sort option i have the seven RDA songs in my own order.
Pierce The Sky
Sakura Sunrise
Shiny World
New Decade
Anti-Matter
POSSESSION
Valkyrie Dimension

instead of alphabetical letter first.
but i hope it will only be temp as I would like to find a way to have all my groups in specific orders.

Thanks for that, Imma try it.

Quote: typeCHAOS
... ... ... ... ...GOD I HATE THAT SMILEY WHEN YOU DON'T NEED IT!

Hit Edit, directly underneath the reply box is Enable Emoticons. Uncheck it.

Post #33 · Posted at 2010-09-22 02:39:31am 13.6 years ago

Offline typeCHAOS
typeCHAOS Avatar Member
165 Posts
Canada
Reg. 2009-02-05

on an interesting note, again, in the SM file of any song, using the selectable tag which I have found a better use for, finally. Depending on how many songs you are playing with per round(ex: 3 stages + 1 ES +1 OMES) instead of YES or NO, try 2 and that song will now only be playable on the second and final stages of your round. (still testing on extra stage and on more extra stage because i have heard that you can make it so you can only play that particular song on extra stage) it would be useful for unlocking songs by special means.

Post #34 · Posted at 2010-09-22 03:53:15am 13.6 years ago

Offline AeronPeryton
AeronPeryton Avatar Member+
4,338 Posts
Japan
Reg. 2007-03-03

"Give me a steady beat."
So if I put 2 on all the X-mixes they will only show up when I have just enough stages to play them and disappear if I play a normal song instead?

Post #35 · Posted at 2010-09-25 01:33:21pm 13.6 years ago

Offline bmhedgehog
bmhedgehog Avatar Banned+
3,136 Posts
Not Set
Reg. 2008-07-13

"BANNED"
Quote: sillybear
you have to modify your folder's sm files...

in my case, i add at least 2 characters before the main title under TITLETRANSLIT code like:

#TITLETRANSLIT:[2 extra charcters] [main song title];

for licensed songs--- add 2 numerical characters in ascending order,
examples:

#TITLETRANSLIT:01 Be Your Wings;
#TITLETRANSLIT:02 Bonafide Lovin';

for New KOes--- no modification so it will be automatically arranged right after licensed songs

for CS DDR imports (displays after New KOes):
#TITLETRANSLIT:zv [main song title];

for BEMANI imports (displays after CS DDR imports):
#TITLETRANSLIT:zw [main song title];

for BOSS songs (displays after BEMANI imports):
#TITLETRANSLIT:zx [main song title];

for ES/RDA songs (displays after BOSS Songs):
#TITLETRANSLIT:zy [main song title];

for EES Songs (displays after ES/RDA songs):
#TITLETRANSLIT:zz [main song title];

misc: if you want a non-alphabetical order for RDA group just add a number after zy like:
#TITLETRANSLIT:zy1 Shiny World;
#TITLETRANSLIT:zy2 Sakura Sunrise;
#TITLETRANSLIT:zy3 Pierce The Sky;
#TITLETRANSLIT:zy4 Anti-Matter;
#TITLETRANSLIT:zy5 New Deacde;
#TITLETRANSLIT:zy6 POSSESSION;

Under Select Music Screen, press F9 button to switch between Native or Romanized text in songwheel banner to get rid of the first extra characters.

cons: they will alter the arrangement when you sort them by ABC aside from GROUP sort.

That's the reason i chose to apply that in my DDR X2 folder only.


Okay I have tested this code in one of my folders and it works, but I'm not getting the correct result that I needed so I need to figure out what I'm doing wrong.

Post #36 · Posted at 2010-09-26 03:24:43am 13.6 years ago

Offline chewi
chewi Avatar Member+
8,537 Posts
Not Set
Reg. 2008-02-24

So umm... is there a way to organize the folder order?

Not the individual songs inside a folder, but all of the folders.

Like if I wanted to go

DDR X2
DDR X
...
DDR 1st
etc...

instead of

DDR 1st
DDR 2nd
...
DDR X2
etc...?

Post #37 · Posted at 2010-09-26 08:12:08am 13.6 years ago

Offline bmhedgehog
bmhedgehog Avatar Banned+
3,136 Posts
Not Set
Reg. 2008-07-13

"BANNED"
unfortunately the only way to do that is

01 DDR X2
02 DDR X
03 DDR SuperNova 2
04 DDR SuperNova
etc
etc

I had to do it that way so it would go from DDR PS1 to DDR X2 PS2 and DDR HP3 Wii in the order of game release and I wouldn't have all the Ultramixes, Universes and Hottest Parties all clumped together.
Thread Locked 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-05-01 18:36:46
This page took 0.013 seconds to execute.
Theme: starlight · Language: englishuk
Reset Theme & Language