Page 1 of 1

[APP] DevTools::DataPacker

Posted: Sat Aug 11, 2018 3:37 pm
by neuronic
Hi everyone!

I have managed to update my old website and so I have uploaded two of my latest creations.

The second tool is called DevTools::DataPacker.
It is a simple to use data packer utilizing PB's built in packer library.
I use this little tool to pack the data files of my games.

Some features of the software: small size, portability, multi-language support, drag & drop support, pack files separately, archive creation, set compression level

Supported compression methods: Zip, BriefLZ, LZMA, TAR, TAR/Bzip2, TAR/Gzip, 7z

This tool is freeware and can be downloaded from my website.

http://www.cyberstorm.hu/_en/index.htm Just click on the Learn More box.
or you may go directly to its website: http://www.cyberstorm.hu/_en/core/softw ... acker.html

It is available as an installer and as a zip file. There are separate installers for x64 and x86 versions. The zip files contains the x64 as well as the x86 versions as well.


Here is a screenshot:

Image


DevTools::DataPacker v1.2 - 23.07.2022
  • The program window can now be resized.
  • The version number is no longer saved in the preferences file.
  • The preferences file is saved to a new location.
  • Some GUI related problems have been fixed.
  • HelpViewer updated to version 0.7.0.2

Hope you find it useful.

neuronic

Re: [APP] DevTools::DataPacker

Posted: Sat Aug 11, 2018 5:10 pm
by Denis
Hi neuronic,

nice tool and Help viewer too!

I have tryed with my current project : 2342 files/99 folders
LZMA level 9 : 65497
TAR/Bzip2 level 9 : 69951
TAR/Gzip level 9 : 71647
ZIP level 9 : 73911
BRIEFLZ level 9 : 76747
TAR level 9 : 107643

One question :
If a file cannot be compressed, is it added to the archive ?

The ability to give the archive a full name (not only the folder) would be nice.

Re: [APP] DevTools::DataPacker

Posted: Sun Aug 12, 2018 12:49 pm
by neuronic
Hi Denis,

Thanks for trying my software!
One question :
If a file cannot be compressed, is it added to the archive ?
Yes, it is. The program uses PB's internal commands and functions, in this case AddPackFile(), to add the files to the archive. According to PB's help "If the file can't be compressed, it will be stored as is in the packfile."
The ability to give the archive a full name (not only the folder) would be nice.
Nice idea. I have added this to my todo list.

I am also very happy that the help system works.

neuronic

Re: [APP] DevTools::DataPacker

Posted: Wed Aug 15, 2018 9:55 am
by RSBasic
Good tool

Re: [APP] DevTools::DataPacker

Posted: Fri Aug 05, 2022 11:22 am
by neuronic
Hi!

A new version is available with some small changes:

23.07.2022 - DevTools::DataPacker v1.2
  • The program window can now be resized.
  • The version number is no longer saved in the preferences file.
  • The preferences file is saved to a new location.
  • Some GUI related problems have been fixed.
  • HelpViewer updated to version 0.7.0.2
neuronic