|
#10
|
||||
|
||||
|
Not a "tool for repacking", but this comes in handy if you want to delete extracted files below certain size, for example if you use WemTool, which will give negative ratios if you have a ton of very small files (1kb up to 400kb from my experience) without doing it manualy, which can be annoying, especially if you extract a file and end up with 50k+ files. This is only usefull if you want to use xtool erase/decode function.
Code:
REM Set size in bytes set size=416000 set foldername=E:\_QuickBMS\Voice.pak_extract cd /D "%foldername%" for /f "usebackq delims=;" %%A in (`dir /s /b /A:-D *.*`) do If %%~zA LSS %size% del "%%A" Code:
sounds_sfx_orig.7z 1,25 GB (1.347.455.155 Bytes) sounds_sfx_processed_all_wems.7z 1,22 GB (1.314.981.234 Bytes) sounds_sfx_processed_bigger_wems.7z 1,19 GB (1.284.920.096 Bytes)
__________________
Haters gonna hate
Last edited by KaktoR; 18-12-2023 at 05:24. |
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
Masquerade (18-12-2023), Wanterlude (09-08-2024) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Support and Help on Game Compression Tools and Methods | Snake288 | Conversion Tutorials | 4 | 18-04-2020 06:30 |
| Help choosing an mp3 player | ikermalli | Media Players | 8 | 22-08-2010 23:15 |
| [REQ] Pac-Man World 2 Starforce 3 Crack (RLD Tools inside) | newone111 | PC Games | 48 | 21-03-2010 00:22 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| Daemon Tools Question | Overthere | PC Games | 11 | 16-06-2003 17:02 |