From 99e805d685575007a56ce4d031cd884e7bc8a677 Mon Sep 17 00:00:00 2001 From: 1312255201 <1312255201@qq.com> Date: Sat, 15 Jul 2023 23:45:04 +0800 Subject: [PATCH 1/9] Update GeneratedEventManager.cs up 57 and 71 --- .../Generated/GeneratedEventManager.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs index e613534..767c1ab 100644 --- a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs +++ b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs @@ -221,7 +221,7 @@ public static class EventManager new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "target"), new EventParameter("System.String", false, "reason")) }, { 57, new Event( - new EventParameter("RoundSummary+LeadingTeam", false, "leadingTeam")) }, + new EventParameter("RoundSummary.LeadingTeam", false, "leadingTeam")) }, { 58, new Event() }, { 59, new Event() }, { 60, new Event() }, @@ -254,9 +254,11 @@ public static class EventManager new EventParameter("System.String", false, "command"), new EventParameter("System.String", true, "arguments")) }, { 71, new Event( - new EventParameter("Respawning.SpawnableTeamType", false, "team")) }, + new EventParameter("Respawning.SpawnableTeamType", false, "team"), + new EventParameter("List",false,"spawnlist"), + new EventParameter("int",false,"spawnNum"))}, { 70, new Event( - new EventParameter("Respawning.SpawnableTeamType", false, "team")) }, + new EventParameter("Respawning.SpawnableTeamType", false, "team")) }, { 72, new Event( new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), new EventParameter("System.Boolean", false, "activated")) }, From 4aba7a5c5df5d45843d2ae8b719d3f15bfadeab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=AA=E5=92=95=E5=92=95=E9=B1=BC?= <50142521+1312255201@users.noreply.github.com> Date: Sat, 15 Jul 2023 23:47:06 +0800 Subject: [PATCH 2/9] 1 --- .../NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs index 767c1ab..d66477c 100644 --- a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs +++ b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs @@ -255,7 +255,7 @@ public static class EventManager new EventParameter("System.String", true, "arguments")) }, { 71, new Event( new EventParameter("Respawning.SpawnableTeamType", false, "team"), - new EventParameter("List",false,"spawnlist"), + new EventParameter("List",false,"spawnList"), new EventParameter("int",false,"spawnNum"))}, { 70, new Event( new EventParameter("Respawning.SpawnableTeamType", false, "team")) }, From 043714cb803fed97fdba96045fefef8f86c81482 Mon Sep 17 00:00:00 2001 From: 1312255201 <1312255201@qq.com> Date: Sat, 15 Jul 2023 23:57:23 +0800 Subject: [PATCH 3/9] up 130 131 --- .../Generated/GeneratedEventManager.cs | 8 ++++++ NwPluginAPI/NwPluginAPI.csproj | 28 ++++++++++++++----- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs index 767c1ab..8182e34 100644 --- a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs +++ b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs @@ -447,5 +447,13 @@ public static class EventManager new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), new EventParameter("InventorySystem.Items.Radio.RadioItem", false, "radio"), new EventParameter("System.Boolean", false, "newState")) }, + {130, new Event( + new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), + new EventParameter("InventorySystem.Items.ItemBase", false, "item"))}, + {131, new Event( + new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), + new EventParameter("ItemType", false, "type"), + new EventParameter("int", false, "amount") + )} }; } diff --git a/NwPluginAPI/NwPluginAPI.csproj b/NwPluginAPI/NwPluginAPI.csproj index 64e3465..9bd31ca 100644 --- a/NwPluginAPI/NwPluginAPI.csproj +++ b/NwPluginAPI/NwPluginAPI.csproj @@ -57,12 +57,26 @@ - - - - - - - + + ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp.dll + + + ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\CommandSystem.Core.dll + + + ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Mirror.dll + + + ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\NorthwoodLib.dll + + + ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Pooling.dll + + + ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.CoreModule.dll + + + ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.PhysicsModule.dll + \ No newline at end of file From da2ec698b20e0ed7f93a8b96acfd783cec311ecc Mon Sep 17 00:00:00 2001 From: 1312255201 <1312255201@qq.com> Date: Sat, 15 Jul 2023 23:58:34 +0800 Subject: [PATCH 4/9] Revert "Merge branch 'Feature/UpAnalyzers' of https://github.com/1312255201/NwPluginAPI into Feature/UpAnalyzers" This reverts commit 3aa60586e2608014eb82a991cd369795c1e76325, reversing changes made to 043714cb803fed97fdba96045fefef8f86c81482. --- .../NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs index 550cbee..8182e34 100644 --- a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs +++ b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs @@ -255,7 +255,7 @@ public static class EventManager new EventParameter("System.String", true, "arguments")) }, { 71, new Event( new EventParameter("Respawning.SpawnableTeamType", false, "team"), - new EventParameter("List",false,"spawnList"), + new EventParameter("List",false,"spawnlist"), new EventParameter("int",false,"spawnNum"))}, { 70, new Event( new EventParameter("Respawning.SpawnableTeamType", false, "team")) }, From a5b04897e1662791577f8e5afd90e06075729b9b Mon Sep 17 00:00:00 2001 From: 1312255201 <1312255201@qq.com> Date: Sun, 16 Jul 2023 00:00:06 +0800 Subject: [PATCH 5/9] Update GeneratedEventManager.cs --- .../NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs index 8182e34..550cbee 100644 --- a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs +++ b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs @@ -255,7 +255,7 @@ public static class EventManager new EventParameter("System.String", true, "arguments")) }, { 71, new Event( new EventParameter("Respawning.SpawnableTeamType", false, "team"), - new EventParameter("List",false,"spawnlist"), + new EventParameter("List",false,"spawnList"), new EventParameter("int",false,"spawnNum"))}, { 70, new Event( new EventParameter("Respawning.SpawnableTeamType", false, "team")) }, From e259f9aeba0a194bc1ed045be815f594e6131104 Mon Sep 17 00:00:00 2001 From: 1312255201 <1312255201@qq.com> Date: Sun, 16 Jul 2023 00:02:40 +0800 Subject: [PATCH 6/9] Revert "up 130 131" This reverts commit 043714cb803fed97fdba96045fefef8f86c81482. --- .../Generated/GeneratedEventManager.cs | 8 ------ NwPluginAPI/NwPluginAPI.csproj | 28 +++++-------------- 2 files changed, 7 insertions(+), 29 deletions(-) diff --git a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs index 550cbee..d66477c 100644 --- a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs +++ b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs @@ -447,13 +447,5 @@ public static class EventManager new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), new EventParameter("InventorySystem.Items.Radio.RadioItem", false, "radio"), new EventParameter("System.Boolean", false, "newState")) }, - {130, new Event( - new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), - new EventParameter("InventorySystem.Items.ItemBase", false, "item"))}, - {131, new Event( - new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), - new EventParameter("ItemType", false, "type"), - new EventParameter("int", false, "amount") - )} }; } diff --git a/NwPluginAPI/NwPluginAPI.csproj b/NwPluginAPI/NwPluginAPI.csproj index 9bd31ca..64e3465 100644 --- a/NwPluginAPI/NwPluginAPI.csproj +++ b/NwPluginAPI/NwPluginAPI.csproj @@ -57,26 +57,12 @@ - - ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp.dll - - - ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\CommandSystem.Core.dll - - - ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Mirror.dll - - - ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\NorthwoodLib.dll - - - ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Pooling.dll - - - ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.CoreModule.dll - - - ..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.PhysicsModule.dll - + + + + + + + \ No newline at end of file From a5bdfbf811215546a2b21f7117ffae48841106df Mon Sep 17 00:00:00 2001 From: 1312255201 <1312255201@qq.com> Date: Sun, 16 Jul 2023 00:06:27 +0800 Subject: [PATCH 7/9] up 130 131 up 130 131 --- .../Generated/GeneratedEventManager.cs | 8 ++++++++ .../NWPluginAPI.Analyzers/NWPluginAPI.Analyzers.csproj | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs index d66477c..369b3a4 100644 --- a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs +++ b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs @@ -447,5 +447,13 @@ public static class EventManager new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), new EventParameter("InventorySystem.Items.Radio.RadioItem", false, "radio"), new EventParameter("System.Boolean", false, "newState")) }, + {130, new Event( + new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), + new EventParameter("InventorySystem.Items.ItemBase", false, "item"))}, + {131, new Event( + new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), + new EventParameter("ItemType", false, "type"), + new EventParameter("int", false, "amount") + )}, }; } diff --git a/Analyzers/NWPluginAPI.Analyzers/NWPluginAPI.Analyzers.csproj b/Analyzers/NWPluginAPI.Analyzers/NWPluginAPI.Analyzers.csproj index 2cb459e..e7db683 100644 --- a/Analyzers/NWPluginAPI.Analyzers/NWPluginAPI.Analyzers.csproj +++ b/Analyzers/NWPluginAPI.Analyzers/NWPluginAPI.Analyzers.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -14,7 +14,7 @@ Northwood.PluginAPI.Analyzers - 12.0.0 + 13.1.0 Northwood Studios Northwood Studio PluginAPI.Analyzers From 32fbbd402cb39abec0b7233f8bf17d131d790e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=AA=E5=92=95=E5=92=95=E9=B1=BC?= <50142521+1312255201@users.noreply.github.com> Date: Sun, 16 Jul 2023 00:18:32 +0800 Subject: [PATCH 8/9] 1 1 --- .../NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs index 369b3a4..37102e6 100644 --- a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs +++ b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs @@ -255,8 +255,8 @@ public static class EventManager new EventParameter("System.String", true, "arguments")) }, { 71, new Event( new EventParameter("Respawning.SpawnableTeamType", false, "team"), - new EventParameter("List",false,"spawnList"), - new EventParameter("int",false,"spawnNum"))}, + new EventParameter("List",false,"players"), + new EventParameter("int",false,"nextWaveMaxSize"))}, { 70, new Event( new EventParameter("Respawning.SpawnableTeamType", false, "team")) }, { 72, new Event( From 4cf8aab7b9ded6f30cb5409aa7da9268caef7d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=AA=E5=92=95=E5=92=95=E9=B1=BC?= <50142521+1312255201@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:20:10 +0800 Subject: [PATCH 9/9] change 28 --- .../NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs index 37102e6..e2e7a4c 100644 --- a/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs +++ b/Analyzers/NWPluginAPI.Analyzers/Generated/GeneratedEventManager.cs @@ -117,8 +117,8 @@ public static class EventManager new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"), new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "target")) }, { 28, new Event( - new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "target"), new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "attacker"), + new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "target"), new EventParameter("PlayerStatsSystem.DamageHandlerBase", false, "damageHandler")) }, { 29, new Event( new EventParameter("PluginAPI.Core.Interfaces.IPlayer", false, "player"),