Modding:Mod Configuration: Difference between revisions

Update ID description
m Note about path separators
Line 71: Line 71:
|-
|-
| '''Paths'''
| '''Paths'''
| Array of paths to load, relative to the mod's root directory.<br/>Each path is deduplicated and only loaded once, even if a parent or sub directory is defined at any point.<br/>Be mindful of the fact that paths are <b>case-sensitive</b> on some operating systems. ||
| Array of paths to load, relative to the mod's root directory. Any leading or trailing separators are optional.<br/>Each path is deduplicated and only loaded once, even if a parent or sub directory is defined at any point.<br/>Be mindful of the fact that paths are <b>case-sensitive</b> on some operating systems. ||
* Prohibited from escaping the mod directory.
* Prohibited from escaping the mod directory.
|-
|-