From 7f32525a3fa295fcb5b199d70e0c644e67332ae6 Mon Sep 17 00:00:00 2001 From: HolterPhylo Date: Thu, 22 Feb 2024 10:53:40 -0500 Subject: [PATCH 1/4] Update for 13531997 --- .../GcMissionConditionHasIncompleteOptionalMilestones.cs | 8 ++++++++ libMBIN/libMBIN-Shared.projitems | 1 + 2 files changed, 9 insertions(+) create mode 100644 libMBIN/Source/NMS/GameComponents/GcMissionConditionHasIncompleteOptionalMilestones.cs diff --git a/libMBIN/Source/NMS/GameComponents/GcMissionConditionHasIncompleteOptionalMilestones.cs b/libMBIN/Source/NMS/GameComponents/GcMissionConditionHasIncompleteOptionalMilestones.cs new file mode 100644 index 000000000..2388d71c1 --- /dev/null +++ b/libMBIN/Source/NMS/GameComponents/GcMissionConditionHasIncompleteOptionalMilestones.cs @@ -0,0 +1,8 @@ +namespace libMBIN.NMS.GameComponents +{ + [NMS(GUID = 0xB1489009012DF6A, NameHash = 0xBEE9A25263AA5FA0)] + public class GcMissionConditionHasIncompleteOptionalMilestones : NMSTemplate + { + /* 0x0 */ public int ForStageIndex; + } +} diff --git a/libMBIN/libMBIN-Shared.projitems b/libMBIN/libMBIN-Shared.projitems index 38e5aa29b..87c1c18a9 100644 --- a/libMBIN/libMBIN-Shared.projitems +++ b/libMBIN/libMBIN-Shared.projitems @@ -952,6 +952,7 @@ + From c372935eccb07789ae6675eac902734dccea50d8 Mon Sep 17 00:00:00 2001 From: HolterPhylo Date: Thu, 22 Feb 2024 11:00:17 -0500 Subject: [PATCH 2/4] Updated version --- libMBIN/Source/Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libMBIN/Source/Version.cs b/libMBIN/Source/Version.cs index 2a13215bf..d572a15ba 100644 --- a/libMBIN/Source/Version.cs +++ b/libMBIN/Source/Version.cs @@ -25,7 +25,7 @@ public static class Version { // the Prerelease version should be reset to 1 // When the Release version is incremented: // the Prerelease version should be reset to 0 - internal const string VERSION_STRING = "4.52.0.1"; + internal const string VERSION_STRING = "4.53.0.1"; /// Shorthand for AssemblyVersion.Major public static int Major => AssemblyVersion.Major; From a92c9dc1673e929053e7375b5f4f1308869882f8 Mon Sep 17 00:00:00 2001 From: HolterPhylo Date: Thu, 22 Feb 2024 11:04:59 -0500 Subject: [PATCH 3/4] revert version update --- libMBIN/Source/Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libMBIN/Source/Version.cs b/libMBIN/Source/Version.cs index d572a15ba..2a13215bf 100644 --- a/libMBIN/Source/Version.cs +++ b/libMBIN/Source/Version.cs @@ -25,7 +25,7 @@ public static class Version { // the Prerelease version should be reset to 1 // When the Release version is incremented: // the Prerelease version should be reset to 0 - internal const string VERSION_STRING = "4.53.0.1"; + internal const string VERSION_STRING = "4.52.0.1"; /// Shorthand for AssemblyVersion.Major public static int Major => AssemblyVersion.Major; From d2d4afdbceb20ef980cf8508a1433c46bf171f18 Mon Sep 17 00:00:00 2001 From: HolterPhylo Date: Thu, 22 Feb 2024 11:08:18 -0500 Subject: [PATCH 4/4] Updated version to 4.52.0.2 --- libMBIN/Source/Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libMBIN/Source/Version.cs b/libMBIN/Source/Version.cs index 2a13215bf..20a4f1185 100644 --- a/libMBIN/Source/Version.cs +++ b/libMBIN/Source/Version.cs @@ -25,7 +25,7 @@ public static class Version { // the Prerelease version should be reset to 1 // When the Release version is incremented: // the Prerelease version should be reset to 0 - internal const string VERSION_STRING = "4.52.0.1"; + internal const string VERSION_STRING = "4.52.0.2"; /// Shorthand for AssemblyVersion.Major public static int Major => AssemblyVersion.Major;