New Utility to Extract all of the Art Packs

Hi,

I have downloaded the whole 16c archive which is huge and has thousands of art packs (more than 5000 on the limited github archive).

So, naturally I wanted to extract them all while maintaining the same folder structure.

So if I have this folder structure:
ANSI/1990/acidnews.zip

I will want in the target folder to have something like this:
ANSI_EXTRACTED/1990/acidnews/%AND HERE TO HAVE THE ANSI FILES%

There might be ways of doing this without having to go over each folder and extract them all, but I didn’t find one which will also go with a limited linux operating system which I have on my Raspberry PI.

So, long story short, I created a simple tool which does exactly that.

I called it Recursive Archive Extractor, and it can be found on Github, it is completely open source and was created with Java 11.

To download the latest release of Recursive Archive Extractor.

To Contribute or just have a look at the actual project