Anna's Quest - visionnaire file names

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Anna's Quest - visionnaire file names

Post by AlphaTwentyThree »

Is there a way to retrieve the file name from these archives? http://*USE_ANOTHER_FILEHOSTING*/8684cf2 ... /scenes.7z
Luigi's visionnaire script only gives generic numbers.
Thanks!
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Anna's Quest - visionnaire file names

Post by Ekey »

AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Re: Anna's Quest - visionnaire file names

Post by AlphaTwentyThree »

Thanks for the hint!
I've downloaded all the dlls and none of them produce any result. I've tried with the batch

Code: Select all

for %%i in (*.dll) do unpakke.exe "%%i" unpack %1 "%CD%"

Am I doing something wrong?
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Anna's Quest - visionnaire file names

Post by Ekey »

Try

Code: Select all

unpakke upkk_vis3.dll unpack "E:\Games\Anna's Quest\Scenes.vis" "E:\Games\Anna's Quest\Unpack\Scenes"
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Re: Anna's Quest - visionnaire file names

Post by AlphaTwentyThree »

The program crashes. :\
Same thing with all other dll files I checked.