I'm annoyed with some wads not having the manual in the "normal" places so I'm making a list of all wad types and the location/compression type of the manual for that type. I will keep updating this until I have it completed as it will take alot of testing with my coding.
(BTW newest rev tells whether a wad is neogeo, arcade, or arcade namco even though all 3 title IDs start with an "E")
Also added a script to sort wads into folders by console type for debugging, later this can be called to sort all of your processed wads =P. Added Q,E6,E7,EA console identifiers.
PAL and NTSC wads may use different compression and placement of manuals so I'll have 2 lists until I can prove pal/ntsc file placement/compression is uniform.
-----------NTSC-----------
C=Commodore16
(Tested on 4 NTSC Wads, all returned manual)
*05.app\html\USA.ARC (u8it)
E6=Arcade
(Tested on 1 NTSC wad, returned manual)
*05.app\LZ77_html.arc (wwcxtool, u8it)
E7=Arcade(Namco)
(Testing with 3 NTSC wads)
*03.app\html\LZ77_HTML.arc (wwcxtool, u8it)
EA=NeoGeo
(Tested on 18 NTSC wads, all returned manual)
*05.app\html.arc (u8it)
F=NES
(Tested on 81 NTSC wads, all returned a manual)
*05.app\enamual.arc (u8it)
*05.app\lzh8_emanual.arc (lzh8_dec, u8it)
*05.app\lz77_emanual.arc (wwcxtool, u8it)
J=SNES
(Tested on 40 NTSC wads, all returned a manual)
*05.app\enamual.arc (u8it)
*05.app\lzh8emanual.arc (lzh8_dec, u8it)
*05.app\lz77emanual.arc (wwcxtool, u8it)
NOTE: all compressed were JCxE except one which wad JBUE
L=Sega Master System
(Tested 8 NTSC wads, all manuals faound)
*05.app\data.ccf (ccfex, u8it)
M=Sega Mega Drive
(Tested on 59 NTSC wads, all returned manual)
*05.app\data.ccf (ccfex, u8it)
N=N64
(Tested on 15 NTSC wads, all returned manual)
*05.app\html.arc (u8it)
*05.app\htmlc.arc (unknown compression atm)
P=TurboGrafx16
(Tested on 48 NTSC wads, all returned manual)
*05.app\html.arc (u8it)
*05.app\LZ77_html.arc (wwcxtool, u8it)
Q=TurboGrafxCD
(Tested on 9 NTSC wads, all returned manual)
*05.app\html.arc (u8it)
W=WiiWare
(Tested on 75 NTSC wads)
normal manuals not found in wiiware wads.
researching alternative options.
-----------PAL-----------
C=Commodore16
E6=Arcade
E7=Arcade(Namco)
EA=NeoGeo
F=NES
J=SNES
L=Sega Master System
M=Sega Mega Drive
N=N64
P=TurboGrafx16
Q=TurboGrafxCD
W=WiiWare