Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keelhauled/mod-overlay

Overlayfs mod manager
https://github.com/keelhauled/mod-overlay

fuse-overlayfs modding modding-tools overlayfs

Last synced: about 1 month ago
JSON representation

Overlayfs mod manager

Awesome Lists containing this project

README

        

# mod-overlay
A simple linux mod manager using fuse-[overlayfs](https://docs.kernel.org/filesystems/overlayfs.html)

### Usage
- Get fuse-overlayfs and python
- Place mods in some folder like this
```
mods
├── mod1
│   ├── modfiles
├── mod2
│   ├── modfiles
```
- Run `mod-overlay PATH_TO_MODS_FOLDER PATH_TO_WHERE_GAME_EXPECTS_MODS_TO_BE`