diff options
author | Rémy Raes <raes.remy@gmail.com> | 2024-07-30 00:41:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 00:41:10 +0200 |
commit | d5b35ee69a1ad7f9c6515ed70474babfb33519f7 (patch) | |
tree | 010e524f8e49f6890f3a93b1191f0970c9081b2d /Northstar.Client/mod/resource | |
parent | 7abae6cf8326a768729cc314805606b6a0344f33 (diff) | |
download | NorthstarMods-d5b35ee69a1ad7f9c6515ed70474babfb33519f7.tar.gz NorthstarMods-d5b35ee69a1ad7f9c6515ed70474babfb33519f7.zip |
Only fetch MAD manifesto on server join (#821)
Previously, the verified mods manifesto was fetched on game start without checking if the verified mod feature is enabled Squirrel-side; with this, the manifesto is only fetched when the user wants to download a mod (meaning they enabled the feature beforehand).
Diffstat (limited to 'Northstar.Client/mod/resource')
-rw-r--r-- | Northstar.Client/mod/resource/northstar_client_localisation_english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt index eaec0cc7..baceed22 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt @@ -373,6 +373,8 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a "WRONG_MOD_VERSION" "Server has mod \"%s1\" v%s2 while you have v%s3" "MOD_NOT_VERIFIED" "(mod is not verified, and couldn't be downloaded automatically)" "MOD_DL_DISABLED" "(automatic mod downloading is disabled)" + "MANIFESTO_FETCHING_TITLE" "Setting up mod download" + "MANIFESTO_FETCHING_TEXT" "Retrieving the list of verified mods..." "DOWNLOADING_MOD_TITLE" "Downloading mod" "DOWNLOADING_MOD_TITLE_W_PROGRESS" "Downloading mod (%s1%)" "DOWNLOADING_MOD_TEXT" "Downloading %s1 v%s2..." |