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

God of Thunder

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Cheez
ultra-n00b
Posts: 6
Joined: Tue Apr 15, 2008 8:45 pm

God of Thunder

Post by Cheez »

It's a pretty old DOS game, old enough that it's now freeware (here), and something has been eating at me for ages. I can extract the sounds in voc format in any plain old file ripping program, but the format of anything else, including music, eludes me. I'm not sure if the exe files have anything in them, but for sure got.res had the voc files and whatever else may be in there. I hope there's a way to tear this thing apart and discover not only the files but what format they may be in. I have 0 knowledge in this area.
Strobe
Moderator
Posts: 411
Joined: Mon Oct 24, 2005 8:52 am
Location: Sweden
Been thanked: 16 times
Contact:

Re: God of Thunder

Post by Strobe »

Music is Adlib. graphics unknown so far, im investigating.

the problem here is that the mainarchive IS compressed.

however, only the VOX sounds are raw. (because they would gain nothing on the compression anyways)

but the graphics and music score data is compressed. im trying to circumvent it by
running the game in DosBOX and memory dump it, and then scan the raw mem dump.

ill be back.

Edit:
i found out a name of one of the involved in this game is Jason Blochowiak, he happened to have created
an Adlib format named IMF (ID Software Music File) , so my guess is that this is the format they use
for this game aswell.

HOWEVER, i cant rip it out yet =D . im working on it.

graphics files are still a puzzle.
Cheez
ultra-n00b
Posts: 6
Joined: Tue Apr 15, 2008 8:45 pm

Re: God of Thunder

Post by Cheez »

That's awesome, and it told me a few things I never even knew before.
User avatar
john_doe
VIP member
VIP member
Posts: 80
Joined: Sat Oct 21, 2006 2:25 pm
Been thanked: 1 time

Re: God of Thunder

Post by john_doe »

Hi,
I've made an extractor for the DAT file. The directory is "encrypted" with XORing and the single files are compressed with a variation of the LZSS algorithm.
I'll try to get the code cleaned up and upload it this weekend.
Cheez
ultra-n00b
Posts: 6
Joined: Tue Apr 15, 2008 8:45 pm

Re: God of Thunder

Post by Cheez »

that'd be awesome, thanks.
Cheez
ultra-n00b
Posts: 6
Joined: Tue Apr 15, 2008 8:45 pm

Re: God of Thunder

Post by Cheez »

uh, I take it by the silence that nobody knows enough about it to say anything?
szevvy
n00b
Posts: 15
Joined: Thu Sep 21, 2006 7:20 am

Re: God of Thunder

Post by szevvy »

Some guy named Grom PE has put a complete extractor + source up.

http://grompe.org.ru/
Cheez
ultra-n00b
Posts: 6
Joined: Tue Apr 15, 2008 8:45 pm

Re: God of Thunder

Post by Cheez »

oh, thank you very much for that link... I don't know how you found this.
Post Reply