Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 6 matches

by Falcarius
Mon Aug 29, 2016 10:11 am
Forum: Graphic file formats
Topic: Zoids Tactics .rwi to .png request
Replies: 3
Views: 1253

Re: Zoids Tactics .rwi to .png request

Thanks, that was just what I needed! Here's my final script, in case anyone else comes across some .rwi files they want converted. I'm sure it could be improved, but it did the job (at about 1000 files per minute). get FNAME basename string FNAME + ".tga" get UNK1 long endian guess UNK1 ge...
by Falcarius
Fri Aug 26, 2016 8:17 am
Forum: Graphic file formats
Topic: Zoids Tactics .rwi to .png request
Replies: 3
Views: 1253

Re: Zoids Tactics .rwi to .png request

Okay, I've managed to figure out a slow but functional method using QuickBMS. I just run the following script on the .rwi file... get UNK1 long endian guess UNK1 get FILESIZE long getdstring UNK2 16 get XSIZE long get YSIZE long getdstring UNK3 8 append set PIXNUM long XSIZE math PIXNUM * YSIZE for ...
by Falcarius
Wed Aug 24, 2016 3:32 pm
Forum: Graphic file formats
Topic: Zoids Tactics .rwi to .png request
Replies: 3
Views: 1253

Zoids Tactics .rwi to .png request

I was looking through the PS2 game Zoids Tactics and found that all the images are stored as .rwi files, which seems to be a very rare extension. I couldn't find any useful information through Google, so I had a look at the files in a hex editor and I now have a pretty solid idea of how they work......
by Falcarius
Tue Aug 16, 2016 1:33 pm
Forum: Game Archive
Topic: Zoids VS .dat request
Replies: 0
Views: 655

Zoids VS .dat request

I've been looking for the character sprites (tachi-e) from the Zoids VS cutscenes, and I think they're inside one of the attached .dat files. Unfortunately, .dat is a frustratingly vague extension, and I couldn't find anything useful via hex editor (then again, I don't know much about this stuff). I...
by Falcarius
Tue Aug 16, 2016 1:20 am
Forum: Game Archive
Topic: Zoids Full Metal Crash FPK request
Replies: 2
Views: 1074

Re: Zoids Full Metal Crash FPK request

I tried running the script as a .bms file in QuickBMS, but it failed to understand the second mention of FPKEntry (meanwhile, Game Extractor just gave me a generic error message). Could I have some instructions on how to use the script, please? EDIT: Never mind, I just noticed a Full Metal Crash scr...
by Falcarius
Sun Aug 14, 2016 12:24 pm
Forum: Game Archive
Topic: Zoids Full Metal Crash FPK request
Replies: 2
Views: 1074

Zoids Full Metal Crash FPK request

I was wondering if anyone could help me unpack the .fpk files from the Gamecube game Zoids Full Metal Crash? I've included one of the story mode files as an example. Opening it in Notepad, I can tell that it contains five .txd files (bg3_gc.txd, bg3_r_gc.txd, scene_selmes_gc.txd, scene_selwin_gc.txd...