Skip to content

FUSE module for mounting old good Doom WAD files as user-space filesystem (read-only)

License

Notifications You must be signed in to change notification settings

XXXXPro/wadFUSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wadFUSE

FUSE module for mounting old good Doom WAD files as user-space filesystem (read-only). Files from Hexen, Heretic or Birthright should work too, but haven't tested. Written just for fun and some FUSE modules writing excercise.

Compilation:

gcc -Wall wadfuse.c wadcommon.c `pkg-config fuse --cflags --libs` -o wadfuse

Usage:

./wadfuse <WADfile> <mountpoint>

WADfile is path to IWAD or PWAD file, mountpoint is empty writable by current user directory.

Dependencies:

libfuse-dev package

About

FUSE module for mounting old good Doom WAD files as user-space filesystem (read-only)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages