Tool Arc Unpacker

U

User_23654

Guest
Guest
2019-04-17 18_45_24-C__Users_Phb_Downloads_arc_unpacker-0.11-bin_arc_unpacker.exe.png

arc_unpacker - the visual novel extractor
arc_unpacker is a command line tool for extracting images, sounds, music and miscellaneous resources from visual novels (and some other Japanese games).
Usage:
You don't have permission to view the spoiler content. Log in or register now.

Tested Engines:
You don't have permission to view the spoiler content. Log in or register now.

Download
Official:
 

Frantz Ozinky

New Member
Sep 10, 2022
3
0
How about repacking arc file? Is it possible?
On Fedora for example :
Install depedencies (look at the githup page)
Code:
$ sudo dnf install boost-devel
$ ...
To install (all Linux distributions) :
Code:
$ export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
$ git clone https://github.com/vn-tools/arc_unpacker
$ cd arc_unpacker/
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=release ..
$ make -j8
 
Last edited: