|
#286
|
||||
|
||||
|
#Define SREPProFrager "x64"
//#Define SREP "x64" |
| Sponsored Links |
|
#287
|
|||
|
|||
|
thank you for your answer
so is it like this? [Compressor] //#Define SREP "x64" #Define SREPProFrager "x64" #Define ReflateLIB "x64" //#Define ZTool "x64" #Define pZLib3 "x64" //#Define Precomp "0.46MT" ;0.38, 0.40, 0.41, 0.42, 0.43, 0.46MT //#Define pOodle //#Define AFR "20a7" ;019, 20a7 //#Define MSC "TAK" //#Define MPZSlimmer //#Define ZSTD "x64" //#Define RAZOR //#Define BinkPack //#Define DLZ //#Define lolz //#Define OGGRE //#Define UELR |
|
#288
|
|||
|
|||
|
Thank you for the help
I made a headache for this for 1 week I will try again, hopefully successful |
|
#289
|
||||
|
||||
|
Quote:
Test the archive using the command: Code:
Arc t Data.Arc Last edited by Simorq; 15-02-2018 at 18:40. |
| The Following User Says Thank You to Simorq For This Useful Post: | ||
S-Ghost (16-02-2018) | ||
|
#290
|
|||
|
|||
|
Quote:
Where does that command place? |
|
#291
|
||||
|
||||
|
Code:
FreeArc 0.67 (March 15 2014) http://freearc.org March 15 2014 High-performance archiver. Free as well for commercial as for non-commercial use Usage: Arc command [options...] archive [files... @listfiles...] Commands: a add files to archive c add comment to archive ch modify archive (recompress, encrypt and so on) create create new archive cw write archive comment to file d delete files from archive e extract files from archive ignoring pathnames f freshen archive j join archives k lock archive l list files in archive lb bare list of files in archive lt technical archive listing m move files and dirs to archive mf move files to archive modify modify archive using +/-/* actions r recover archive using recovery record rr add recovery record to archive s convert archive to SFX t test archive integrity u update files in archive v verbosely list files in archive x extract files from archive Options: -- stop processing options -ac --ClearArchiveBit clear Archive bit on files succesfully (de)archived -ad --adddir add arcname to extraction path -aeALGORITHM --encryption=ALGORITHM encryption ALGORITHM (aes, blowfish, serpent, twofish) -agFMT --autogenerate=FMT autogenerate archive name with FMT -ao --SelectArchiveBit select only files with Archive bit set -apDIR --arcpath=DIR base DIR in archive -baMODE --BrokenArchive=MODE deal with badly broken archive using MODE -cfgFILES --config=FILES use configuration FILES (default: arc*.ini) -d --delete delete files & dirs after successful archiving -df --delfiles delete only files after successful archiving -diAMOUNT --display=AMOUNT control AMOUNT of information displayed: [hoacmnwrfdtske]* -dmMETHOD --dirmethod=METHOD compression METHOD for archive directory -dpDIR --diskpath=DIR base DIR on disk -dsORDER --sort=ORDER sort files in ORDER -ed --nodirs don't add empty dirs to archive -envVAR read default options from environment VAR (default: FREEARC) -epMODE --ExcludePath=MODE Exclude/expand path MODE -f --freshen freshen files -fn --fullnames match with full names -hpPASSWORD --HeadersPassword=PASSWORD encrypt/decrypt archive headers and data using PASSWORD -iTYPE --indicator=TYPE select progress indicator TYPE (0/1/2) -ioff --shutdown shutdown computer when operation completed -k --lock lock archive -kb --keepbroken keep broken extracted files -kfKEYFILE --keyfile=KEYFILE encrypt/decrypt using KEYFILE -lcN --LimitCompMem=N limit memory usage for compression to N mbytes -ldN --LimitDecompMem=N limit memory usage for decompression to N mbytes -mMETHOD --method=METHOD compression METHOD (-m0..-m9, -m1x..-m9x) -maLEVEL set filetype detection LEVEL (+/-/1..9) -max maximum compression using external precomp, ecm, ppmonstr -mc disable compression algorithms (-mcd-, -mc-rep...) -mdN --dictionary=N set compression dictionary to N mbytes -mmMODE --multimedia=MODE set multimedia compression to MODE -ms --StoreCompressed store already compressed files -mtTHREADS --MultiThreaded=THREADS number of compression THREADS -mx maximum internal compression mode -nFILESPECS --include=FILESPECS include only files matching FILESPECS -oMODE --overwrite=MODE existing files overwrite MODE (+/-/p) -okfKEYFILE --OldKeyfile=KEYFILE old KEYFILE used only for decryption -opPASSWORD --OldPassword=PASSWORD old PASSWORD used only for decryption -pPASSWORD --password=PASSWORD encrypt/decrypt compressed data using PASSWORD -r --recursive recursively collect files -rrSIZE --recovery=SIZE add recovery information of specified SIZE to archive -sGROUPING --solid=GROUPING GROUPING for solid compression -scCHARSETS --charset=CHARSETS CHARSETS used for listfiles and comment files -sfxMODULE add sfx MODULE ("freearc.sfx" by default) -slSIZE --SizeLess=SIZE select files smaller than SIZE -smSIZE --SizeMore=SIZE select files larger than SIZE -t --test test archive after operation -tTYPE --type=TYPE archive TYPE (arc/zip/rar/...) -taTIME --TimeAfter=TIME select files modified after specified TIME -tbTIME --TimeBefore=TIME select files modified before specified TIME -tk --keeptime keep original archive time -tl --timetolast set archive time to latest file -tnPERIOD --TimeNewer=PERIOD select files newer than specified time PERIOD -toPERIOD --TimeOlder=PERIOD select files older than specified time PERIOD -tpMODE --pretest=MODE test archive before operation using MODE -u --update update files -vSIZE --volume=SIZE split archive to volumes each of SIZE bytes -wDIRECTORY --workdir=DIRECTORY DIRECTORY for temporary files -xFILESPECS --exclude=FILESPECS exclude FILESPECS from operation -y --yes answer Yes to all queries -zFILE --arccmt=FILE read archive comment from FILE or stdin --append add new files to the end of archive --archive-comment=COMMENT input archive COMMENT in cmdline --bypass=URL setups proxy bypass list for URL access --cache=N use N mbytes for read-ahead cache --crconly save/check CRC, but don't store data --create-in-workdir create archive in workdir and then move to final location --dirs add empty dirs to archive --groups=FILE name of groups FILE --language=FILE load localisation from FILE --logfile=FILE duplicate all information displayed to this FILE --noarcext don't add default extension to archive name --nodata don't store data in archive --nodates don't store filetimes in archive --nodir don't write archive directories --original=URL redownload broken parts of archive from the URL --pause-before-exit=PAUSE make a PAUSE just before closing program window --print-config display built-in definitions of compression methods --proxy=URL setups proxy(s) for URL access --queue queue operations across multiple FreeArc copies --recompress recompress archive contents --save-bad-ranges=FILE save list of broken archive parts to the FILE --sync synchronize archive and disk contents All OK |
| The Following User Says Thank You to Simorq For This Useful Post: | ||
S-Ghost (16-02-2018) | ||
|
#292
|
|||
|
|||
|
Solve
Last edited by brandal; 16-02-2018 at 00:38. |
|
#293
|
|||
|
|||
|
what is best compress method for Unreal Engine 4 Games
|
|
#295
|
||||
|
||||
|
Quote:
Please, How to activate Elapsed Time & Remaining Time? Thank |
|
#296
|
||||
|
||||
|
Quote:
Up please, Thank |
|
#297
|
||||
|
||||
|
7.1.0 soon
Code:
- Fixed cls for bink unpack > should be packed with [ExtComp:bpk] - Fixed pOodle decompression > fixed large and lower case (it is important for arc.ini) + added missing dll files > should be packed with [ExtComp:pOodle] - Added RAZOR v1.03.6 - Added compatibility for UWP games (thanks to prudislav for provided tools) - Game size/HDD space are not rounded anymore > it's now xx,xx(%) MB/GB/TB instead of xx(%) MB/GB/TB - Fixed lolz cls ini (thanks to elit) - Added Elapsed/Remaining Time to installer
__________________
Haters gonna hate
|
|
#298
|
|||
|
|||
|
Hi KaktoR
ASIS: Advanced Simple Installer Script 7.1.0 when will it be ready |
|
#299
|
||||
|
||||
|
When it's done
![]() PS: i think i will do the first step with botva2 library and create a image pbar instead (it makes things easier afterwards), then say goodbye to bmp images and use png instead (but after 7.1.0, otherwise it takes too long).
__________________
Haters gonna hate
|
|
#300
|
|||
|
|||
|
KaktoR plase add the support for razor's xtool....
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |