diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-07-24 18:18:52 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 18:18:52 +1000 |
commit | 6dd49fb69ac6c3d7db78f7edd7d9ccd445e674d5 (patch) | |
tree | 488eeb946c147bf5e17c6248d9df3663490b0af3 /source/game/StarRoot.cpp | |
parent | f46d796253fff4fde6db8f399012ef16cbf7707f (diff) |
make missing packed.pak instructions slightly more verbose
ffs. TODO: prompt automatic copy if it detects an existing install
Diffstat (limited to 'source/game/StarRoot.cpp')
-rw-r--r-- | source/game/StarRoot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarRoot.cpp b/source/game/StarRoot.cpp index 235a1df..626e298 100644 --- a/source/game/StarRoot.cpp +++ b/source/game/StarRoot.cpp @@ -683,7 +683,7 @@ StringList Root::scanForAssetSources(StringList const& directories, StringList c dependencySortVisit(*requirement); else 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); |