Skip to content

fix(signature): ag2#1

Open
oscar-wos wants to merge 1 commit intoFallen-Networks:mainfrom
oscar-wos:ag2
Open

fix(signature): ag2#1
oscar-wos wants to merge 1 commit intoFallen-Networks:mainfrom
oscar-wos:ag2

Conversation

@oscar-wos
Copy link
Copy Markdown

@oscar-wos oscar-wos commented Apr 21, 2026

Copilot AI review requested due to automatic review settings April 21, 2026 04:43
@oscar-wos oscar-wos changed the title https://github.com/Source2ZE/CS2Fixes/commit/6c215c5811abadd4d94aba8e… fix(signature): ag2 Apr 21, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the MovementUnlocker gamedata to match an upstream binary change so the plugin can continue to apply its patch after a game update.

Changes:

  • Updated Windows and Linux signature patterns for MovementUnlocker.
  • Updated the Windows patch bytes (relative jump displacement) for MovementUnlocker.
  • Bumped plugin metadata version to 1.0.1.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/resources/gamedata/signatures.jsonc Updates the pattern(s) used to locate the patch site in server binaries.
src/resources/gamedata/patches.jsonc Adjusts the Windows patch bytes applied at the matched location.
src/FallenMovementUnlocker.cs Bumps plugin metadata version while continuing to apply the same patch name.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

namespace FallenMovementUnlocker;

[PluginMetadata(Id = "FallenMovementUnlocker", Version = "1.0.0", Name = "FallenMovementUnlocker", Author = "Source2ZE, ported by Slime to SwiftlyS2")]
[PluginMetadata(Id = "FallenMovementUnlocker", Version = "1.0.1", Name = "FallenMovementUnlocker", Author = "Source2ZE, ported by Slime to SwiftlyS2")]
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PluginMetadata version was bumped to 1.0.1, but the project’s AssemblyVersion (src/FallenMovementUnlocker.csproj) and version.txt are still 1.0.0. If releases/packaging rely on those values, this mismatch can cause confusing version reporting; consider updating them in sync (or document why they intentionally differ).

Suggested change
[PluginMetadata(Id = "FallenMovementUnlocker", Version = "1.0.1", Name = "FallenMovementUnlocker", Author = "Source2ZE, ported by Slime to SwiftlyS2")]
[PluginMetadata(Id = "FallenMovementUnlocker", Version = "1.0.0", Name = "FallenMovementUnlocker", Author = "Source2ZE, ported by Slime to SwiftlyS2")]

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants