Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

can I extract only desired files? and not all?

Featured Replies

  • Author
  • Localization

Ashuu, posted Fri May 21, 2021 2:20 pm (64180)


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 :)
  • Author
  • Localization

aluigi, posted Fri May 21, 2021 6:06 pm (64188)


the only way is use the -f option from command-line:
Code:
-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

Example:
quickbms.exe -f "{}myfile.txt" script.bms archive.dat output_folder
  • Author
  • Localization

Ashuu, posted Sat May 22, 2021 8:46 am (64205)


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
  • Author
  • Localization

aluigi, posted Sat May 22, 2021 10:36 am (64206)


Code:
data/db/db.ini
character/animation/char.kfm
character/model/model.nif
  • Author
  • Localization

Ashuu, posted Sat May 22, 2021 3:10 pm (64212)


Thanks aluigi I will try it, neither the dedicated forums nor paid tools have such a dedicated support hahaha thank you !! :)
  • Author
  • Localization

Ashuu, posted Thu Oct 14, 2021 2:08 am (67014)


aluigi wrote:
Code:
data/db/db.ini
character/animation/char.kfm
character/model/model.nif


Hiii again :) !!! another question, can I add a folder to the filters ? I want only a certain folder to be exported ?
  • Author
  • Localization

aluigi, posted Thu Oct 14, 2021 6:46 am (67019)


Sure, you can use wildcards for improving the filter, for example
Code:
data/*
*model*
*.nif
*anim*char*
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.