Skip to content

reenable loading unpacked mods outside the editor #442

@Qubus0

Description

@Qubus0

removed since #416

ref this part only checking if in the editor:

if OS.has_feature("editor"):
var path := _ModLoaderPath.get_unpacked_mods_dir_path()
for mod_dir in DirAccess.get_directories_at(path):
var manifest_path := path.path_join(mod_dir).path_join("manifest.json")
var manifest_dict := _ModLoaderFile.get_json_as_dict(manifest_path)
_load_metadata(manifest_dict)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions