vn-tools / arc_unpacker

CLI tool for extracting images and sounds from visual novels.
GNU General Public License v3.0
562 stars 83 forks source link

Game request: [Almond Collective][131103]Ojiki to mei to #58

Closed joafe closed 7 years ago

joafe commented 7 years ago

Game info

Developer: アーモンドコレクティブ Release date: 2013/11/03 Original title: 叔父貴と姪と DLsite work number: RJ124336

Details

Would like to extract game resources (videos, etc.) from the "Data.pac" file.

rr- commented 7 years ago

Done, changes will be available in tonight's build.

Example image: setting

Please note that both this game and the game from #57 now need --pac3-key which is respectively OjikiMei for 「叔父貴と姪と」 and Mermaid! for 「パンツ泥棒たちとスク水マーメイド」.

joafe commented 7 years ago

There seems to be a problem with my file/path name?

C:\Users\j\Desktop\d>arc_unpacker --dec=almond-collective/pac3 --pac3-key=OjikiM
ei Data.pac
[task 0] Data~.pac: initial recognition...
[task 0] Data~.pac: guessing decoder among 1 decoders...
[task 0] Data~.pac: recognized as almond-collective/pac3.
[task 0] Data~.pac: recognition finished with errors (boost::filesystem::path co
decvt to wstring: error)
Executed 1 tasks in 0.03s (1 problem, 0 saved files)
rr- commented 7 years ago

Hmm, it works here:

rr-@tornado:~/src/maintained/arc_unpacker$ ./build/arc_unpacker --dec=almond-collective/pac3 --pac3-key=OjikiMei ~/vn/done/\[Almond\ Collective\]\[131103\]Ojiki\ to\ mei\ to/Data.pac
[task 0] Data~.pac: initial recognition...
[task 0] Data~.pac: guessing decoder among 1 decoders...
[task 0] Data~.pac: recognized as almond-collective/pac3.
[task 0] Data~.pac: archive contains 87 files.
[task 87] Data~.pac: decoding "Data/SE/TitleCall.ogg"...
[task 87] Data~.pac: decoding of "Data/SE/TitleCall.ogg" finished.
(...)

can you upload the exe somewhere so we know we have the same release?

It works on Linux, but the Windows build is screwed. (Surprise!) I'll investigate things once I get back home.

rr- commented 7 years ago

OK, the issue was with path encoding. New version is available here.

joafe commented 7 years ago

Worked like a charm, thanks.