If the files were each in it's own directory then the id_title.txt files would not be useful anymore, as you would be seeing all the directories first, and after that all the txt files, (at least on windows) so the direct association between the gameid and title is lost. While if the txt file is moved along the rest of the files in the separate directory then you can't have a quick overview of all the titles. I know that a view of all the files named by ID is not pretty to look at, but i don't think moving them to separate directories will make that any better? Besides now that this is all in place and working I don't feel like changing it anymore.Wiimm said:Hi oggzee, (1) at the moment implement the splitted wbfs into my tool wwt. So I have some questions:
(2)- Is the current format stable or are modifications planned? (perhaps moving the files into a sub directory)
(3)- Is the description text file needed for anything or is it only informative?
(4)Please send me the sources of the usb loader again (or commit them).
Greeting, Wiimm
(1) Nice to hear.
(2) I don't plan any further changes on the wbfs file location or format.
(3) The description text file is purely informative, loader or cios never reads it, so it can be renamed or removed at wish. The only reason it exists is to be able to quickly associate the ID to the title while looking at the directory listing.
One other improvement I was thinking about would be to automatically run some checksumming tool after the splits are created, so that the consistency can be verified later. Something like:
md5sum -b RHAP01.wbf? > RHAP01.md5
So that you can verify the integrity later with
md5sum -c RHAP01.md5
But anyone can do that manually if he wishes to.
(4) will do.
QUOTE(OtakuGamerZ @ Oct 30 2009, 03:26 PM) l think someone said this before, but now it's
usb:/wfbs/GAMEID.wfbs
but it kinda looks jumbled up and messy after many split games are added so maybe changing to
usb:/wfbs/GAMEID/GAMEID.wfbs
so each game gets its own directory. Just makes things simpler when looking at them on a pc.










