gameoso, me puedes dar una mano, te cuento que estoy bastante encaminado para hacer un backup de mis juegos propios de la vc, el unico problema que tengo es que no encuentro la forma de ubicar los archivos que son parte del wad, dentro de la carpeta \WII_FS\SHARED1 tengo entendido que los tendria que mirar con un editor hexadecimal, pero no se bien, por donde mirar, me puedes dar alguna idea?
o cualquiera que sepa no!
gracias!
salu2
eliglu
edit: encontre esto en otro foro
QUOTE(jurai @ Apr 23 2008, 05:01 PM) *
for all I know my fs dump is wrong, most of my vc dumps jump from 00000001.APP to 00000005.APP in their respective title directory, and I'm filling in 02-04 from /SHARED1/ (which I assume is the proper thing to do?)
You can't simply copy the missing files from your SHARED1 folder! The missing filename doesn't match with the file from your SHARED1 folder. You have to check it by the SHA1 hash.
For example:
- your CONTENT folder misses the 00000002.APP.
Open the TITLE.TMD with a HEX editor. At the end of the file you will find something like this:
00 00 00 02 00 02 80 01 00 00 00 00 00 45 94 0F F5 DD 17 B3 20 0D D4 D6 BE 2B 25 B5 77 C9 9E 5F 94 1B 73 24
4 bytes cid
2 bytes index (underlined)
2 bytes type
8 bytes size (italic)
20 bytes SHA1 hash (bold)
(for every .APP file there is such a 36 bytes block)
In this case, you have to copy the file with the SHA1 hash (F5 DD ...) from your SHARED1 folder (which can be f.e. 00000021.APP) to your folder and rename it to 00000002.APP (accordingly to the given index).
pero no lo entiendoooo!! snif!
quien me puede explicar!
gracias!