- Joined
- Nov 7, 2002
- Messages
- 170
- Reaction score
- 0
- Trophies
- 2
- Age
- 46
- Location
- Vancouver, WA
- Website
- n
- XP
- 185
- Country




basilb said:theres a WAD packer v0.0004 now, not sure what the changes are. There are VC wads that are working after install, but as mentioned earlier, probably safer to wait for consistant and risk-free usage.


Actually, not all games have a consistent string of .app's, some revised games have .app skips. You can tell the correct .app's from checking in the tmd.X though.dasfteg said:you must include all the apps, from 000000000.app to 00000000XX.app with no skipsDarth Hideous said:Yeah, I've almost packed Paper Mario, but it doesn't seem to be including all the .apps... The resulting .WAD is only 9 megs big.
QUOTE said: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).

NL_Patrick_D said:Well seeing as I currenlty see 0 people having dumped any without succes , as well as m self not getting any wad to work like it should ... I guess it might be better to let the pro's ... (Waninkoko, bushing , segher etc) look into wad packing
1guana said: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.jurai said: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?)
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).