diff options
author | uniboi <64006268+uniboi@users.noreply.github.com> | 2022-09-21 21:44:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 23:44:20 +0200 |
commit | ecd37edc3f833526518cf6a6abb2bd128fd0a51c (patch) | |
tree | 035a1ed81a1a7010d2a48d3883eaa5b41887478c /Northstar.Client/mod.json | |
parent | 57c9f05a5fd4f901bd8622829dbee4809990e71a (diff) | |
download | NorthstarMods-ecd37edc3f833526518cf6a6abb2bd128fd0a51c.tar.gz NorthstarMods-ecd37edc3f833526518cf6a6abb2bd128fd0a51c.zip |
Change modlist interface (#401)
* Change modlist interface
* add the settings file
* new current mod enabled indicator
* Only show requiredOnClient warning when required
* filter by required on client status
* fix ONLY_REQUIRED instead of ONLY_NOT_REQUIRED
* update list slider position when reopening
* colorblind colors
* convar for reversed list and allow unicode search
* better colors for the blind
* Update filtered modlist after changing mod status
* fix some things
* mod enabled color blind icon
* move enabled icon
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 17b01543..7dcfcd21 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -31,6 +31,16 @@ { "Name": "filter_map_hide_locked", "DefaultValue": "0" + }, + { + "Name": "modlist_show_convars", + "DefaultValue": "0", + "Flags": 16777216 + }, + { + "Name": "modlist_reverse", + "DefaultValue": "0", + "Flags": 16777216 } ], "Scripts": [ |