as i read quickbms allows me to show the files that are inside the archive without extracting them ... is it possible to select to extract only the file i need? and good morning
-f W filter the files to extract using the W wildcards separated by comma or semicolon, example -f "*.mp3,*.txt;*myname*" if the filter starts with ! it's considered an ignore/exclusion filter, it can be a text file containing multiple filters too, * and {} are same example: quickbms -f "*.mp3;!*.ogg" script.bms archive.dat output example: quickbms -f myfilters_list.txt script.bms archive.dat use {} instead of * to avoid issues on Windows, multiple -f are ok too
sorry, I don't understand very well ... let's say I only want to extract 3 files that would be "data/db/db.ini" "character/animation/char.kfm" "character/model/model.nif" and ignore everything else ? more exactly how my filter.txt file should be ? And sorry, I'm slow of understanding haha