Skip to content

feat: Mounting DVDBND as FUSE filesystem#50

Open
garyttierney wants to merge 7 commits into
mainfrom
feat/fuse
Open

feat: Mounting DVDBND as FUSE filesystem#50
garyttierney wants to merge 7 commits into
mainfrom
feat/fuse

Conversation

@garyttierney

Copy link
Copy Markdown
Member

This allows a collection of BHD/BDTs to be mounted as a POSIX filesystem using FUSE on Linux.

See the example command below to mount game archives to the mountpoint fs

$ fstools_cli --game-type er-pc --game-path '/home/gtierney/.steam/steam/steamapps/common/ELDEN RING/Game/' mount fs
$ find fs/ -name '*.txt'
  fs/action/variablenameid.txt
  fs/action/statenameid.txt
  fs/action/eventnameid.txt

This allows a collection of BHD/BDTs to be mounted as a POSIX filesystem
using FUSE on Linux.

See the example command below to mount game archives to the mountpoint
`fs`

    $ fstools_cli --game-type er-pc --game-path '/home/gtierney/.steam/steam/steamapps/common/ELDEN RING/Game/' mount fs
    $ find fs/ -name '*.txt'
      fs/action/variablenameid.txt
      fs/action/statenameid.txt
      fs/action/eventnameid.txt
@garyttierney
garyttierney force-pushed the feat/fuse branch 2 times, most recently from ce1f425 to 05bf686 Compare March 4, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant