Separate names with a comma.
Fortunately, this is the Philippines. I can get a replacement motherboard (US version) for about $90. Not bad for an idiot fee...
It's not even mine. I offered to mod a friend's wii. Now I'm probably going to give him my wii in replacement. And all I'll have left is a...
Oh screw it all. I think I know what I did wrong. I installed a stub of IOS 60. Damn me... Would that prevent Priiloader from running though?
i know... I should have made a nand backup... but I didn't... I can't boot into BootMii anyway. Is there a way to autoboot and then Smash Stack...
I did try to press reset while turning the power on, as I was trying to get into Priiloader. Unfortunately, nothing happens.
I was modding a Korean Wii. I managed to get everything done (HBC, CIOS, updated IOS) except region change. To change the region, I loaded up...
Well if it's a game maker, someone could come up with a game maker engine port, esp if the rules/game logic, graphics and sounds are stored...
I don't know if I did this correctly, but I replaced ryu's 0000.fpk file with a recompiled one using WiiScrubber's replace function....
I was thinking about how to reverse those formats when it occurred to me that we have the code for reading the formats. It's a long shot, but...
edit: I didn't know that...
@ganons: FPK is more or less an archive file, used to store related sets of data. The TvC FPKs seem to store data related to the characters, as...
I've written an FPK packer for Tatsunoko vs Capcom. It will scan a folder recursively and compress the files into a fpk. The fpk files generated...
I've compiled the above test program and uploaded it. Link below. FPKer windows binary Please try and let me know if you have any problems...
[UPDATE] I've managed to get compression working to a point where the uncompressed data looks just like the original. In my test below, I...
I'm still getting a grip on the compression scheme, and implementing a proper compression routine will take a bit more time. I've never written...
I think I'll have a shot at this... It looks to be some sort of dictionary encoding scheme. [EDIT] Actually it more resembles LZ77 I may be a...