We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6627ee8 commit 69cf225Copy full SHA for 69cf225
loader/mod_loader.gd
@@ -284,7 +284,8 @@ func _setup_mods():
284
285
286
# Add a mod's data to mod_data.
287
-# The mod_folder_path is just the folder name that was added to UNPACKED_DIR.
+# The mod_folder_path is just the folder name that was added to UNPACKED_DIR,
288
+# which depends on the name used in a given mod ZIP (eg "mods-unpacked/Folder-Name")
289
func _init_mod_data(mod_folder_path):
290
# The file name should be a valid mod id
291
var mod_id = _get_file_name(mod_folder_path, false, true)
0 commit comments