Author Topic: Alternative to VP-files - compressed archives (read before freaking out)  (Read 45254 times)

0 Members and 1 Guest are viewing this topic.

Offline m!m

  • 211
Re: Alternative to VP-files - compressed archives (read before freaking out)
I could use an unsigned int for the fields which currently are ints but given that we will have formats which can handle those file sizes easily it should not be an issue anymore.

 

Offline m!m

  • 211
Re: Alternative to VP-files - compressed archives (read before freaking out)
I have uploaded new builds with some minor changes: http://www.mediafire.com/download/4hu7ys8du73qkqc/CompressedVP.7z
  • The builds are now based on antipodes
  • Fixed an error with seeking behavior
  • Added diagnostics like the standard builds have with packfile checksums and number of files in an archive printed to the log

This build also include support for MD5 checksums but generating a checksum for big files is very slow (the MV_Advanced.vp file from 2014 MediaVPs takes at least 20 seconds to generate a checksum) so it is disabled by default and can be enabled by the -use_md5 commandline option.

EDIT: The source code should now compile on linux again but I am not sure if the builds actually work.
« Last Edit: April 09, 2014, 07:43:37 am by m!m »