From b627902d05e5e557d6aa6e9c556aa2b1e6b0a081 Mon Sep 17 00:00:00 2001 From: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Sat, 23 Sep 2023 11:26:40 +0100 Subject: [PATCH 1/3] make requiredonclient text more descriptive --- .../mod/resource/northstar_client_localisation_english.txt | 1 + Northstar.Client/mod/resource/ui/menus/modlist.menu | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt index 8c7bab3a7..495e338ea 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt @@ -304,6 +304,7 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a "SHOW_ONLY_DISABLED" "Only Disabled" "SHOW_ONLY_NOT_REQUIRED" "Only Optional Mods" "SHOW_ONLY_REQUIRED" "Only Required Mods" + "MOD_REQUIRED_WARNING" " : This mod may get (un)loaded when joining a server" // Maps menu "HIDE_LOCKED" "Hide locked" diff --git a/Northstar.Client/mod/resource/ui/menus/modlist.menu b/Northstar.Client/mod/resource/ui/menus/modlist.menu index da59bcddc..ff408e369 100644 --- a/Northstar.Client/mod/resource/ui/menus/modlist.menu +++ b/Northstar.Client/mod/resource/ui/menus/modlist.menu @@ -488,7 +488,7 @@ resource/ui/menus/modlist.menu { ControlName Label - labelText " : This mod gets (un)loaded automatically" + labelText "#MOD_REQUIRED_WARNING" wide 500 tall 50 visible 0 From ffb87867de0cf87b1acc41682ab4dca89f327d72 Mon Sep 17 00:00:00 2001 From: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Sat, 23 Sep 2023 11:31:57 +0100 Subject: [PATCH 2/3] make label wider so that text fits --- Northstar.Client/mod/resource/ui/menus/modlist.menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Northstar.Client/mod/resource/ui/menus/modlist.menu b/Northstar.Client/mod/resource/ui/menus/modlist.menu index ff408e369..c26156b2b 100644 --- a/Northstar.Client/mod/resource/ui/menus/modlist.menu +++ b/Northstar.Client/mod/resource/ui/menus/modlist.menu @@ -489,7 +489,7 @@ resource/ui/menus/modlist.menu ControlName Label labelText "#MOD_REQUIRED_WARNING" - wide 500 + wide 800 tall 50 visible 0 From 459aa232fe5fcc01cf5641227fa7e92feed4da30 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:50:14 +0100 Subject: [PATCH 3/3] use auto sizing Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com> --- Northstar.Client/mod/resource/ui/menus/modlist.menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Northstar.Client/mod/resource/ui/menus/modlist.menu b/Northstar.Client/mod/resource/ui/menus/modlist.menu index c26156b2b..bd350a338 100644 --- a/Northstar.Client/mod/resource/ui/menus/modlist.menu +++ b/Northstar.Client/mod/resource/ui/menus/modlist.menu @@ -489,7 +489,7 @@ resource/ui/menus/modlist.menu ControlName Label labelText "#MOD_REQUIRED_WARNING" - wide 800 + auto_wide_tocontents 1 tall 50 visible 0