CDROM-Guide forums  

PDA

View Full Version : sorting evox games list


   
lucass
Sep 10, 2003, 08:26 AM
just a question i can't find any info on from my own searches. i have evox on my xbox and everything runs fine. i was just wondering if there is a way to get evox to sort the games list into alphabetical order. when i copy a game over to the hdd it auto adds the game to the games section, but they are just in the order of being copied, where as boxplorer puts them alphabetical. obviously though i don't want to have to use boxplorer to load games.

not a big deal but if anyone can help it would be appreciated.

Memphis
Sep 10, 2003, 10:28 AM
You need to add the SortStart and SortEnd variables to your evox.ini menu section.

Mine looks like this:

Line "-Games on the Hard Drive-",2
SortStart
AutoAddItem "f:\HDDLoader\"
AutoAddItem "e:\HDDLoader\"
SortEnd
Line "-Demo Games-",2
SortStart
AutoAddItem "f:\Demos\"
SortEnd
Line "-Homebrew Games-",2
SortStart
AutoAddItem "f:\Games\"
SortEnd

Hope that helps.

ghoward
Sep 11, 2003, 01:11 AM
Very good information, Thanks

midnitesky
Sep 11, 2003, 01:14 AM
So you can use this same sorce line to sort music as well right?

Memphis
Sep 11, 2003, 08:06 AM
Not quite sure what you mean there :confused:. EvoX doesn't have a music playing capability so I'm not sure what you mean by sorting music.

midnitesky
Sep 11, 2003, 09:40 AM
nevermind... you have to goe to apps to get to the music... disreguard.

lucass
Sep 11, 2003, 11:39 AM
thanks alot. help much appreciated :)

Devil-Man
Sep 11, 2003, 12:25 PM
you can add the line SortAll under each category and it'll do the work for you. I'm not sure if this is just the latest version (3752) or not but it would look like this

Section "Games"
{
AutoAddItem "e:\games\"
AutoAddItem "f:\games\"
SortAll
}

eao30
Sep 12, 2003, 03:14 PM
yeah sortall works well for me too.