Skip to content

Comments

feat: Mounting DVDBND as FUSE filesystem#50

Open
garyttierney wants to merge 7 commits intomainfrom
feat/fuse
Open

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

Conversation

@garyttierney
Copy link
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 requested a review from vswarte as a code owner October 4, 2025 05:19
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