Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #1  
Old 18-12-2022, 21:30
TheGh0stie13 TheGh0stie13 is offline
Registered User
 
Join Date: Oct 2022
Location: Somewhere in this time and galaxy
Posts: 22
Thanks: 11
Thanked 17 Times in 5 Posts
TheGh0stie13 is on a distinguished road
Post [Compressor] DAX

i did not make this

syntax
Code:
DAX Creator 0.3 (by Dark_AleX)

Usage: daxcr [OPTIONS] inputfile outputfile [infofile]

infofile: optional text file to be created with information about the compression of each frame.

OPTIONS are:

-d: decompress the inputfile to outputfile.
    If not set, default operation is to compress inputfile to outputfile.
-ln: where n is a number from [0-9]. Specifies the zlib compression level.
    0=default compromise between speed and compression.
    1=compress faster, but worse.
    9=compress slower, but better.
-an: where n is a number between 0-8192 or nothing.
     It activate the search of not compressed (NC) areas.
     n indicates the limit from which consider that a frame is not
     enough compressed, and making it a candidate to form part of a NC area.
     If n is not specified or if it's zero, then the value 8192 is used,
     which is the same size that the frame size of the dax format, meaning
     that only frames that not were compressed at all, not even a single byte,
     will be candidates to be part of a NC area.
-v: it searchs for video files in the input file and forced them
    to be part of NC areas without analyzing if they could be compressed.
    After that, the search of other NC areas will be done, even if
    "-a" was not specified.
-s: it searchs for audio files in the input file and forced them
    to be part of NC areas without analyzing if they could be compressed.
    After that, the search of other NC areas will be done, even if
    "-a" was not specified.
-w: if this option is set, the program will wait for user input
    before exiting.

D:\____PSP ISO>daxcr.exe
DAX Creator 0.3 (by Dark_AleX)

Usage: daxcr [OPTIONS] inputfile outputfile [infofile]

infofile: optional text file to be created with information about the compression of each frame.

OPTIONS are:

-d: decompress the inputfile to outputfile.
    If not set, default operation is to compress inputfile to outputfile.
-ln: where n is a number from [0-9]. Specifies the zlib compression level.
    0=default compromise between speed and compression.
    1=compress faster, but worse.
    9=compress slower, but better.
-an: where n is a number between 0-8192 or nothing.
     It activate the search of not compressed (NC) areas.
     n indicates the limit from which consider that a frame is not
     enough compressed, and making it a candidate to form part of a NC area.
     If n is not specified or if it's zero, then the value 8192 is used,
     which is the same size that the frame size of the dax format, meaning
     that only frames that not were compressed at all, not even a single byte,
     will be candidates to be part of a NC area.
-v: it searchs for video files in the input file and forced them
    to be part of NC areas without analyzing if they could be compressed.
    After that, the search of other NC areas will be done, even if
    "-a" was not specified.
-s: it searchs for audio files in the input file and forced them
    to be part of NC areas without analyzing if they could be compressed.
    After that, the search of other NC areas will be done, even if
    "-a" was not specified.
-w: if this option is set, the program will wait for user input
    before exiting.
arc.ini

Code:
[external compressor:DAX]
header = 0
packcmd = daxcr.exe -v -s -l9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = daxcr.exe -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Attached Files
File Type: 7z DAX.7z (50.7 KB, 44 views)
Reply With Quote
The Following 4 Users Say Thank You to TheGh0stie13 For This Useful Post:
ADMIRAL (19-12-2022), Gehrman (18-12-2022), ScOOt3r (19-12-2022), shazzla (18-12-2022)
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tools for Repacking Masquerade Conversion Tutorials 119 Yesterday 08:13
[Compressor] LZHAM TheGh0stie13 Conversion Tutorials 0 10-12-2022 19:24
Question [Compressor] Simorq Conversion Tutorials 4 06-08-2017 10:58



All times are GMT -7. The time now is 15:48.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com