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

Headhunter (Dreamcast) .AHF file

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
matty45
ultra-n00b
Posts: 6
Joined: Thu Sep 06, 2018 12:29 am
Has thanked: 2 times

Headhunter (Dreamcast) .AHF file

Post by matty45 »

Headhunter on the dreamcast has these .AHF files which seem to be packages that contain audio, textures and models.

It would be nice if anyone could have a look at them.

Samples: https://drive.google.com/file/d/1midlxK ... p=drivesdk
User avatar
DKDave
ultra-veteran
ultra-veteran
Posts: 357
Joined: Mon May 06, 2019 6:07 pm
Location: On board the USS Callister
Has thanked: 9 times
Been thanked: 167 times

Re: Headhunter (Dreamcast) .AHF file

Post by DKDave »

Try this QuickBMS script:

# Headhunter (Dreamcast)
# By Dave, 2019

IDString "AHFF"

Goto 0x0008
Get ENTRIES Long
Get NAME_SIZES Long
Math NAME_SIZES + 0x10

For A = 1 to ENTRIES

Goto NAME_SIZES
Get FILE_ENTRY Long
Math FILE_ENTRY + 0x10
Goto FILE_ENTRY
Get OFFSET Long
Get SIZE Long
Get MISC Long

Get FILENAME String

Log FILENAME OFFSET SIZE

Math NAME_SIZES + 4

Next A
I see a vision rising, dreary, Fading in as children play twilight games, In the town called Ordinary, An eye of light reveals a gateway to doomsday
Post Reply