make missing packed.pak instructions slightly more verbose
ffs. TODO: prompt automatic copy if it detects an existing install
This commit is contained in:
parent
f46d796253
commit
6dd49fb69a
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user