The VG Resource
Nancy Drew .AVF files - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html)
+---- Thread: Nancy Drew .AVF files (/thread-30608.html)

Pages: 1 2


Nancy Drew .AVF files - TeridaxXD001 - 02-11-2017

I was interested in ripping graphics from the Nancy Drew series. Unfortunately, they use a proprietary format, .AVF. There is apparently already a tool for this format, HERtools, but I don't know anything about compiling.

There are some sample .AVF files here.

Please help, these are interesting and popular games.


RE: Nancy Drew .AVF files - Kendotlibero - 02-13-2017

you need to use this https://cmake.org/download/
let me know if you manage to compile that.


RE: Nancy Drew .AVF files - TeridaxXD001 - 02-13-2017

I have that, I just don't know how to use it.


RE: Nancy Drew .AVF files - Kendotlibero - 02-14-2017

first of all, download a c++ compiler, there are plently on the web.
once you start cmake use the folder "hertools-master" as source and any folder you want for the binary, and you're pretty much done.
When you start cmake specify your compiler at the begining.
Sorry if I didn't respond quickly, but i was sleeping


RE: Nancy Drew .AVF files - puggsoy - 02-14-2017

If you're OK with waiting, I can make my own program for it. I've been reading the code and I'm pretty sure I understand the format.


RE: Nancy Drew .AVF files - TeridaxXD001 - 02-14-2017

(02-14-2017, 02:31 AM)kendotlibero Wrote: first of all, download a c++ compiler, there are plently on the web.
once you start cmake use the folder "hertools-master" as source and any folder you want for the binary, and you're pretty much done.
When you start cmake specify your compiler at the begining.
Sorry if I didn't respond quickly, but i was sleeping

I tried that and it failed.


(02-14-2017, 04:28 AM)puggsoy Wrote: If you're OK with waiting, I can make my own program for it. I've been reading the code and I'm pretty sure I understand the format.

I'm fine with waiting. Thank you.


RE: Nancy Drew .AVF files - puggsoy - 03-06-2017

Here ya go, open source for anybody interested. Just go to the releases tab to download the actual program. Should be straightforward to use, tell me if you have any issues. (BTW I added the preview for no real reason, just for my own practice.)

Sorry for the delay, I had this done for a while but other things started happening and I forgot to post it here.


RE: Nancy Drew .AVF files - TeridaxXD001 - 03-06-2017

I actually am having problems. It may be a broken .NET Framework installation, but static images have a blue hue. The top it what I get extracted, while the bottom is a screencap of the game:
[Image: pBjLVW3.png]


Also, animations are messed up:

[Image: FT55Y86.png]


These are also from a later game than the sample files I linked to before. You can find the files I tested here.


RE: Nancy Drew .AVF files - puggsoy - 03-06-2017

I'll have to look into those. Are the ones from the samples you linked (like Spider.avf) correct though?


RE: Nancy Drew .AVF files - TeridaxXD001 - 03-06-2017

(03-06-2017, 04:36 AM)puggsoy Wrote: I'll have to look into those. Are the ones from the samples you linked (like Spider.avf) correct though?

The spider animation frames are undistorted, but they're pretty blue.


RE: Nancy Drew .AVF files - puggsoy - 03-06-2017

Right, that just means that my channel ordering is wrong (couldn't tell since I hadn't played the games). I'll have to look into that distortion though.


RE: Nancy Drew .AVF files - puggsoy - 03-09-2017

Alright, fixed the problems. Just download the latest version on the same page.


RE: Nancy Drew .AVF files - TeridaxXD001 - 03-10-2017

[Image: EaYzjmm.jpg]

I'd say it works pretty good now! Thanks.

EDIT: Some of the animations still seem to be slanted, but they're not what I'm most concerned about.


RE: Nancy Drew .AVF files - TeridaxXD001 - 03-10-2017

Here are some examples of still-distorted files.


RE: Nancy Drew .AVF files - TeridaxXD001 - 03-22-2017

Update: many files ending in 'x' crash the program.