make missing packed.pak instructions slightly more verbose

ffs. TODO: prompt automatic copy if it detects an existing install
This commit is contained in:
Kae 2024-07-24 18:18:52 +10:00 committed by GitHub
parent f46d796253
commit 6dd49fb69a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -683,7 +683,7 @@ StringList Root::scanForAssetSources(StringList const& directories, StringList c
dependencySortVisit(*requirement); dependencySortVisit(*requirement);
else else
throw StarException(strf("Asset source '{}' is missing dependency '{}'{}", *source->name, requirementName, throw StarException(strf("Asset source '{}' is missing dependency '{}'{}", *source->name, requirementName,
requirementName != "base" ? "" : "\n\n(The base Starbound asset package could not be found, please copy it from another Starbound install!)\n")); requirementName != "base" ? "" : "\n\nThe base Starbound asset package could not be found, please copy it from another Starbound install!\n(Locate 'packed.pak' in vanilla Starbound's assets folder, then copy it to OpenStarbound's assets folder.)\n"));
} }
workingSet.remove(source); workingSet.remove(source);