diff options
author | Emma Miler <emma.pi@protonmail.com> | 2023-04-11 20:49:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 20:49:35 +0200 |
commit | db2434b524c284913c91556c75ff1ebd4226c96e (patch) | |
tree | 878b21866830ae4c6cc78963d7e93689ae16028c /Northstar.Client/mod.json | |
parent | 7ec5413c0e71300814350164c69e6452136bd4cd (diff) | |
download | NorthstarMods-db2434b524c284913c91556c75ff1ebd4226c96e.tar.gz NorthstarMods-db2434b524c284913c91556c75ff1ebd4226c96e.zip |
New presence code for plugins v2 (#532)
* test
* Update cl_presence.nut
* Update Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut
* Apply suggestions from code review
* New scripts
* fix playlist and add native funcs to build
* remove snake cases from GameStateStruct
* I forgor
---------
Co-authored-by: cat_or_not <41955154+catornot@users.noreply.github.com>
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index d52f95fc..f0f45e67 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -3,6 +3,7 @@ "Description": "Various ui and client changes to fix bugs and add better support for mods", "Version": "1.12.0", "LoadPriority": 0, + "InitScript": "cl_northstar_client_init.nut", "ConVars": [ { "Name": "filter_hide_empty", |