Advertisement
mehenuf06

Mask Data Compression

Nov 28th, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. @echo off
  2. color 0c
  3. Title Compressor - by Panker1992
  4. echo. **************************************************************************
  5. echo. * External Options for Compressor By Panker1992 *
  6. echo. * Modes: Options stored in arc.ini see below for best results *
  7. echo. * 1) fast =super fast, optimal =best w/o precomp, max =optimal+precomp *
  8. echo. * smartmax =masked precomp, smartlzt =smartmax + lzt, legacy =oldmethod *
  9. echo. * devastate = heavy duty comp, will take so much time you will freak *
  10. echo. * 2) I added txt, void and jpeg as external for custom made bat files *
  11. echo. **************************************************************************
  12. pause
  13. @echo Recompressing Data...
  14. arc a -lc1024 -ld1024 -ep1 -ed -r -hp -pYourpassword -w.\ Data\data1.bin -mlztmax "D:\Dragon Ball Xenoverse 2"
  15. ::examples, I recommend optimal and smartmax for ultimate results
  16. ::devastate has ultimate compression but its so slow that its best only when you store long term
  17. ::arc a -lc1024 -ld1024 -ep1 -ed -r -hp -pYourpassword -w.\ Data\data1.bin -mfast "D:\Games\Steam\*"
  18. ::arc a -lc1024 -ld1024 -ep1 -ed -r -hp -pYourpassword -w.\ Data\data1.bin -mstrong "D:\Games\Steam\*"
  19. ::arc a -lc1024 -ld1024 -ep1 -ed -r -hp -pYourpassword -w.\ Data\data1.bin -mdevastate "D:\Games\Steam\*"
  20. ::arc a -lc1024 -ld1024 -ep1 -ed -r -hp -pYourpassword -w.\ Data\data1.bin -mlegacy "D:\Games\Steam\*"
  21. echo *******************************************************************************
  22. echo.
  23. echo Compressing is Completed
  24. echo.
  25. echo *******************************************************************************
  26. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement