Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 484 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 484 Bytes

LAB Fuse

lab-fuse is a user-mode file system for LucasArts .LAB file format.

Mount .LAB file as a drive

First install Dokan (tested on version 2.1): https://github.com/dokan-dev/dokany/releases

Usage:

lab-fuse <path-to-file.lab> <drive-letter> [fuse options]

The following command mounts olobj.lab file as drive M:\.

lab-fuse d:\outlaws\olobj.lab m

Todo

  1. Catch all exceptions in all functions.
  2. Improve error reporting.