


@UgaAga The 00000001.app file from N64 VC WAD "Bomberman Hero" uses LZ77 type 0x11 compression, so you need to uncompress it in order for see it clearly and you don't have errors while trying to seek for config.txt file.Hi,
in the 00000001.app file of the N64 Bomberman wad is a config.txt mentioned. How can I extract or modify it?
Thanks
wwcxtool.exe /u 00000001.app 00000001_dec.app
GreetingsTry examining it in a hex editor. If a different file is embedded in the binary somewhere, you should be able to identify it and copy and paste the appropriate section to a new file to isolate the embedded file
