Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keelhauled/mod-overlay
- Owner: Keelhauled
- License: gpl-3.0
- Created: 2022-10-06T17:43:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T15:08:24.000Z (10 months ago)
- Last Synced: 2024-02-21T13:38:24.847Z (10 months ago)
- Topics: fuse-overlayfs, modding, modding-tools, overlayfs
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`