Adebasquer / ExtractAokana

Decryption/Extraction tool for Aokana
20 stars 1 forks source link

HELP cannot extract any of the files!!! #1

Open QBASpriteFinder opened 3 years ago

QBASpriteFinder commented 3 years ago

When I put the (sprite2 .DAT file) or any of the .DAT file over (ExtractAokana) It doesn't work! All I get is (Unhandled exception KeyNotFoundException: the given key was not present in the dictionary. Any advice?

Adebasquer commented 3 years ago

This is just a command line tool. Open a console and navigate to the folder where you put the .exe file and type ExtractAokana.exe in="<full path to Aokana_Data>" out="<full path to output directory>" (navigate to your Aokana_Data folder and copy the path, and do the same with a folder you've made where it will output and paste them into that command instead of the <>.) For example ExtractAokana.exe in="C:\Aokana\Aokana_Data" out="C:\Aokana\AokanaOut", or if you want an individual *.dat file ExtractAokana.exe in="C:\Aokana\Aokana_Data\sprites.dat" out="C:\Aokana\AokanaOut"