dmitmel / ccloader3

MIT License
2 stars 4 forks source link

Add support for arbitrary mods directory #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

Let assets/mods/ be the default directory, but allow a user to specify an alternative directory.

dmitmel commented 4 years ago

Where should the configuration be stored? Right now this is trivial to put in user-config.js because the user configuration is loaded before the mod metadata.

ghost commented 4 years ago

A central configuration place would be most ideal. user-config.js should be sufficient.