From 7ad8aa39990acfba011b45db378df30713194efd Mon Sep 17 00:00:00 2001 From: FrostSource Date: Thu, 23 Jan 2025 02:20:17 +0000 Subject: [PATCH 1/2] Add HLA-VScript addon --- .gitmodules | 3 +++ addons/HLA-VScript/info.json | 4 ++++ addons/HLA-VScript/module | 1 + 3 files changed, 8 insertions(+) create mode 100644 addons/HLA-VScript/info.json create mode 160000 addons/HLA-VScript/module diff --git a/.gitmodules b/.gitmodules index 53bb0ec9..abd233e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -209,3 +209,6 @@ [submodule "addons/umbrella-unstable/module"] path = addons/umbrella-unstable/module url = https://github.com/demiurgeQuantified/UmbrellaAddon-Unstable +[submodule "addons/HLA-VScript/module"] + path = addons/HLA-VScript/module + url = https://github.com/FrostSource/HLA-VScript.git diff --git a/addons/HLA-VScript/info.json b/addons/HLA-VScript/info.json new file mode 100644 index 00000000..d81b0cd8 --- /dev/null +++ b/addons/HLA-VScript/info.json @@ -0,0 +1,4 @@ +{ + "name": "Half Life Alyx VScript API", + "description": "Definitions for the Half Life Alyx Lua API." + } \ No newline at end of file diff --git a/addons/HLA-VScript/module b/addons/HLA-VScript/module new file mode 160000 index 00000000..2708be39 --- /dev/null +++ b/addons/HLA-VScript/module @@ -0,0 +1 @@ +Subproject commit 2708be39ccbe68dfaa65717d2c2897fa43d24c43 From bc24f11bd5e2f6d8f1144b7db92ef3a9087a4c2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 02:20:53 +0000 Subject: [PATCH 2/2] chore: Update Addon Metadata --- addons/HLA-VScript/info.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/addons/HLA-VScript/info.json b/addons/HLA-VScript/info.json index d81b0cd8..c7e10b76 100644 --- a/addons/HLA-VScript/info.json +++ b/addons/HLA-VScript/info.json @@ -1,4 +1,6 @@ { - "name": "Half Life Alyx VScript API", - "description": "Definitions for the Half Life Alyx Lua API." - } \ No newline at end of file + "name": "Half Life Alyx VScript API", + "description": "Definitions for the Half Life Alyx Lua API.", + "size": 217875, + "hasPlugin": false +}