|
|
|
#1
|
|||
|
|||
|
Image Converter
I wonder why I didn't make this before.
__________________
NOT AVAILABLE |
| The Following User Says Thank You to 78372 For This Useful Post: | ||
Grumpy (27-12-2019) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Ext Listing Of All Files In A Folder
Code:
Usage: ListExt.exe <Dir> |
| The Following 15 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
:( Sad8669 (16-05-2021), Cesar82 (16-05-2021), dixen (16-05-2021), ffmla (17-05-2021), Flzzy (17-05-2021), GaMEr_2077 (16-05-2021), Gehrman (21-05-2021), Harsh ojha (16-05-2021), kj911 (17-05-2021), L33THAK0R (16-05-2021), Mortal Lord (16-05-2021), Prettyboy099 (17-05-2021), ScOOt3r (17-05-2021), shazzla (16-05-2021), Vladislav989 (04-01-2023) | ||
|
#3
|
|||
|
|||
|
Some of my favourite CLI tools:
https://github.com/roothaxor/Exif-Remove Command Line Exif Data remover - useful for sharing images online http://www.intelliadmin.com/index.ph...s-and-folders/ DelEmpty - remove all empty folders / 0b files verbosely&recursively |
| The Following 3 Users Say Thank You to Masquerade For This Useful Post: | ||
|
#4
|
|||
|
|||
|
Unity Asset Bundle Extractor
Unity .assets and AssetBundle editor
UABE is an editor for Unity 3.4+/4/5/2017/2018 .assets and AssetBundle files. It can create standalone mod installers from changes to .assets and/or bundles. https://github.com/DerPopo/UABE You can:
Last edited by pratikpatel8982; 26-05-2021 at 19:48. |
| The Following 4 Users Say Thank You to pratikpatel8982 For This Useful Post: | ||
Carldric Clement (17-07-2021), Harsh ojha (18-07-2021), L0v3craft (20-06-2022), Rekulou (27-05-2021) | ||
|
#5
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to Carldric Clement For This Useful Post: | ||
GaMEr_2077 (17-07-2021) | ||
|
#6
|
||||
|
||||
|
Quote:
This is based on the "arc.groups" file. So place the first "arc.groups" file next to the "ListExt.exe" file. The next step is to set up the "ListExt.ini" file. The aim is to introduce compression methods for each group of files. It is done as follows, Code:
ListExt.ini ; Freearc Compression Methods according to the 'arc.groups' file. $default = srep+nz $text = dict:p+lzp+ppmd:10:512mb+nz $binary = precomp+rep:512mb+lzma:1gb:200:ht4:mc128 $exe = bcj2+rep:512mb+delta+exe+rz $iso = ecm+precomp+rep:512mb+bcj2+delta+lzma:1gb:273:ht4:mc256 $obj = precomp+srep+nz $bmp = bmp+nz $wav = tta+nz $mod = rep:512mb+lzma:1gb:200:ht4:mc128 $precomp = precomp+rep:512mb+delta+rz $jpg = jpg+nz $jpgsolid = precomp+rep:32+nz $compressed = rep:64m+lzma:128m:128:ht4:mc16 ; Other ListExt Settings OverwriteLogs = 1 We're all set now. All that is left is to drag a folder through "ListExt.exe". At the end of the process it'll recommend an appropriate compression method for your respective folder. The file groups and the recommended compression method can be viewed in the ListExt_log.log file created at the end of the process. . Last edited by BLACKFIRE69; 29-06-2022 at 18:30. |
| The Following 7 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
:( Sad8669 (29-06-2022), Ele (26-06-2023), ffmla (30-06-2022), Gehrman (30-06-2022), kj911 (30-06-2022), Lord.Freddy (22-08-2022), ScOOt3r (29-06-2022) | ||
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
dict = dictionary replacements for texts
, |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Barbarossa178 (29-09-2022) | ||
|
#9
|
|||
|
|||
|
Where do I get this ppmd compressor?
|
|
#10
|
|||
|
|||
|
It's built into FreeArc.
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
Barbarossa178 (29-09-2022) | ||
|
#11
|
|||
|
|||
|
Hey BLACKFIRE69,
Please may you build a version of listext that orders the output of file sizes from largest to smallest? E.g. Code:
Source: . Files : 123456789 [1337 GB] EXTENSION FILE COUNT PERCENTAGE TOTAL SIZE ---------------------------------------------------------- .OGG ? XXX% 3GB ---------------------------------------------------------- .ZIP ? XXX% 2GB ---------------------------------------------------------- .EXE ? XXX% 1GB ---------------------------------------------------------- .DLL ? XXX% 100MB ---------------------------------------------------------- .TXT ? XXX% 50MB |
|
#12
|
||||
|
||||
|
Quote:
ok! ListExt - Update Code:
USAGE: ListExt.exe <Directory> [Order_Type] (or just drag and drop a folder over the ListExt.exe.) ORDER_TYPE: /SA = Sort Alphabetically. /SS = Sort by Size. /SP = Sort by Percentage. Default is /SS (Sort by Size). EXAMPLE: ListExt.exe "C:\Test\Example1" /SA . |
| The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
brispuss (15-05-2024), Gehrman (16-03-2023), kj911 (16-03-2023), Masquerade (15-03-2023), ScOOt3r (16-03-2023) | ||
|
#13
|
|||
|
|||
|
Quote:
Thanks for this very useful program! Would it be possible to create a file listing based on reading file headers instead of reading file extensions? Reasons being that file extensions are not always valid, and some files don't have extensions at all! And if possible, export file types to appropriately named folders for further processing. And maybe import processed files back to their original locations? Yes, I know this would be a big task, but possible? Thank you. |
|
#14
|
||||
|
||||
|
Quote:
Code:
ListExt.ini ... ; Save the categorized file list in TXT files. ExportFileList = 1 ExportRelativeName = 0 ExportFileListPath = ".\MyOutput" . |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| x-box programs | cool_dude_2000 | XBox Games | 4 | 01-06-2003 05:37 |
| Best programs to burn? | Rafaelbn | PC Games | 2 | 30-05-2002 10:22 |
| Recommendations for Best CDR programs ? Error/fault on Nero ... | shinta | CD/DVD Software & Utilities | 1 | 09-04-2002 12:37 |
| Wma & What are the best programs for finding mp3s | adriannqld | Media Files | 4 | 25-07-2001 21:00 |