SegsEngine
SegsEngine copied to clipboard
Allow mounting/aliasing filesystem directories
The functionality should be similar to Linux's ln -s
API should allow mounting an existing path to a shorter, more meaningful path, as well as support mounting archives as directories through file access plugins.
mount("res://generic_resources/internationalized/images/ui","res://ui_images");
mount("res://external_packages/dlc_pack1.zip","res://dlc_1");
mount("res://original_content/bin.pigg","res://bin");