You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an overlay loader to check the filesystem and load it automatically on start.
This will make it way easier to add new overlays, or even add them locally (without having to fork the project).
Most likely this will be achieved by scanning a specified folder for subfolders with an overlay.json file. The JSON file will contain the overlay's display name, author, and list of files to load. Additionally this will require hotkey specifications (combo mapped to the command) as well as how settings should be handled.
The text was updated successfully, but these errors were encountered:
Create an overlay loader to check the filesystem and load it automatically on start.
This will make it way easier to add new overlays, or even add them locally (without having to fork the project).
Most likely this will be achieved by scanning a specified folder for subfolders with an
overlay.json
file. The JSON file will contain the overlay's display name, author, and list of files to load. Additionally this will require hotkey specifications (combo mapped to the command) as well as how settings should be handled.The text was updated successfully, but these errors were encountered: